Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dunaccepted_memory.c75 * 1. Implicitly extend the range_contains_unaccepted_memory(start, end) in accept_memory()
154 bool range_contains_unaccepted_memory(phys_addr_t start, phys_addr_t end) in range_contains_unaccepted_memory() function
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h4075 bool range_contains_unaccepted_memory(phys_addr_t start, phys_addr_t end);
4080 static inline bool range_contains_unaccepted_memory(phys_addr_t start, in range_contains_unaccepted_memory() function
/kernel/linux/linux-6.6/mm/
H A Dpage_alloc.c6632 return range_contains_unaccepted_memory(start, end); in page_contains_unaccepted()

Completed in 16 milliseconds