| /freebsd-10-stable/sys/ia64/ia32/ |
| D | ia32_trap.c | 187 uint64_t ucode; in ia32_trap() local 203 ucode = 0; in ia32_trap() 208 ucode = FPE_INTDIV; in ia32_trap() 216 ucode = FPE_INTOVF; in ia32_trap() 220 ucode = FPE_FLTSUB; in ia32_trap() 224 ucode = 0; in ia32_trap() 230 ucode = (tf->tf_special.isr & 0xffff) + BUS_SEGM_FAULT; in ia32_trap() 234 ucode = 0; /* XXX */ in ia32_trap() 238 ucode = tf->tf_special.ifa; /* VA */ in ia32_trap() 242 ucode = 0; /* XXX */ in ia32_trap() [all …]
|
| /freebsd-10-stable/sys/ia64/ia64/ |
| D | trap.c | 352 uint64_t ucode; in trap() local 368 ucode = 0; in trap() 446 ucode = (int)tf->tf_special.ifa & 0x1FFFFF; in trap() 447 if (ucode == 0) { in trap() 460 ucode = trap_decode_break(tf); in trap() 462 if (ucode < 0x80000) { in trap() 464 switch (ucode) { in trap() 470 ucode = FPE_INTDIV; in trap() 474 ucode = FPE_INTOVF; in trap() 478 ucode = FPE_FLTSUB; in trap() [all …]
|
| /freebsd-10-stable/sys/i386/i386/ |
| D | trap.c | 195 int i = 0, ucode = 0, code; in trap() local 320 ucode = ILL_PRVOPC; in trap() 336 ucode = (type == T_TRCTRAP ? TRAP_TRACE : TRAP_BRKPT); in trap() 341 ucode = npxtrap_x87(); in trap() 342 if (ucode == -1) in trap() 345 ucode = 0; in trap() 364 ucode = (type == T_PROTFLT) ? BUS_OBJERR : BUS_ADRERR; in trap() 368 ucode = BUS_ADRERR; in trap() 372 ucode = BUS_OBJERR; in trap() 376 ucode = BUS_ADRALN; in trap() [all …]
|
| /freebsd-10-stable/sys/amd64/amd64/ |
| D | trap.c | 183 int i = 0, ucode = 0, code; in trap() local 284 ucode = ILL_PRVOPC; in trap() 300 ucode = (type == T_TRCTRAP ? TRAP_TRACE : TRAP_BRKPT); in trap() 304 ucode = fputrap_x87(); in trap() 305 if (ucode == -1) in trap() 312 ucode = BUS_OBJERR; in trap() 317 ucode = BUS_ADRERR; in trap() 321 ucode = BUS_OBJERR; in trap() 325 ucode = BUS_ADRALN; in trap() 330 ucode = BUS_OBJERR; in trap() [all …]
|
| /freebsd-10-stable/sys/powerpc/aim/ |
| D | trap.c | 154 u_int ucode; in trap() local 162 type = ucode = frame->exc; in trap() 201 ucode = TRAP_TRACE; in trap() 211 ucode = SEGV_MAPERR; in trap() 219 ucode = SEGV_MAPERR; in trap() 256 ucode = BUS_ADRALN; in trap() 275 ucode = TRAP_BRKPT; in trap() 280 ucode = ILL_PRVOPC; in trap() 282 ucode = ILL_ILLOPC; in trap() 284 ucode = FPE_FLTINV; /* Punt for now, invalid operation. */ in trap() [all …]
|
| /freebsd-10-stable/contrib/groff/src/utils/hpftodit/ |
| D | hpftodit.cpp | 1277 int ucode = int(strtol(ustr, &nonum, 16)); in hp_msl_to_ucode_name() local 1279 if (ucode >= 0xE000 && ucode <= 0xF8FF) in hp_msl_to_ucode_name() 1294 unicode_to_ucode_name(int ucode) in unicode_to_ucode_name() argument 1300 if (ucode >= 0xE000 && ucode <= 0xF8FF) in unicode_to_ucode_name() 1303 sprintf(codestr, "%04X", ucode); in unicode_to_ucode_name()
|
| /freebsd-10-stable/usr.sbin/lmcconfig/ |
| D | lmcconfig.c | 496 load_xilinx_from_file(char *ucode, u_int32_t len) in load_xilinx_from_file() argument 504 ioctl.ucode = ucode; in load_xilinx_from_file() 2006 char *ucode; in load_xilinx() local 2017 ucode = (char *)malloc(8192); bzero(ucode, 8192); in load_xilinx() 2028 if (c=='1') ucode[length] |= 1<<i++; in load_xilinx() 2054 ucode[length++] = read_hex(f); in load_xilinx() 2077 load_xilinx_from_file(ucode, length); in load_xilinx()
|
| /freebsd-10-stable/sys/dev/fxp/ |
| D | if_fxp.c | 3064 static const struct ucode { struct 3066 uint32_t *ucode; member 3091 const struct ucode *uc; in fxp_load_ucode() argument 3098 for (uc = ucode_table; uc->ucode != NULL; uc++) in fxp_load_ucode() 3101 if (uc->ucode == NULL) in fxp_load_ucode() 3108 cbp->ucode[i] = htole32(uc->ucode[i]); in fxp_load_ucode() 3110 *(uint16_t *)&cbp->ucode[uc->int_delay_offset] = in fxp_load_ucode() 3113 *(uint16_t *)&cbp->ucode[uc->bundle_max_offset] = in fxp_load_ucode()
|
| D | if_fxpreg.h | 247 uint32_t ucode[MAXUCODESIZE]; member
|
| /freebsd-10-stable/sys/mips/mips/ |
| D | trap.c | 518 unsigned ucode = 0; in trap() local 760 ucode = ftype; in trap() 795 ucode = 0; /* XXX should be VM_PROT_something */ in trap() 1125 ksi.ksi_code = ucode; in trap()
|
| /freebsd-10-stable/sys/dev/usb/wlan/ |
| D | if_rum.c | 2116 rum_load_microcode(struct rum_softc *sc, const uint8_t *ucode, size_t size) in rum_load_microcode() argument 2123 for (; size >= 4; reg += 4, ucode += 4, size -= 4) { in rum_load_microcode() 2124 err = rum_write(sc, reg, UGETDW(ucode)); in rum_load_microcode()
|
| /freebsd-10-stable/sys/dev/bwn/ |
| D | if_bwnvar.h | 773 struct bwn_fwfile ucode; member
|
| D | if_bwn.c | 7570 error = bwn_fw_get(mac, type, filename, &fw->ucode); in bwn_fw_gets() 7748 bwn_do_release_fw(&mac->mac_fw.ucode); in bwn_release_firmware() 7788 data = GETFWOFFSET(mac->mac_fw.ucode, sizeof(struct bwn_fwhdr)); in bwn_fw_loaducode() 7790 for (i = 0; i < GETFWSIZE(mac->mac_fw.ucode, sizeof(struct bwn_fwhdr)); in bwn_fw_loaducode()
|
| /freebsd-10-stable/sys/dev/iwn/ |
| D | if_iwn.c | 5371 cmd.ucode.once.enable = 0xffffffff; in iwn5000_runtime_calib() 5372 cmd.ucode.once.start = IWN5000_CALIB_DC; in iwn5000_runtime_calib() 6214 cmd.ucode.once.enable = 0xffffffff; in iwn5000_query_calibration() 6215 cmd.ucode.once.start = 0xffffffff; in iwn5000_query_calibration() 6216 cmd.ucode.once.send = 0xffffffff; in iwn5000_query_calibration() 6217 cmd.ucode.flags = 0xffffffff; in iwn5000_query_calibration() 6478 iwn4965_load_bootcode(struct iwn_softc *sc, const uint8_t *ucode, int size) in iwn4965_load_bootcode() argument 6489 (const uint32_t *)ucode, size); in iwn4965_load_bootcode()
|
| D | if_iwnreg.h | 849 struct iwn5000_calib_status ucode; member
|
| /freebsd-10-stable/sys/dev/lmc/ |
| D | if_lmc.h | 916 char *ucode; /* user-land address of ucode */ member
|
| D | if_lmc.c | 4401 error = load_xilinx_from_file(sc, ioctl->ucode, ioctl->data); in core_ioctl()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | ChangeLog-1998 | 6783 (ultrasparc_rescan_pipeline_state): Remove unused variable ucode.
|