Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dx86_init.c117 .is_untracked_pat_range = is_ISA_range,
/Linux-v5.4/arch/x86/include/asm/
Dx86_init.h272 bool (*is_untracked_pat_range)(u64 start, u64 end); member
Dpgtable.h655 if (x86_platform.is_untracked_pat_range(paddr, paddr + size)) in is_new_memtype_allowed()
/Linux-v5.4/arch/x86/mm/
Dpat.c569 if (x86_platform.is_untracked_pat_range(start, end)) { in reserve_memtype()
639 if (x86_platform.is_untracked_pat_range(start, end)) in free_memtype()
684 if (x86_platform.is_untracked_pat_range(paddr, paddr + PAGE_SIZE)) in lookup_memtype()
/Linux-v5.4/arch/x86/kernel/apic/
Dx2apic_uv_x.c292 x86_platform.is_untracked_pat_range = uv_is_untracked_pat_range; in uv_acpi_madt_oem_check()