Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/firmware/efi/
Dunaccepted_memory.c160 bool range_contains_unaccepted_memory(phys_addr_t start, unsigned long size) in range_contains_unaccepted_memory() function
/linux-6.12.1/include/linux/
Dmm.h4129 bool range_contains_unaccepted_memory(phys_addr_t start, unsigned long size);
4134 static inline bool range_contains_unaccepted_memory(phys_addr_t start, in range_contains_unaccepted_memory() function
4148 return range_contains_unaccepted_memory(pfn << PAGE_SHIFT, PAGE_SIZE); in pfn_is_unaccepted_memory()
/linux-6.12.1/mm/
Dpage_alloc.c7030 return range_contains_unaccepted_memory(start, PAGE_SIZE << order); in page_contains_unaccepted()