Home
last modified time | relevance | path

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

/linux/arch/x86/mm/pat/
H A Dmemtype.c550 if (x86_platform.is_untracked_pat_range(start, end)) { in memtype_reserve()
619 if (x86_platform.is_untracked_pat_range(start, end)) in memtype_free()
660 if (x86_platform.is_untracked_pat_range(paddr, paddr + PAGE_SIZE)) in lookup_memtype()
/linux/arch/x86/include/asm/
H A Dx86_init.h321 bool (*is_untracked_pat_range)(u64 start, u64 end); member
/linux/arch/x86/kernel/
H A Dx86_init.c152 .is_untracked_pat_range = is_ISA_range,
/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c442 x86_platform.is_untracked_pat_range = uv_is_untracked_pat_range; in uv_set_system_type()