Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dcore_mmu.c1838 assert(!core_mmu_get_block_offset(tbl_info, region->va)); in clear_region()
1839 assert(!core_mmu_get_block_offset(tbl_info, region->size)); in clear_region()
1840 assert(!core_mmu_get_block_offset(tbl_info, region->pa)); in clear_region()
1859 assert(!core_mmu_get_block_offset(tbl_info, region->va)); in set_region()
1860 assert(!core_mmu_get_block_offset(tbl_info, region->size)); in set_region()
1861 assert(!core_mmu_get_block_offset(tbl_info, region->pa)); in set_region()
/optee_os/core/include/mm/
H A Dcore_mmu.h505 static inline size_t core_mmu_get_block_offset( in core_mmu_get_block_offset() function