Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dos_misc.c253 const long page_size = sysconf(_SC_PAGE_SIZE); in os_get_total_physical_memory() local
255 if (phys_pages <= 0 || page_size <= 0) in os_get_total_physical_memory()
258 *size = (uint64_t)phys_pages * (uint64_t)page_size; in os_get_total_physical_memory()
367 const long page_size = sysconf(_SC_PAGE_SIZE); in os_get_page_size() local
369 if (page_size <= 0) in os_get_page_size()
372 *size = (uint64_t)page_size; in os_get_page_size()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_tokens.h120 uint32_t page_size; member
Dvk_rmv_exporter.c1520 enum rmt_page_size page_size = rmt_size_to_page_size(token->page_size); in rmt_dump_page_table_update() local
1526 rmt_file_write_token_bits(data, page_size, 100, 102); in rmt_dump_page_table_update()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.cpp461 auto page_size = UINT(getpagesize()); in AllocateBuffer() local
477 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
479 e_data.align = page_size; in AllocateBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_mgr.cpp482 auto page_size = UINT(getpagesize()); in AllocateBuffer() local
498 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
500 e_data.align = page_size; in AllocateBuffer()
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_mgr.cpp484 auto page_size = UINT(getpagesize()); in AllocateBuffer() local
501 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
503 e_data.align = page_size; in AllocateBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.cpp469 auto page_size = UINT(getpagesize()); in AllocateBuffer() local
485 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
487 e_data.align = page_size; in AllocateBuffer()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_mgr.cpp1057 auto page_size = UINT(getpagesize()); in AllocateBuffer() local
1076 e_data.align = page_size; in AllocateBuffer()
/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_mgr.cpp1052 auto page_size = UINT(getpagesize()); in AllocateBuffer() local
1071 e_data.align = page_size; in AllocateBuffer()