Home
last modified time | relevance | path

Searched defs:esr (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dfrv-sim.h439 #define SET_ESR(index, esr) \ argument
442 #define SET_ESR_VALID(esr) ((esr) |= 1) argument
443 #define CLEAR_ESR_VALID(esr) ((esr) &= ~1) argument
445 #define SET_ESR_EC(esr, ec) ( \ argument
449 #define SET_ESR_REC(esr, rec) ( \ argument
453 #define SET_ESR_IAEC(esr, iaec) ( \ argument
457 #define SET_ESR_DAEC(esr, daec) ( \ argument
461 #define SET_ESR_EAV(esr) ((esr) |= (1 << 11)) argument
462 #define CLEAR_ESR_EAV(esr) ((esr) &= ~(1 << 11)) argument
464 #define GET_ESR_EDV(esr) (((esr) >> 12) & 1) argument
[all …]
Dinterrupts.c644 SI esr = GET_ESR (i); in clear_exception_status_registers() local
650 SI esr = GET_ESR (i); in clear_exception_status_registers() local
816 SI esr = 0; in set_exception_status_registers() local
/netbsd/src/sys/dev/mii/
Dihphy.c229 uint16_t esr, bmcr, gtsr; in ihphy_status() local
/netbsd/src/sys/arch/powerpc/ibm4xx/dev/
Decc_plb.c141 u_int32_t esr, ear; in ecc_plb_intr() local
Dmal.c214 uint32_t esr; in mal_serr_intr() local
/netbsd/src/sys/arch/x86/x86/
Dlapic.c828 uint32_t esr; in i82489_ipi_init() local
855 uint32_t esr; in i82489_ipi_startup() local
/netbsd/src/sys/arch/powerpc/include/
Ddb_machdep.h59 u_int32_t esr; member
/netbsd/src/sys/dev/pcmcia/
Dif_xi.c273 uint8_t esr, rsr, isr, rx_status; in xi_intr() local
/netbsd/src/external/gpl3/gdb/dist/sim/mcore/
Dinterp.c107 #define esr cr[2] macro
/netbsd/src/external/bsd/wpa/dist/src/ap/
Dap_config.h569 int esr; member