Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dkexec_core.c144 #define PAGE_COUNT(x) (((x) + PAGE_SIZE - 1) >> PAGE_SHIFT) macro
221 if (PAGE_COUNT(image->segment[i].memsz) > nr_pages / 2) in sanity_check_segment_list()
224 total_pages += PAGE_COUNT(image->segment[i].memsz); in sanity_check_segment_list()

Completed in 4 milliseconds