Home
last modified time | relevance | path

Searched refs:ucode (Results 1 – 18 of 18) sorted by relevance

/freebsd-9-stable/sys/ia64/ia32/
Dia32_trap.c187 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-9-stable/sys/ia64/ia64/
Dtrap.c352 uint64_t ucode; in trap() local
362 ucode = 0; in trap()
441 ucode = (int)tf->tf_special.ifa & 0x1FFFFF; in trap()
442 if (ucode == 0) { in trap()
455 ucode = trap_decode_break(tf); in trap()
457 if (ucode < 0x80000) { in trap()
459 switch (ucode) { in trap()
465 ucode = FPE_INTDIV; in trap()
469 ucode = FPE_INTOVF; in trap()
473 ucode = FPE_FLTSUB; in trap()
[all …]
/freebsd-9-stable/sys/i386/i386/
Dtrap.c215 int i = 0, ucode = 0, code; in trap() local
339 ucode = ILL_PRVOPC; in trap()
355 ucode = (type == T_TRCTRAP ? TRAP_TRACE : TRAP_BRKPT); in trap()
360 ucode = npxtrap_x87(); in trap()
361 if (ucode == -1) in trap()
364 ucode = 0; in trap()
383 ucode = (type == T_PROTFLT) ? BUS_OBJERR : BUS_ADRERR; in trap()
387 ucode = BUS_ADRERR; in trap()
391 ucode = BUS_OBJERR; in trap()
395 ucode = BUS_ADRALN; in trap()
[all …]
/freebsd-9-stable/sys/amd64/amd64/
Dtrap.c201 int i = 0, ucode = 0, code; in trap() local
302 ucode = ILL_PRVOPC; in trap()
318 ucode = (type == T_TRCTRAP ? TRAP_TRACE : TRAP_BRKPT); in trap()
322 ucode = fputrap_x87(); in trap()
323 if (ucode == -1) in trap()
330 ucode = BUS_OBJERR; in trap()
335 ucode = BUS_ADRERR; in trap()
339 ucode = BUS_OBJERR; in trap()
343 ucode = BUS_ADRALN; in trap()
348 ucode = BUS_OBJERR; in trap()
[all …]
/freebsd-9-stable/contrib/groff/src/utils/hpftodit/
Dhpftodit.cpp1277 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-9-stable/sys/powerpc/aim/
Dtrap.c154 u_int ucode; in trap() local
162 type = ucode = frame->exc; in trap()
293 ksi.ksi_code = (int) ucode; /* XXX, not POSIX */ in trap()
/freebsd-9-stable/usr.sbin/lmcconfig/
Dlmcconfig.c496 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()
2008 char *ucode; in load_xilinx() local
2019 ucode = (char *)malloc(8192); bzero(ucode, 8192); in load_xilinx()
2030 if (c=='1') ucode[length] |= 1<<i++; in load_xilinx()
2056 ucode[length++] = read_hex(f); in load_xilinx()
2079 load_xilinx_from_file(ucode, length); in load_xilinx()
/freebsd-9-stable/sys/dev/fxp/
Dif_fxp.c3064 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()
Dif_fxpreg.h247 uint32_t ucode[MAXUCODESIZE]; member
/freebsd-9-stable/sys/mips/mips/
Dtrap.c403 unsigned ucode = 0; in trap() local
612 ucode = ftype; in trap()
647 ucode = 0; /* XXX should be VM_PROT_something */ in trap()
881 ksi.ksi_code = ucode; in trap()
/freebsd-9-stable/sys/dev/usb/wlan/
Dif_rum.c2120 rum_load_microcode(struct rum_softc *sc, const uint8_t *ucode, size_t size) in rum_load_microcode() argument
2127 for (; size >= 4; reg += 4, ucode += 4, size -= 4) { in rum_load_microcode()
2128 err = rum_write(sc, reg, UGETDW(ucode)); in rum_load_microcode()
/freebsd-9-stable/sys/dev/iwn/
Dif_iwn.c5052 cmd.ucode.once.enable = 0xffffffff; in iwn5000_runtime_calib()
5053 cmd.ucode.once.start = IWN5000_CALIB_DC; in iwn5000_runtime_calib()
5851 cmd.ucode.once.enable = 0xffffffff; in iwn5000_query_calibration()
5852 cmd.ucode.once.start = 0xffffffff; in iwn5000_query_calibration()
5853 cmd.ucode.once.send = 0xffffffff; in iwn5000_query_calibration()
5854 cmd.ucode.flags = 0xffffffff; in iwn5000_query_calibration()
6106 iwn4965_load_bootcode(struct iwn_softc *sc, const uint8_t *ucode, int size) in iwn4965_load_bootcode() argument
6117 (const uint32_t *)ucode, size); in iwn4965_load_bootcode()
Dif_iwnreg.h756 struct iwn5000_calib_status ucode; member
/freebsd-9-stable/sys/dev/bwn/
Dif_bwnvar.h773 struct bwn_fwfile ucode; member
Dif_bwn.c7570 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-9-stable/sys/dev/lmc/
Dif_lmc.h916 char *ucode; /* user-land address of ucode */ member
Dif_lmc.c4401 error = load_xilinx_from_file(sc, ioctl->ucode, ioctl->data); in core_ioctl()
/freebsd-9-stable/contrib/gcc/
DChangeLog-19986783 (ultrasparc_rescan_pipeline_state): Remove unused variable ucode.