Searched refs:newasid (Results 1 – 3 of 3) sorted by relevance
55 u64 newasid) in check_update_reserved_asid() argument72 reserved_asid(info, cpu) = newasid; in check_update_reserved_asid()87 u64 newasid = generation | (asid & ~ASID_MASK(info)); in new_context() local93 if (check_update_reserved_asid(info, asid, newasid)) in new_context()94 return newasid; in new_context()101 return newasid; in new_context()
165 static bool check_update_reserved_asid(u64 asid, u64 newasid) in check_update_reserved_asid() argument182 per_cpu(reserved_asids, cpu) = newasid; in check_update_reserved_asid()196 u64 newasid = generation | (asid & ~ASID_MASK); in new_context() local202 if (check_update_reserved_asid(asid, newasid)) in new_context()203 return newasid; in new_context()211 return newasid; in new_context()
134 static bool check_update_reserved_asid(u64 asid, u64 newasid) in check_update_reserved_asid() argument151 per_cpu(reserved_asids, cpu) = newasid; in check_update_reserved_asid()165 u64 newasid = generation | (asid & ~ASID_MASK); in new_context() local171 if (check_update_reserved_asid(asid, newasid)) in new_context()172 return newasid; in new_context()180 return newasid; in new_context()187 return newasid; in new_context()