Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dvma-pthread.c27 #define PAGE_COUNT (1 << PAGE_IDX_BITS) macro
/openbmc/linux/kernel/
H A Dkexec_core.c141 #define PAGE_COUNT(x) (((x) + PAGE_SIZE - 1) >> PAGE_SHIFT) macro