Home
last modified time | relevance | path

Searched refs:check_update_reserved_asid (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/csky/mm/
Dasid.c54 static bool check_update_reserved_asid(struct asid_info *info, u64 asid, in check_update_reserved_asid() function
93 if (check_update_reserved_asid(info, asid, newasid)) in new_context()
/linux-6.1.9/arch/arm/mm/
Dcontext.c165 static bool check_update_reserved_asid(u64 asid, u64 newasid) in check_update_reserved_asid() function
202 if (check_update_reserved_asid(asid, newasid)) in new_context()
/linux-6.1.9/arch/arm64/mm/
Dcontext.c134 static bool check_update_reserved_asid(u64 asid, u64 newasid) in check_update_reserved_asid() function
171 if (check_update_reserved_asid(asid, newasid)) in new_context()