Searched defs:esr (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/frv/ |
| D | frv-sim.h | 439 #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 …]
|
| D | interrupts.c | 644 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/ |
| D | ihphy.c | 229 uint16_t esr, bmcr, gtsr; in ihphy_status() local
|
| /netbsd/src/sys/arch/powerpc/ibm4xx/dev/ |
| D | ecc_plb.c | 141 u_int32_t esr, ear; in ecc_plb_intr() local
|
| D | mal.c | 214 uint32_t esr; in mal_serr_intr() local
|
| /netbsd/src/sys/arch/x86/x86/ |
| D | lapic.c | 828 uint32_t esr; in i82489_ipi_init() local 855 uint32_t esr; in i82489_ipi_startup() local
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | db_machdep.h | 59 u_int32_t esr; member
|
| /netbsd/src/sys/dev/pcmcia/ |
| D | if_xi.c | 273 uint8_t esr, rsr, isr, rx_status; in xi_intr() local
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mcore/ |
| D | interp.c | 107 #define esr cr[2] macro
|
| /netbsd/src/external/bsd/wpa/dist/src/ap/ |
| D | ap_config.h | 569 int esr; member
|