Home
last modified time | relevance | path

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

/trusty/kernel/lib/arm_ffa/
Darm_ffa.c782 size_t arch_page_count; in arm_ffa_setup() local
859 arch_page_count = DIV_ROUND_UP(ffa_buf_size, PAGE_SIZE); in arm_ffa_setup()
861 count = pmm_alloc_contiguous(arch_page_count, buf_size_log2, &tx_paddr, in arm_ffa_setup()
863 if (count != arch_page_count) { in arm_ffa_setup()
865 arch_page_count); in arm_ffa_setup()
872 count = pmm_alloc_contiguous(arch_page_count, buf_size_log2, &rx_paddr, in arm_ffa_setup()
874 if (count != arch_page_count) { in arm_ffa_setup()
876 arch_page_count); in arm_ffa_setup()