Home
last modified time | relevance | path

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

/trusty/kernel/lib/arm_ffa/
Darm_ffa.c378 size_t* buf_size_log2) { in arm_ffa_rxtx_map_is_implemented() argument
399 if (buf_size_log2) { in arm_ffa_rxtx_map_is_implemented()
403 *buf_size_log2 = 12; in arm_ffa_rxtx_map_is_implemented()
406 *buf_size_log2 = 14; in arm_ffa_rxtx_map_is_implemented()
409 *buf_size_log2 = 16; in arm_ffa_rxtx_map_is_implemented()
780 size_t buf_size_log2; in arm_ffa_setup() local
823 res = arm_ffa_rxtx_map_is_implemented(&is_implemented, &buf_size_log2); in arm_ffa_setup()
856 ffa_buf_size = 1U << buf_size_log2; in arm_ffa_setup()
861 count = pmm_alloc_contiguous(arch_page_count, buf_size_log2, &tx_paddr, in arm_ffa_setup()
872 count = pmm_alloc_contiguous(arch_page_count, buf_size_log2, &rx_paddr, in arm_ffa_setup()