Searched refs:newasid (Results 1 – 2 of 2) sorted by relevance
124 static bool check_update_reserved_asid(u64 asid, u64 newasid) in check_update_reserved_asid() argument141 per_cpu(reserved_asids, cpu) = newasid; in check_update_reserved_asid()155 u64 newasid = generation | (asid & ~ASID_MASK); in new_context() local161 if (check_update_reserved_asid(asid, newasid)) in new_context()162 return newasid; in new_context()169 return newasid; in new_context()
168 static bool check_update_reserved_asid(u64 asid, u64 newasid) in check_update_reserved_asid() argument185 per_cpu(reserved_asids, cpu) = newasid; in check_update_reserved_asid()199 u64 newasid = generation | (asid & ~ASID_MASK); in new_context() local205 if (check_update_reserved_asid(asid, newasid)) in new_context()206 return newasid; in new_context()214 return newasid; in new_context()