Home
last modified time | relevance | path

Searched refs:batl (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu-hash32.c102 target_ulong batu, target_ulong batl) in hash32_bat_size() argument
113 target_ulong batu, target_ulong batl) in hash32_bat_prot() argument
118 pp = batl & BATL32_PP; in hash32_bat_prot()
148 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
151 mask = hash32_bat_size(mmu_idx, batu, batl); in ppc_hash32_bat_lookup()
154 ifetch ? 'I' : 'D', i, ea, batu, batl); in ppc_hash32_bat_lookup()
157 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()
159 *prot = hash32_bat_prot(cpu, batu, batl); in ppc_hash32_bat_lookup()
/openbmc/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c129 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()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h100 BATL batl; /* Lower register */ member
105 P601_BATL batl; /* Lower register */ member
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dmmu-hash.h48 u32 batl; member