Searched refs:newasid (Results 1 – 2 of 2) sorted by relevance
121 static bool check_update_reserved_asid(u64 asid, u64 newasid) in check_update_reserved_asid() argument138 per_cpu(reserved_asids, cpu) = newasid; in check_update_reserved_asid()152 u64 newasid = generation | (asid & ~ASID_MASK); in new_context() local158 if (check_update_reserved_asid(asid, newasid)) in new_context()159 return newasid; in new_context()166 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()