Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/services/
A Del3_spmc_ffa_memory.h55 uint32_t total_page_count; member
/arm-trusted-firmware-2.8.0/services/std_svc/spm/el3_spmc/
A Dspmc_shared_mem.c699 size_t total_page_count; in spmc_shmem_check_obj() local
805 total_page_count = 0; in spmc_shmem_check_obj()
808 total_page_count += in spmc_shmem_check_obj()
811 if (comp->total_page_count != total_page_count) { in spmc_shmem_check_obj()
813 __func__, comp->total_page_count, in spmc_shmem_check_obj()
814 total_page_count); in spmc_shmem_check_obj()

Completed in 15 milliseconds