Home
last modified time | relevance | path

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

/external/u-boot/drivers/tee/optee/
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()