Searched refs:set_pgsection (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
H A D | cpu.c | 107 static inline void set_pgsection(u32 *page_table, u32 index, u64 phy_addr, in set_pgsection() function 153 set_pgsection(level0_table, 3, 3 * BLOCK_SIZE_L1, MT_NORMAL); in mmu_setup() 154 set_pgsection(level0_table, 2, 2 * BLOCK_SIZE_L1, MT_NORMAL); in mmu_setup() 156 set_pgsection(level0_table, 1, 1 * BLOCK_SIZE_L1, MT_DEVICE_MEM); in mmu_setup() 166 set_pgsection(level1_table, i, in mmu_setup() 173 set_pgsection(level1_table, i, in mmu_setup() 177 set_pgsection(level1_table, i, in mmu_setup()
|