Home
last modified time | relevance | path

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

12345

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/powerpc/
H A Dkgdb_machdep.c85 u_int batu, batl; in kgdb_acc() local
98 __asm volatile ("mfibatl %0,0" : "=r"(batl)); in kgdb_acc()
100 if (BAT601_VALID_P(batl) && in kgdb_acc()
101 BAT601_VA_MATCH_P(batu,batl,va)) in kgdb_acc()
103 __asm volatile ("mfibatl %0,1" : "=r"(batl)); in kgdb_acc()
105 if (BAT601_VALID_P(batl) && in kgdb_acc()
106 BAT601_VA_MATCH_P(batu,batl,va)) in kgdb_acc()
110 if (BAT601_VALID_P(batl) && in kgdb_acc()
111 BAT601_VA_MATCH_P(batu,batl,va)) in kgdb_acc()
115 if (BAT601_VALID_P(batl) && in kgdb_acc()
[all …]
H A Ddb_interface.c372 bat->batl & BAT_PP); in print_bat()
373 print_wimg(bat->batl & BAT_WIMG); in print_bat()
381 if ((bat->batl & BAT601_V) == 0) { in print_bat601()
408 ibat[0].batl = mfspr(SPR_IBAT0L); in db_show_bat()
410 ibat[1].batl = mfspr(SPR_IBAT1L); in db_show_bat()
412 ibat[2].batl = mfspr(SPR_IBAT2L); in db_show_bat()
414 ibat[3].batl = mfspr(SPR_IBAT3L); in db_show_bat()
417 ibat[4].batl = mfspr(SPR_IBAT4L); in db_show_bat()
419 ibat[5].batl = mfspr(SPR_IBAT5L); in db_show_bat()
421 ibat[6].batl = mfspr(SPR_IBAT6L); in db_show_bat()
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dppc_bat.h78 register_t batl;
140 #define BAT_PA_MATCH_P(batu,batl,pa) \ argument
141 (((~(((batu)&BAT_BL)<<15))&(pa)&BAT_RPN)==((batl)&BAT_RPN))
195 #define BAT601_VA_MATCH_P(batu, batl, va) \ argument
196 (((~(((batl)&BAT601_BSM)<<17))&(va)&BAT601_BLPI)==((batu)&BAT601_BLPI))
198 #define BAT601_VALID_P(batl) \ argument
199 ((batl) & BAT601_V)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/oea/
H A Dbat.h71 register_t batl; member
140 #define BAT_PA_MATCH_P(batu,batl,pa) \ argument
141 (((~(((batu)&(BAT_BL|BAT_XBL))<<15))&(pa)&BAT_RPN)==((batl)&BAT_RPN))
195 #define BAT601_VA_MATCH_P(batu, batl, va) \ argument
196 (((~(((batl)&BAT601_BSM)<<17))&(va)&BAT601_BLPI)==((batu)&BAT601_BLPI))
198 #define BAT601_VALID_P(batl) \ argument
199 ((batl) & BAT601_V)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dmmu-hash32.c113 target_ulong batu, target_ulong batl) in hash32_bat_prot() argument
118 pp = batl & BATL32_PP; in hash32_bat_prot()
131 if (!(batl & BATL32_601_V)) { in hash32_bat_601_size()
135 return BATU32_BEPI & ~((batl & BATL32_601_BL) << 17); in hash32_bat_601_size()
172 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
176 mask = hash32_bat_601_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
178 mask = hash32_bat_size(mmu_idx, batu, batl); in ppc_hash32_bat_lookup()
182 ifetch ? 'I' : 'D', i, ea, batu, batl); in ppc_hash32_bat_lookup()
185 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()
188 *prot = hash32_bat_601_prot(mmu_idx, batu, batl); in ppc_hash32_bat_lookup()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dmmu-hash32.c113 target_ulong batu, target_ulong batl) in hash32_bat_prot() argument
118 pp = batl & BATL32_PP; in hash32_bat_prot()
131 if (!(batl & BATL32_601_V)) { in hash32_bat_601_size()
135 return BATU32_BEPI & ~((batl & BATL32_601_BL) << 17); in hash32_bat_601_size()
172 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
176 mask = hash32_bat_601_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
178 mask = hash32_bat_size(mmu_idx, batu, batl); in ppc_hash32_bat_lookup()
182 ifetch ? 'I' : 'D', i, ea, batu, batl); in ppc_hash32_bat_lookup()
185 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()
188 *prot = hash32_bat_601_prot(mmu_idx, batu, batl); in ppc_hash32_bat_lookup()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dmmu-hash32.c115 target_ulong batu, target_ulong batl) in hash32_bat_prot() argument
120 pp = batl & BATL32_PP; in hash32_bat_prot()
133 if (!(batl & BATL32_601_V)) { in hash32_bat_601_size()
137 return BATU32_BEPI & ~((batl & BATL32_601_BL) << 17); in hash32_bat_601_size()
141 target_ulong batu, target_ulong batl) in hash32_bat_601_prot() argument
173 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
177 mask = hash32_bat_601_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
179 mask = hash32_bat_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
186 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()
189 *prot = hash32_bat_601_prot(cpu, batu, batl); in ppc_hash32_bat_lookup()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dmmu-hash32.c115 target_ulong batu, target_ulong batl) in hash32_bat_prot() argument
120 pp = batl & BATL32_PP; in hash32_bat_prot()
133 if (!(batl & BATL32_601_V)) { in hash32_bat_601_size()
137 return BATU32_BEPI & ~((batl & BATL32_601_BL) << 17); in hash32_bat_601_size()
141 target_ulong batu, target_ulong batl) in hash32_bat_601_prot() argument
173 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
177 mask = hash32_bat_601_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
179 mask = hash32_bat_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
186 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()
189 *prot = hash32_bat_601_prot(cpu, batu, batl); in ppc_hash32_bat_lookup()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dmmu-hash32.c115 target_ulong batu, target_ulong batl) in hash32_bat_prot() argument
120 pp = batl & BATL32_PP; in hash32_bat_prot()
133 if (!(batl & BATL32_601_V)) { in hash32_bat_601_size()
137 return BATU32_BEPI & ~((batl & BATL32_601_BL) << 17); in hash32_bat_601_size()
141 target_ulong batu, target_ulong batl) in hash32_bat_601_prot() argument
173 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
177 mask = hash32_bat_601_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
179 mask = hash32_bat_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
186 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()
189 *prot = hash32_bat_601_prot(cpu, batu, batl); in ppc_hash32_bat_lookup()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/ppc/
H A Dmmu-hash32.c115 target_ulong batu, target_ulong batl) in hash32_bat_prot() argument
120 pp = batl & BATL32_PP; in hash32_bat_prot()
133 if (!(batl & BATL32_601_V)) { in hash32_bat_601_size()
137 return BATU32_BEPI & ~((batl & BATL32_601_BL) << 17); in hash32_bat_601_size()
141 target_ulong batu, target_ulong batl) in hash32_bat_601_prot() argument
173 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
177 mask = hash32_bat_601_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
179 mask = hash32_bat_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
186 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()
189 *prot = hash32_bat_601_prot(cpu, batu, batl); in ppc_hash32_bat_lookup()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dmmu-hash32.c115 target_ulong batu, target_ulong batl) in hash32_bat_prot() argument
120 pp = batl & BATL32_PP; in hash32_bat_prot()
133 if (!(batl & BATL32_601_V)) { in hash32_bat_601_size()
137 return BATU32_BEPI & ~((batl & BATL32_601_BL) << 17); in hash32_bat_601_size()
141 target_ulong batu, target_ulong batl) in hash32_bat_601_prot() argument
173 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
177 mask = hash32_bat_601_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
179 mask = hash32_bat_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
186 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()
189 *prot = hash32_bat_601_prot(cpu, batu, batl); in ppc_hash32_bat_lookup()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/
H A Dmmu-hash32.c115 target_ulong batu, target_ulong batl) in hash32_bat_prot() argument
120 pp = batl & BATL32_PP; in hash32_bat_prot()
133 if (!(batl & BATL32_601_V)) { in hash32_bat_601_size()
137 return BATU32_BEPI & ~((batl & BATL32_601_BL) << 17); in hash32_bat_601_size()
141 target_ulong batu, target_ulong batl) in hash32_bat_601_prot() argument
173 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
177 mask = hash32_bat_601_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
179 mask = hash32_bat_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
186 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()
189 *prot = hash32_bat_601_prot(cpu, batu, batl); in ppc_hash32_bat_lookup()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/
H A Dmmu-hash32.c115 target_ulong batu, target_ulong batl) in hash32_bat_prot() argument
120 pp = batl & BATL32_PP; in hash32_bat_prot()
133 if (!(batl & BATL32_601_V)) { in hash32_bat_601_size()
137 return BATU32_BEPI & ~((batl & BATL32_601_BL) << 17); in hash32_bat_601_size()
141 target_ulong batu, target_ulong batl) in hash32_bat_601_prot() argument
173 target_ulong batl = BATlt[i]; in ppc_hash32_bat_lookup() local
177 mask = hash32_bat_601_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
179 mask = hash32_bat_size(cpu, batu, batl); in ppc_hash32_bat_lookup()
186 hwaddr raddr = (batl & mask) | (ea & ~mask); in ppc_hash32_bat_lookup()
189 *prot = hash32_bat_601_prot(cpu, batu, batl); in ppc_hash32_bat_lookup()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/mm/book3s32/
H A Dmmu.c130 bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setibat()
140 bat[0].batl = 0; in clearibat()
243 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()
292 bat[0].batu = bat[0].batl = 0; in setbat()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/mm/book3s32/
H A Dmmu.c130 bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setibat()
140 bat[0].batl = 0; in clearibat()
243 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()
292 bat[0].batu = bat[0].batl = 0; in setbat()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/mm/book3s32/
H A Dmmu.c130 bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setibat()
140 bat[0].batl = 0; in clearibat()
243 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()
292 bat[0].batu = bat[0].batl = 0; in setbat()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/arch/ppc/
H A Dmmutypes.h63 mBATL batl; /* Lower register */ member
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/ppc/
H A Dmmutypes.h63 mBATL batl; /* Lower register */ member
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/ppc/
H A Dmmutypes.h63 mBATL batl; /* Lower register */ member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/arch/ppc/
H A Dmmutypes.h63 mBATL batl; /* Lower register */ member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/arch/ppc/
H A Dmmutypes.h63 mBATL batl; /* Lower register */ member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/arch/ppc/
H A Dmmutypes.h63 mBATL batl; /* Lower register */ member
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/arch/ppc/
H A Dmmutypes.h63 mBATL batl; /* Lower register */ member
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/ppc/qemu/
H A Dmmutypes.h84 mBATL batl; /* Lower register */ member
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/ppc/qemu/
H A Dmmutypes.h84 mBATL batl; /* Lower register */ member

12345