Home
last modified time | relevance | path

Searched refs:ARCH_PAGE_TBL_SIZE (Results 1 – 5 of 5) sorted by relevance

/libcpu/mips/gs264/
A Dmmu.h82 #define ARCH_PAGE_TBL_SIZE (1 << ARCH_PAGE_TBL_SHIFT) macro
83 #define ARCH_PAGE_TBL_MASK (ARCH_PAGE_TBL_SIZE - 1)
A Dmmu.c444 mmu_l2 = (size_t*)rt_malloc_align(ARCH_PAGE_TBL_SIZE * 2, ARCH_PAGE_TBL_SIZE); in __rt_hw_mmu_map()
448 rt_memset(mmu_l2, 0, ARCH_PAGE_TBL_SIZE * 2); in __rt_hw_mmu_map()
450 rt_hw_cpu_dcache_clean(mmu_l2, ARCH_PAGE_TBL_SIZE); in __rt_hw_mmu_map()
589 rt_memset(mmu_l2, 0, ARCH_PAGE_TBL_SIZE * 2); in __rt_hw_mmu_map_auto()
591 rt_hw_cpu_dcache_clean(mmu_l2, ARCH_PAGE_TBL_SIZE); in __rt_hw_mmu_map_auto()
/libcpu/aarch64/common/include/
A Dmmu.h85 #define ARCH_PAGE_TBL_SIZE (1 << ARCH_PAGE_TBL_SHIFT) macro
86 #define ARCH_PAGE_TBL_MASK (ARCH_PAGE_TBL_SIZE - 1)
/libcpu/arm/cortex-a/
A Dmmu.c252 rt_memset(mmu_l2, 0, ARCH_PAGE_TBL_SIZE * 2); in rt_hw_mmu_ioremap_init()
254 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_l2, ARCH_PAGE_TBL_SIZE); in rt_hw_mmu_ioremap_init()
333 rt_memset(mmu_l2, 0, ARCH_PAGE_TBL_SIZE * 2); in _kenrel_map_4K()
335 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_l2, ARCH_PAGE_TBL_SIZE); in _kenrel_map_4K()
A Dmmu.h88 #define ARCH_PAGE_TBL_SIZE (1 << ARCH_PAGE_TBL_SHIFT) macro
89 #define ARCH_PAGE_TBL_MASK (ARCH_PAGE_TBL_SIZE - 1)

Completed in 12 milliseconds