Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dkexec_core.c143 #define PAGE_COUNT(x) (((x) + PAGE_SIZE - 1) >> PAGE_SHIFT) macro
220 if (PAGE_COUNT(image->segment[i].memsz) > nr_pages / 2) in sanity_check_segment_list()
223 total_pages += PAGE_COUNT(image->segment[i].memsz); in sanity_check_segment_list()