Home
last modified time | relevance | path

Searched refs:dbcr0 (Results 1 – 6 of 6) sorted by relevance

/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.h68 register_t dbcr0; member
H A Dpcb.h115 register_t dbcr0; member
/freebsd/sys/powerpc/powerpc/
H A Dgenassym.c188 ASSYM(FRAME_BOOKE_DBCR0, offsetof(struct trapframe, cpu.booke.dbcr0));
211 ASSYM(PCB_BOOKE_DBCR0, offsetof(struct pcb, pcb_cpu.booke.dbcr0));
H A Dmachdep.c835 reg = tf->cpu.booke.dbcr0; in DB_SHOW_COMMAND()
H A Dtrap.c387 frame->cpu.booke.dbcr0 &= ~(DBCR0_IDM | DBCR0_IC); in trap()