Searched refs:system_supports_cnp (Results 1 – 4 of 4) sorted by relevance
221 if (system_supports_cnp()) in check_and_switch_context()356 if (system_supports_cnp() && asid) in cpu_do_switch_mm()
58 if (system_supports_cnp()) in __cpu_suspend_exit()
308 u64 cnp = system_supports_cnp() ? VTTBR_CNP_BIT : 0; in kvm_get_vttbr()
787 static __always_inline bool system_supports_cnp(void) in system_supports_cnp() function