Searched refs:set_pgsection (Results 1 – 1 of 1) sorted by relevance
/u-boot/arch/arm/cpu/armv7/ls102xa/ |
A D | cpu.c | 113 static inline void set_pgsection(u32 *page_table, u32 index, u64 phy_addr, in set_pgsection() function 159 set_pgsection(level0_table, 3, 3 * BLOCK_SIZE_L1, MT_NORMAL); in mmu_setup() 160 set_pgsection(level0_table, 2, 2 * BLOCK_SIZE_L1, MT_NORMAL); in mmu_setup() 162 set_pgsection(level0_table, 1, 1 * BLOCK_SIZE_L1, MT_DEVICE_MEM); in mmu_setup() 172 set_pgsection(level1_table, i, in mmu_setup() 179 set_pgsection(level1_table, i, in mmu_setup() 183 set_pgsection(level1_table, i, in mmu_setup()
|
Completed in 3 milliseconds