Searched refs:MMUTable (Results 1 – 6 of 6) sorted by relevance
| /libcpu/arm/realview-a8-vmm/ |
| A D | mmu.c | 154 volatile static unsigned long MMUTable[4*1024] __attribute__((aligned(16*1024))); variable 162 pTT = (rt_uint32_t *)MMUTable + (vaddrStart >> 20); in rt_hw_mmu_setmtt() 196 rt_cpu_tlb_set(MMUTable); in rt_hw_mmu_init()
|
| /libcpu/arm/cortex-a/ |
| A D | mmu.c | 35 volatile unsigned long MMUTable[4 * 1024] __attribute__((aligned(16 * 1024))); variable 52 pTT = (rt_uint32_t *)MMUTable + (vaddrStart >> 20); in rt_hw_mmu_setmtt() 128 rt_aspace_init(&rt_kernel_space, (void *)USER_VADDR_TOP, -USER_VADDR_TOP, (void *)MMUTable); in rt_hw_init_mmu_table() 130 rt_aspace_init(&rt_kernel_space, (void *)0x1000, 0 - 0x1000, (void *)MMUTable); in rt_hw_init_mmu_table() 149 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, (void*)MMUTable, sizeof MMUTable); in rt_hw_init_mmu_table() 163 rt_cpu_tlb_set(MMUTable); in rt_hw_mmu_init()
|
| /libcpu/aarch64/common/ |
| A D | setup.c | 36 extern size_t MMUTable[]; 216 rt_hw_mmu_map_init(&rt_kernel_space, (void*)0xfffffffff0000000, 0x10000000, MMUTable, pv_off); in rt_hw_common_setup() 218 rt_hw_mmu_map_init(&rt_kernel_space, (void*)0xffffd0000000, 0x10000000, MMUTable, 0); in rt_hw_common_setup() 381 rt_hw_mmu_ktbl_set((unsigned long)MMUTable); in rt_hw_secondary_cpu_bsp_start()
|
| A D | mmu.c | 60 volatile unsigned long MMUTable[512] __attribute__((aligned(4 * 1024))); variable
|
| /libcpu/mips/gs264/ |
| A D | mmu.c | 144 volatile unsigned long MMUTable[4*1024] __attribute__((aligned(16*1024))); variable 152 pTT = (rt_uint32_t *)MMUTable + (vaddrStart >> 20); in rt_hw_mmu_setmtt() 181 rt_hw_cpu_dcache_clean((void*)MMUTable, sizeof MMUTable); in rt_hw_init_mmu_table() 195 rt_cpu_tlb_set(MMUTable); in rt_hw_mmu_init()
|
| /libcpu/risc-v/common64/ |
| A D | mmu.c | 44 rt_ubase_t MMUTable[__SIZE(VPN2_BIT)]; variable
|
Completed in 12 milliseconds