Home
last modified time | relevance | path

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

/include/linux/
Dmm.h4336 bool range_contains_unaccepted_memory(phys_addr_t start, unsigned long size);
4341 static inline bool range_contains_unaccepted_memory(phys_addr_t start, in range_contains_unaccepted_memory() function
4355 return range_contains_unaccepted_memory(pfn << PAGE_SHIFT, PAGE_SIZE); in pfn_is_unaccepted_memory()