Searched refs:booke (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/conf/ |
| H A D | files.powerpc | 290 powerpc/booke/locore.S optional booke no-obj 291 powerpc/booke/booke_machdep.c optional booke 292 powerpc/booke/machdep_e500.c optional booke_e500 293 powerpc/booke/mp_cpudep.c optional booke smp 294 powerpc/booke/platform_bare.c optional booke 295 powerpc/booke/pmap.c optional booke 423 powerpc/powerpc/support.S optional powerpc64 | powerpc64le | booke
|
| /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); in cpu_printtrap() 784 if (frame->cpu.booke.esr & ESR_ST) in trap_pfault() 865 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 | 831 reg = tf->cpu.booke.esr; in DB_SHOW_COMMAND() 833 reg = tf->cpu.booke.dbcr0; in DB_SHOW_COMMAND()
|
| /freebsd/sys/powerpc/booke/ |
| H A D | booke_machdep.c | 428 tf->cpu.booke.dbcr0 |= (DBCR0_IDM | DBCR0_IC); in ptrace_single_step() 439 tf->cpu.booke.dbcr0 &= ~(DBCR0_IDM | DBCR0_IC); in ptrace_clear_single_step()
|
| H A D | pmap.c | 1626 mtspr(SPR_DBCR0, td->td_pcb->pcb_cpu.booke.dbcr0); in mmu_booke_activate() 1647 td->td_pcb->pcb_cpu.booke.dbcr0 = mfspr(SPR_DBCR0); in mmu_booke_deactivate() 2479 tid = PCPU_GET(booke.tid_next); in tid_alloc() 2482 PCPU_SET(booke.tid_next, tid + 1); in tid_alloc() 2499 PCPU_GET(booke.tid_next)); in tid_alloc()
|
| /freebsd/sys/powerpc/include/ |
| H A D | frame.h | 69 } booke; member
|
| H A D | pcb.h | 108 } booke; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | PPCTargetParser.def | 170 PPC_LNX_FEATURE("booke","CPU supports the Embedded ISA category",PPCF_BOOKE,0x00008000,PPC_FAWORD_H… 249 PPC_AIX_FEATURE("booke","CPU supports the Embedded ISA category",BUILTIN_PPC_FALSE,0,0,CmpInst::Pre…
|
| /freebsd/share/mk/ |
| H A D | bsd.cpu.mk | 282 MACHINE_CPU = booke
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 137 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|