Searched refs:batl (Results 1 – 5 of 5) sorted by relevance
41 target_ulong batu, target_ulong batl) in hash32_bat_size() argument71 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local74 mask = hash32_bat_size(mmu_idx, batu, batl); in ppc_hash32_bat_lookup()77 ifetch ? 'I' : 'D', i, ea, batu, batl); in ppc_hash32_bat_lookup()80 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()82 *prot = ppc_hash32_bat_prot(batu, batl); in ppc_hash32_bat_lookup()
150 static inline int ppc_hash32_bat_prot(target_ulong batu, target_ulong batl) in ppc_hash32_bat_prot() argument153 int pp = batl & BATL32_PP; in ppc_hash32_bat_prot()
129 bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setibat()139 bat[0].batl = 0; in clearibat()244 bat[1].batl = (bat[1].batl & ~BPP_RW) | BPP_RX; in mmu_mark_rodata_ro()282 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()
100 BATL batl; /* Lower register */ member105 P601_BATL batl; /* Lower register */ member
48 u32 batl; member