| /src/sys/arch/mips/mips/ |
| mips_emul.c | 192 mips_emul_inst(uint32_t status, uint32_t cause, vaddr_t opc, 202 if (cause & MIPS_CR_BR_DELAY) 209 mips_emul_ll(inst, tf, cause); 212 mips_emul_sc(inst, tf, cause); 215 mips_emul_special(inst, tf, cause); 218 mips_emul_special3(inst, tf, cause); 222 mips_emul_fp(inst, tf, cause); 227 mips_emul_lwc1(inst, tf, cause); 232 mips_emul_ldc1(inst, tf, cause); 237 mips_emul_swc1(inst, tf, cause); [all...] |
| trap.c | 170 trap(uint32_t status, uint32_t cause, vaddr_t vaddr, vaddr_t pc, 192 type = TRAPTYPE(cause); 238 cpu_number(), trap_names[TRAPTYPE(cause)], 242 n = snprintf(str, sz, "status=%#x, cause=%#x, epc=%#" 244 status, cause, pc, vaddr); 267 (void)(*mips_locoresw.lsw_bus_error)(cause); 276 kgdb_cause = cause; 427 trap_names[TRAPTYPE(cause)], 434 pfi->pfi_faulttype = TRAPTYPE(cause); 442 pfi->pfi_faulttype = TRAPTYPE(cause); [all...] |
| /src/sys/arch/hpcsh/hpcsh/ |
| debug.c | 61 __dbg_heart_beat(enum heart_beat cause) /* 16bpp R:G:B = 5:6:5 only */ 65 &__intr_state_rgb16[cause & 0x7]; 71 fb += (cause & 0x7) * bootinfo->fb_line_bytes * LINE_STEP;
|
| /src/sys/arch/riscv/riscv/ |
| trap.c | 261 cause_name(register_t cause) 263 if (CAUSE_INTERRUPT_P(cause)) 266 if (cause < __arraycount(causenames) && causenames[cause] != NULL) 267 name = causenames[cause]; 288 "(cause=%d (%s), status=%#x, pc=%#18" PRIxREGISTER 304 register_t cause) 310 ksi->ksi_trap = cause; 323 get_faulttype(register_t cause) 325 if (cause == CAUSE_LOAD_ACCESS || cause == CAUSE_LOAD_PAGE_FAULT [all...] |
| interrupt.c | 54 register_t status, register_t cause) 60 const int code = CAUSE_CODE(cause); 62 KASSERT(CAUSE_INTERRUPT_P(cause)); 109 register_t cause) 111 _riscv_intr_handler(tf, epc, status, cause);
|
| /src/sbin/mount_portal/ |
| pt_tcp.c | 75 const char *cause = "unknown"; local in function:portal_tcp 116 cause = "socket"; 121 cause = "connect"; 133 syslog(LOG_WARNING, "%s: %m", cause);
|
| /src/sys/arch/powerpc/marvell/ |
| pic_discovery.c | 135 uint32_t cause; local in function:discovery_get_irq 138 cause = discovery_mic_low(pic->pic_cookie) & discovery->enable_mask_low; 139 if (cause) 142 cause = discovery_mic_high(pic->pic_cookie); 143 cause &= discovery->enable_mask_high; 144 if (!cause) 148 for (irq = base, msk = 0x00000001; !(cause & msk); irq++, msk <<= 1); 215 uint32_t cause, mask; local in function:discovery_gpp_get_irq 218 cause = discovery_gpp_cause(discovery->pic.pic_cookie); 222 cause &= (mask & (0xff << base)) [all...] |
| /src/sys/netinet/ |
| sctp.h | 196 * error cause parameters (user visible) 201 /* optional cause-specific info may follow */ 205 struct sctp_error_cause cause; /* code=SCTP_ERROR_INVALID_STREAM */ member in struct:sctp_error_invalid_stream 211 struct sctp_error_cause cause; /* code=SCTP_ERROR_MISSING_PARAM */ member in struct:sctp_error_missing_param 217 struct sctp_error_cause cause; /* code=SCTP_ERROR_STALE_COOKIE */ member in struct:sctp_error_stale_cookie 222 struct sctp_error_cause cause; /* code=SCTP_ERROR_OUT_OF_RESOURCES */ member in struct:sctp_error_out_of_resource 226 struct sctp_error_cause cause; /* code=SCTP_ERROR_UNRESOLVABLE_ADDR */ member in struct:sctp_error_unresolv_addr 231 struct sctp_error_cause cause; /* code=SCTP_ERROR_UNRECOG_CHUNK */ member in struct:sctp_error_unrecognized_chunk
|
| /src/sys/sys/ |
| entropy.h | 36 #error This header is known to the state of California to cause cancer in users.
|
| /src/usr.bin/make/unit-tests/ |
| deptgt-end-fail-indirect.mk | 6 # and exited with status 0. The cause for this was a missing condition in
|
| jobs-error-indirect.mk | 9 # This particular case is not the cause for the PRs, but it is very close.
|
| export-all.mk | 13 # this will cause trouble (recursing if we let it)
|
| jobs-error-nested.mk | 9 # This particular case is not the cause for the PRs, but it is very close.
|
| counter-append.mk | 8 # The cause for this surprising behavior was that the ::= variable modifiers
|
| counter.mk | 8 # The cause for this surprising behavior was that the ::= variable modifiers
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_vsc8211.c | 200 unsigned int cause; local in function:vsc8211_intr_handler 203 err = mdio_read(cphy, 0, VSC8211_INTR_STATUS, &cause); 207 cause &= INTR_MASK; 208 if (cause & CFG_CHG_INTR_MASK) 210 if (cause & (VSC_INTR_RX_FIFO | VSC_INTR_TX_FIFO))
|
| cxgb_mc5.c | 434 u32 cause = t3_read_reg(adap, A_MC5_DB_INT_CAUSE); local in function:t3_mc5_intr_handler 436 if ((cause & F_PARITYERR) && mc5->parity_enabled) { 441 if (cause & F_REQQPARERR) { 446 if (cause & F_DISPQPARERR) { 451 if (cause & F_ACTRGNFULL) 453 if (cause & F_NFASRCHFAIL) 455 if (cause & F_UNKNOWNCMD) 457 if (cause & F_DELACTEMPTY) 459 if (cause & MC5_INT_FATAL) 462 t3_write_reg(adap, A_MC5_DB_INT_CAUSE, cause); [all...] |
| cxgb_mv88e1xxx.c | 247 u32 cause; local in function:mv88e1xxx_intr_handler 250 mdio_read(cphy, 0, MV88E1XXX_INTR_STATUS, &cause); 251 cause &= INTR_ENABLE_MASK; 252 if (cause & link_change_intrs) 254 if (cause & MV_INTR_FIFO_OVER_UNDER)
|
| /src/sys/arch/arm/marvell/ |
| dove.c | 256 uint32_t cause = read_dbreg(DOVE_DB_MICR); local in function:dove_find_pending_irqs 258 pending &= cause; 431 uint32_t cause, mask; local in function:dove_pmu_intr 434 cause = READ_PMUREG(sc, DOVE_PMU_PMUICR); 435 printf("dove pmu intr: cause 0x%x, mask 0x%x\n", cause, mask); 437 cause &= mask; 439 if (cause & DOVE_PMU_PMUI_BATTFAULT) { 442 if (cause & DOVE_PMU_PMUI_RTCALARM) { 445 if (cause & DOVE_PMU_PMUI_THERMOVERHEAT) [all...] |
| /src/sys/dev/marvell/ |
| gt.c | 524 u_int32_t cause; local in function:gt_devbus_intr 527 cause = gt_read(gt, GT_DEVBUS_ICAUSE); 531 if (cause & GT_DEVBUS_DBurstErr) { 534 if ((cause & GT_DEVBUS_Sel) == 0) 538 if (cause & GT_DEVBUS_DRdyErr) { 541 if ((cause & GT_DEVBUS_Sel) != 0) 546 return cause != 0; 659 uint32_t cause, addr; local in function:gt_comm_intr 663 cause = gt_read(gt, GT_CommUnitIntr_Cause); 664 gt_write(gt, GT_CommUnitIntr_Cause, ~cause); 699 uint32_t cause; local in function:gt_comm_intr_enb [all...] |
| mvsata_mv.c | 53 #define MVSATAHC_MICR 0x20 /* Main Interrupt Cause */ 187 uint32_t cause, handled = 0; local in function:mvsatahc_intr 189 cause = bus_space_read_4(sc->sc_iot, sc->sc_ioh, MVSATAHC_MICR); 190 if (cause & MVSATAHC_MI_SATAERR(0)) 192 if (cause & MVSATAHC_MI_SATAERR(1)) 194 if (cause & (MVSATAHC_MI_SATADONE(0) | MVSATAHC_MI_SATADONE(1)))
|
| /src/usr.sbin/puffs/mount_9p/ |
| ninepuffs.c | 94 const char *cause = NULL; local in function:serverconnect 98 cause = "socket"; 105 cause = "SO_NOSIGPIPE"; 113 cause = "connect"; 119 err(EXIT_FAILURE, "%s", cause);
|
| /src/sys/arch/riscv/include/ |
| sysreg.h | 243 // Cause register 244 #define CAUSE_INTERRUPT_P(cause) ((cause) & __BIT(XLEN - 1)) 245 #define CAUSE_CODE(cause) ((cause) & __BITS(XLEN - 2, 0)) 247 // Cause register - exceptions 267 // Cause register - interrupts
|
| /src/tests/net/mcast/ |
| mcast.c | 194 const char *cause = "?"; local in function:getsocket 209 cause = "socket"; 213 cause = "allow v4 mapped"; 217 cause = f == bind ? "bind" : "connect"; 221 cause = "join group"; 234 ERRX(EXIT_FAILURE, "%s (%s)", cause, strerror(lasterrno));
|
| /src/sys/arch/playstation2/dev/ |
| if_smap.c | 271 u_int16_t cause, disable, r; local in function:smap_intr 273 cause = _reg_read_2(SPD_INTR_STATUS_REG16) & 276 disable = cause & (SPD_INTR_RXDNV | SPD_INTR_TXDNV); 292 if (cause & SPD_INTR_TXEND) { 295 cause |= SPD_INTR_RXEND; 299 if (cause & SPD_INTR_RXEND) { 307 if (cause & SPD_INTR_EMAC3) 313 rnd_add_uint32(&sc->rnd_source, cause | sc->tx_fifo_ptr << 16);
|