Home
last modified time | relevance | path

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

/u-boot/arch/arm/lib/
A Dcache-cp15.c33 u64 *page_table = (u64 *)gd->arch.tlb_addr; in set_section_phys() local
37 u32 *page_table = (u32 *)gd->arch.tlb_addr; in set_section_phys()
48 page_table[section] = value; in set_section_phys()
65 u64 *page_table = (u64 *)gd->arch.tlb_addr; in mmu_set_region_dcache_behaviour_phys() local
67 u32 *page_table = (u32 *)gd->arch.tlb_addr; in mmu_set_region_dcache_behaviour_phys()
93 startpt = (unsigned long)&page_table[start]; in mmu_set_region_dcache_behaviour_phys()
95 stoppt = (unsigned long)&page_table[end]; in mmu_set_region_dcache_behaviour_phys()
141 u64 *page_table = (u64 *)(gd->arch.tlb_addr + (4096 * 4)); in mmu_setup() local
143 page_table[i] = tpt | TTB_PAGETABLE; in mmu_setup()
/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dcpu.c104 static inline void set_pgtable(u32 *page_table, u32 index, u32 phy_addr) in set_pgtable() argument
108 page_table[2 * index] = value; in set_pgtable()
109 page_table[2 * index + 1] = 0; in set_pgtable()
113 static inline void set_pgsection(u32 *page_table, u32 index, u64 phy_addr, in set_pgsection() argument
120 page_table[2 * index] = value & 0xFFFFFFFF; in set_pgsection()
121 page_table[2 * index + 1] = (value >> 32) & 0xFFFFFFFF; in set_pgsection()

Completed in 5 milliseconds