Searched refs:tf_cr30 (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dframe.h139 u_int tf_cr30; /* fpregs */ member in struct:trapframe
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Ddb_machdep.c113 { "cr30", (long *)&ddb_regs.tf_cr30, FCN_NULL, NULL },
205 db_printf("cr30: %08x\n", tf->tf_cr30); /* uaddr */
H A Dkgdb_hppa.c215 KGDB_MOVEREG(63, tf_cr30) /* uaddr */
H A Dfpu.c230 ci->ci_fpu_state != tf->tf_cr30) {
H A Dvm_machdep.c71 tf->tf_cr30 = (u_int)pcb->pcb_fpregs;
H A Dtrap.c466 SANITY(tf->tf_cr30 == (u_int)pcb->pcb_fpregs);

Completed in 102 milliseconds