Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dsuspend.c58 if (system_supports_cnp()) in __cpu_suspend_exit()
/linux/arch/arm64/mm/
H A Dcontext.c221 if (system_supports_cnp()) in check_and_switch_context()
356 if (system_supports_cnp() && asid) in cpu_do_switch_mm()
/linux/arch/arm64/include/asm/
H A Dkvm_mmu.h307 u64 cnp = system_supports_cnp() ? VTTBR_CNP_BIT : 0; in kvm_get_vttbr()