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

/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dframe.h84 u_int tf_eiem; /* cr15 */ member in struct:trapframe
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Ddb_machdep.c83 { "eiem", (long *)&ddb_regs.tf_eiem, FCN_NULL, NULL },
188 db_printf("eiem: %08x\n", tf->tf_eiem);
H A Dkgdb_hppa.c189 KGDB_MOVEREG(37, tf_eiem); /* cr15 */ \
H A Dtrap.c427 SANITY((ci->ci_psw & PSW_I) == 0 || tf->tf_eiem != 0);
592 mtctl(frame->tf_eiem, CR_EIEM);
949 mtctl(frame->tf_eiem, CR_EIEM);
1029 mfctl(CR_EIEM, tf->tf_eiem);
H A Dvm_machdep.c146 mfctl(CR_EIEM, tf->tf_eiem);
/netbsd-6-1-5-RELEASE/sys/arch/hp700/hp700/
H A Dintr.c413 hp700_intr_dispatch(ci->ci_cpl, frame->tf_eiem, frame);
438 hp700_intr_dispatch(ci->ci_cpl, frame->tf_eiem, frame);

Completed in 126 milliseconds