Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c238 uint64_t page_count = READ_ONCE(mem_reg->total_page_count); in spmc_sp_add_nw_region()
300 size_t total_page_count = 0; in spmc_sp_add_share() local
358 total_page_count = READ_ONCE(mem_reg->total_page_count); in spmc_sp_add_share()
361 if (!addr_range_cnt || !total_page_count) { in spmc_sp_add_share()
393 if (total_page_count != page_count_sum) { in spmc_sp_add_share()
599 dst_region->total_page_count = 0; in create_retrieve_response()
613 dst_region->total_page_count += addr_dst->page_count; in create_retrieve_response()
H A Dthread_spmc.c1079 *page_count = READ_ONCE(region_descr->total_page_count); in mem_op_init()
2710 uint32_t total_addr_range_count, uint32_t total_page_count, in set_pages() argument
2742 if (idx != total_page_count) in set_pages()
2783 uint32_t total_page_count = 0; in thread_spmc_populate_mobj_from_rx() local
2826 total_page_count = READ_ONCE(descr->total_page_count); in thread_spmc_populate_mobj_from_rx()
2827 mf = mobj_ffa_spmc_new(cookie, total_page_count, use_case); in thread_spmc_populate_mobj_from_rx()
2832 READ_ONCE(descr->address_range_count), total_page_count, in thread_spmc_populate_mobj_from_rx()
/optee_os/core/arch/arm/include/
H A Dffa.h268 uint32_t total_page_count; member