Home
last modified time | relevance | path

Searched refs:newasid (Results 1 – 2 of 2) sorted by relevance

/arch/arm64/mm/
Dcontext.c124 static bool check_update_reserved_asid(u64 asid, u64 newasid) in check_update_reserved_asid() argument
141 per_cpu(reserved_asids, cpu) = newasid; in check_update_reserved_asid()
155 u64 newasid = generation | (asid & ~ASID_MASK); in new_context() local
161 if (check_update_reserved_asid(asid, newasid)) in new_context()
162 return newasid; in new_context()
169 return newasid; in new_context()
/arch/arm/mm/
Dcontext.c168 static bool check_update_reserved_asid(u64 asid, u64 newasid) in check_update_reserved_asid() argument
185 per_cpu(reserved_asids, cpu) = newasid; in check_update_reserved_asid()
199 u64 newasid = generation | (asid & ~ASID_MASK); in new_context() local
205 if (check_update_reserved_asid(asid, newasid)) in new_context()
206 return newasid; in new_context()
214 return newasid; in new_context()