Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-hash32.c41 target_ulong batu, target_ulong batl) in hash32_bat_size() argument
71 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
74 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()
H A Dmmu-hash32.h150 static inline int ppc_hash32_bat_prot(target_ulong batu, target_ulong batl) in ppc_hash32_bat_prot() argument
153 int pp = batl & BATL32_PP; in ppc_hash32_bat_prot()
/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