Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c17 #define PAGELIST_ENTRIES_PER_PAGE \ macro
87 u64 pages_list[PAGELIST_ENTRIES_PER_PAGE]; in optee_alloc_and_init_page_list()
103 list_size = DIV_ROUND_UP(num_pages, PAGELIST_ENTRIES_PER_PAGE) * in optee_alloc_and_init_page_list()
118 if (n == PAGELIST_ENTRIES_PER_PAGE) { in optee_alloc_and_init_page_list()
/openbmc/linux/drivers/tee/optee/
H A Dsmc_abi.c363 #define PAGELIST_ENTRIES_PER_PAGE \ macro
372 int pages = DIV_ROUND_UP(num_entries, PAGELIST_ENTRIES_PER_PAGE); in get_pages_list_size()
409 u64 pages_list[PAGELIST_ENTRIES_PER_PAGE]; in optee_fill_pages_list()
435 if (n == PAGELIST_ENTRIES_PER_PAGE) { in optee_fill_pages_list()