Searched refs:MMU_BASE (Results 1 – 10 of 10) sorted by relevance
73 assert(MMU_BASE[ID] != (hrt_address) - 1); in mmu_reg_store()74 ia_css_device_store_uint32(MMU_BASE[ID] + reg * sizeof(hrt_data), value); in mmu_reg_store()91 assert(MMU_BASE[ID] != (hrt_address) - 1); in mmu_reg_load()92 return ia_css_device_load_uint32(MMU_BASE[ID] + reg * sizeof(hrt_data)); in mmu_reg_load()
9 #define MMU_BASE 8 /* MMU flags base in cpu_mmu_flags */ macro21 btst #MMU_BASE + MMUB_68851,%d141 btst #MMU_BASE + MMUB_68030,%d144 btst #MMU_BASE + MMUB_68040,%d177 btst #MMU_BASE + MMUB_68060,%d1
45 const hrt_address MMU_BASE[N_MMU_ID] = { variable
47 extern const hrt_address MMU_BASE[N_MMU_ID];
21 #define MMU_BASE ((struct mmu_regs *)0xff000000) macro
126 struct mmu_regs *mmu = MMU_BASE; in set_pmb_on_board_init()
134 struct mmu_regs *mmu = MMU_BASE; in set_pmb_on_board_init()
187 struct mmu_regs *mmu = MMU_BASE; in set_pmb_on_board_init()