Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc.h48 #define FFA_PAGE_SIZE (4096) macro
52 CASSERT((PAGE_SIZE % FFA_PAGE_SIZE) == 0, assert_aligned_page_size);
H A Dspmc_main.c835 uint32_t buf_size = page_count * FFA_PAGE_SIZE; in rxtx_map_handler()
936 uint32_t buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in rxtx_unmap_handler()
1135 buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in partition_info_populate_v1_0()
1243 mbox->rxtx_page_count * FFA_PAGE_SIZE); in partition_info_get_handler()
1259 FFA_PAGE_SIZE; in partition_info_get_handler()
1673 buffer_size = (uintptr_t) (mb->rxtx_page_count * FFA_PAGE_SIZE); in validate_secondary_ep()
H A Dspmc_shared_mem.c1544 buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in spmc_ffa_mem_retrieve_req()
1863 buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in spmc_ffa_mem_frag_rx()