Home
last modified time | relevance | path

Searched defs:page_table (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcache-cp15.c28 u64 *page_table = (u64 *)gd->arch.tlb_addr; in set_section_dcache() local
55 u64 *page_table = (u64 *)gd->arch.tlb_addr; in mmu_set_region_dcache_behaviour() local
143 u64 *page_table = (u64 *)(gd->arch.tlb_addr + (4096 * 4)); in mmu_setup() local
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c99 static inline void set_pgtable(u32 *page_table, u32 index, u32 phy_addr) in set_pgtable()
108 static inline void set_pgsection(u32 *page_table, u32 index, u64 phy_addr, in set_pgsection()