Searched refs:is_new_memtype_allowed (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/mm/pat/ |
H A D | memtype.c | 743 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 D | ioremap.c | 242 if (!is_new_memtype_allowed(phys_addr, size, pcm, new_pcm)) { in __ioremap_caller()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 860 static inline int is_new_memtype_allowed(u64 paddr, unsigned long size, in is_new_memtype_allowed() function
|