Home
last modified time | relevance | path

Searched refs:booke (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/conf/
H A Dfiles.powerpc256 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 Dtrap.c198 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 Dgenassym.c187 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 Ddb_trace.c105 { "esr", DB_OFFSET(cpu.booke.esr), db_frame },
218 (tf->cpu.booke.esr & ESR_ST) ? "write" in db_backtrace()
H A Dmachdep.c833 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 Dbooke_machdep.c436 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 Dframe.h69 } booke; member
H A Dpcb.h116 } booke; member
/freebsd/share/mk/
H A Dbsd.cpu.mk282 MACHINE_CPU = booke softfp
290 MACHINE_CPU = booke
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DPPCTargetParser.def122 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 DPPC.td137 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",