Searched refs:booke (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/powerpc/include/
H A Dpcb.h76 } booke; member in union:pcb::__anon10295
H A Dframe.h69 } booke; member in union:trapframe::__anon10291
/freebsd-9.3-release/sys/powerpc/booke/
H A Dinterrupt.c82 printf(" dear = 0x%08x\n", frame->cpu.booke.dear);
83 printf(" esr = 0x%08x\n", frame->cpu.booke.esr);
H A Dtrap.c184 frame->cpu.booke.dbcr0 &= ~(DBCR0_IDM || DBCR0_IC);
223 if (frame->cpu.booke.esr & ESR_PTR)
275 va = frame->cpu.booke.dear;
412 eva = frame->cpu.booke.dear;
413 if (frame->cpu.booke.esr & ESR_ST)
H A Dmachdep.c562 tf->cpu.booke.dbcr0 |= (DBCR0_IDM | DBCR0_IC);
573 tf->cpu.booke.dbcr0 &= ~(DBCR0_IDM | DBCR0_IC);
H A Dlocore.S785 #include <powerpc/booke/trap_subr.S>
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dgenassym.c176 ASSYM(FRAME_BOOKE_DEAR, offsetof(struct trapframe, cpu.booke.dear));
177 ASSYM(FRAME_BOOKE_ESR, offsetof(struct trapframe, cpu.booke.esr));
178 ASSYM(FRAME_BOOKE_DBCR0, offsetof(struct trapframe, cpu.booke.dbcr0));
196 ASSYM(PCB_BOOKE_CTR, offsetof(struct pcb, pcb_cpu.booke.ctr));
197 ASSYM(PCB_BOOKE_XER, offsetof(struct pcb, pcb_cpu.booke.xer));
198 ASSYM(PCB_BOOKE_DBCR0, offsetof(struct pcb, pcb_cpu.booke.dbcr0));
H A Ddb_trace.c106 { "dear", DB_OFFSET(cpu.booke.dear), db_frame },
107 { "esr", DB_OFFSET(cpu.booke.esr), db_frame },
H A Dexec_machdep.c155 tf->cpu.booke.dear : tf->srr0);
287 tf->cpu.booke.dear : tf->srr0;
/freebsd-9.3-release/share/mk/
H A Dbsd.cpu.mk200 MACHINE_CPU = booke

Completed in 54 milliseconds