Home
last modified time | relevance | path

Searched refs:dbcr0 (Results 1 – 7 of 7) 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()
H A Dpmap.c1618 mtspr(SPR_DBCR0, td->td_pcb->pcb_cpu.booke.dbcr0); in mmu_booke_activate()
1639 td->td_pcb->pcb_cpu.booke.dbcr0 = mfspr(SPR_DBCR0); in mmu_booke_deactivate()
/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.c834 reg = tf->cpu.booke.dbcr0; in DB_SHOW_COMMAND()
H A Dtrap.c387 frame->cpu.booke.dbcr0 &= ~(DBCR0_IDM | DBCR0_IC); in trap()