Home
last modified time | relevance | path

Searched refs:pat_pfn_immune_to_uc_mtrr (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmemtype.h24 extern bool pat_pfn_immune_to_uc_mtrr(unsigned long pfn);
/linux/arch/x86/kvm/mmu/
H A Dspte.c121 (!pat_enabled() || pat_pfn_immune_to_uc_mtrr(pfn)); in __kvm_is_mmio_pfn()