Searched refs:booke (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/conf/ |
H A D | files.powerpc | 256 powerpc/booke/locore.S optional booke no-obj 257 powerpc/booke/booke_machdep.c optional booke 258 powerpc/booke/machdep_e500.c optional booke_e500 259 powerpc/booke/mp_cpudep.c optional booke smp 260 powerpc/booke/platform_bare.c optional booke 261 powerpc/booke/pma [all...] |
/freebsd/sys/powerpc/powerpc/ |
H A D | trap.c | 198 return ((frame->cpu.booke.esr & ESR_PTR) != 0); in frame_is_trap_inst() 390 frame->cpu.booke.dbcr0 &= ~(DBCR0_IDM | DBCR0_IC); in trap() 568 (int)frame->cpu.booke.esr, ESR_BITMASK); 784 if (frame->cpu.booke.esr & ESR_ST) in trap_pfault() 865 indicator = (frame->cpu.booke.esr & (ESR_ST|ESR_SPE)); in fix_unaligned() 900 indicator = (frame->cpu.booke.esr & ESR_ST) ? EXC_ALI_STFD : EXC_ALI_LFD; in fix_unaligned()
|
H A D | genassym.c | 187 ASSYM(FRAME_BOOKE_ESR, offsetof(struct trapframe, cpu.booke.esr)); 188 ASSYM(FRAME_BOOKE_DBCR0, offsetof(struct trapframe, cpu.booke.dbcr0)); 211 ASSYM(PCB_BOOKE_DBCR0, offsetof(struct pcb, pcb_cpu.booke.dbcr0));
|
H A D | db_trace.c | 105 { "esr", DB_OFFSET(cpu.booke.esr), db_frame }, 218 (tf->cpu.booke.esr & ESR_ST) ? "write" in db_backtrace()
|
H A D | machdep.c | 833 reg = tf->cpu.booke.esr; in DB_SHOW_COMMAND() 835 reg = tf->cpu.booke.dbcr0; in DB_SHOW_COMMAND()
|
/freebsd/sys/powerpc/booke/ |
H A D | booke_machdep.c | 436 tf->cpu.booke.dbcr0 |= (DBCR0_IDM | DBCR0_IC); in ptrace_single_step() 447 tf->cpu.booke.dbcr0 &= ~(DBCR0_IDM | DBCR0_IC); in ptrace_clear_single_step()
|
/freebsd/sys/powerpc/include/ |
H A D | frame.h | 69 } booke; member
|
H A D | pcb.h | 116 } booke; member
|
/freebsd/share/mk/ |
H A D | bsd.cpu.mk | 282 MACHINE_CPU = booke softfp 290 MACHINE_CPU = booke
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | PPCTargetParser.def | 122 PPC_LNX_FEATURE("booke","CPU supports the Embedded ISA category",PPCF_BOOKE,0x00008000,PPC_FAWORD_H… 201 PPC_AIX_FEATURE("booke","CPU supports the Embedded ISA category",BUILTIN_PPC_FALSE,0,0,CmpInst::Pre…
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPC.td | 137 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|