Home
last modified time | relevance | path

Searched defs:system_page_size (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-mmapper.h70 static size_t __attribute__((const)) system_page_size() { in system_page_size() function
/aosp_15_r20/external/icing/icing/file/
H A Dmemory-mapped-file.h94 static int64_t __attribute__((const)) system_page_size() { in system_page_size() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c187 const long system_page_size = sysconf(_SC_PAGE_SIZE); in iris_get_video_memory() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.c346 const long system_page_size = sysconf(_SC_PAGE_SIZE); in crocus_get_param() local
/aosp_15_r20/external/coreboot/util/cbmem/
H A Dcbmem.c74 static unsigned long long system_page_size(void) in system_page_size() function