Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype.c743 if (!is_new_memtype_allowed(start, size, req_type, new_type)) in memtype_reserve_io()
914 !is_new_memtype_allowed(paddr, size, want_pcm, pcm)) { in reserve_pfn_range()
/openbmc/linux/arch/x86/mm/
H A Dioremap.c242 if (!is_new_memtype_allowed(phys_addr, size, pcm, new_pcm)) { in __ioremap_caller()
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h860 static inline int is_new_memtype_allowed(u64 paddr, unsigned long size, in is_new_memtype_allowed() function