Home
last modified time | relevance | path

Searched refs:is_untracked_pat_range (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dx86_init.h163 bool (*is_untracked_pat_range)(u64 start, u64 end); member
Dpgtable.h412 if (x86_platform.is_untracked_pat_range(paddr, paddr + size)) in is_new_memtype_allowed()
/linux-4.4.14/arch/x86/kernel/
Dx86_init.c100 .is_untracked_pat_range = is_ISA_range,
/linux-4.4.14/arch/x86/mm/
Dpat.c505 if (x86_platform.is_untracked_pat_range(start, end)) { in reserve_memtype()
572 if (x86_platform.is_untracked_pat_range(start, end)) in free_memtype()
617 if (x86_platform.is_untracked_pat_range(paddr, paddr + PAGE_SIZE)) in lookup_memtype()
/linux-4.4.14/arch/x86/kernel/apic/
Dx2apic_uv_x.c169 x86_platform.is_untracked_pat_range = uv_is_untracked_pat_range; in uv_acpi_madt_oem_check()