Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/services/std_svc/spm/el3_spmc/
A Dspmc.h48 #define FFA_PAGE_SIZE (4096) macro
52 CASSERT((PAGE_SIZE % FFA_PAGE_SIZE) == 0, assert_aligned_page_size);
A Dspmc_main.c605 uint32_t buf_size = page_count * FFA_PAGE_SIZE; in rxtx_map_handler()
706 uint32_t buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in rxtx_unmap_handler()
851 buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in partition_info_populate_v1_0()
954 mbox->rxtx_page_count * FFA_PAGE_SIZE); in partition_info_get_handler()
970 FFA_PAGE_SIZE; in partition_info_get_handler()
1308 buffer_size = (uintptr_t) (mb->rxtx_page_count * FFA_PAGE_SIZE); in validate_secondary_ep()
A Dspmc_shared_mem.c1335 buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in spmc_ffa_mem_retrieve_req()
1639 buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in spmc_ffa_mem_frag_rx()

Completed in 9 milliseconds