Home
last modified time | relevance | path

Searched refs:batl (Results 1 – 3 of 3) 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.h152 static inline int ppc_hash32_bat_prot(target_ulong batu, target_ulong batl) in ppc_hash32_bat_prot() argument
155 int pp = batl & BATL32_PP; in ppc_hash32_bat_prot()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h100 BATL batl; /* Lower register */ member
105 P601_BATL batl; /* Lower register */ member