Searched refs:pcb_ebb (Results 1 – 3 of 3) sorted by relevance
215 ASSYM(PCB_EBB_EBBHR, offsetof(struct pcb, pcb_ebb.ebbhr));216 ASSYM(PCB_EBB_EBBRR, offsetof(struct pcb, pcb_ebb.ebbrr));217 ASSYM(PCB_EBB_BESCR, offsetof(struct pcb, pcb_ebb.bescr));
614 pcb->pcb_ebb.ebbhr = mfspr(SPR_EBBHR); in cpu_save_thread_regs()615 pcb->pcb_ebb.ebbrr = mfspr(SPR_EBBRR); in cpu_save_thread_regs()616 pcb->pcb_ebb.bescr = mfspr(SPR_BESCR); in cpu_save_thread_regs()
102 } pcb_ebb; member