Home
last modified time | relevance | path

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

/linux-6.14.4/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.14.4/include/linux/
Dmm.h4105 bool range_contains_unaccepted_memory(phys_addr_t start, unsigned long size);
4110 static inline bool range_contains_unaccepted_memory(phys_addr_t start, in range_contains_unaccepted_memory() function
4124 return range_contains_unaccepted_memory(pfn << PAGE_SHIFT, PAGE_SIZE); in pfn_is_unaccepted_memory()
/linux-6.14.4/mm/
Dpage_alloc.c6942 return range_contains_unaccepted_memory(start, PAGE_SIZE << order); in page_contains_unaccepted()