Home
last modified time | relevance | path

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

/trusty/kernel/lib/arm_ffa/
Darm_ffa.c544 if (page_count < 1 || ((size_t)page_count > (SIZE_MAX / FFA_PAGE_SIZE))) { in arm_ffa_mem_address_range_get()
553 *size = page_count * FFA_PAGE_SIZE; in arm_ffa_mem_address_range_get()
857 ASSERT((ffa_buf_size % FFA_PAGE_SIZE) == 0); in arm_ffa_setup()
860 ffa_page_count = ffa_buf_size / FFA_PAGE_SIZE; in arm_ffa_setup()
/trusty/user/base/interface/arm_ffa/include/interface/arm_ffa/
Darm_ffa.h47 #define FFA_PAGE_SIZE (4096) macro