| /freebsd-12.1/sys/i386/i386/ |
| H A D | trap.c | 204 int signo, ucode; in trap() local 215 ucode = 0; in trap() 322 ucode = ILL_PRVOPC; in trap() 333 ucode = TRAP_BRKPT; in trap() 340 ucode = TRAP_TRACE; in trap() 354 if (ucode == -1) in trap() 380 ucode = BUS_ADRERR; in trap() 384 ucode = BUS_OBJERR; in trap() 388 ucode = BUS_ADRALN; in trap() 492 ucode = 0; in trap() [all …]
|
| /freebsd-12.1/sys/amd64/amd64/ |
| H A D | trap.c | 195 int signo, ucode; in trap() local 201 ucode = 0; in trap() 287 ucode = ILL_PRVOPC; in trap() 298 ucode = TRAP_BRKPT; in trap() 304 ucode = TRAP_TRACE; in trap() 318 if (ucode == -1) in trap() 325 ucode = BUS_OBJERR; in trap() 330 ucode = BUS_ADRERR; in trap() 334 ucode = BUS_OBJERR; in trap() 338 ucode = BUS_ADRALN; in trap() [all …]
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | trap.c | 205 u_int ucode; in trap() local 257 ucode = TRAP_TRACE; in trap() 266 ucode = SEGV_MAPERR; in trap() 274 ucode = SEGV_MAPERR; in trap() 310 ucode = ILL_ILLOPC; in trap() 314 ucode = ILL_ILLOPC; in trap() 336 ucode = BUS_ADRALN; in trap() 347 ucode = TRAP_TRACE; in trap() 362 ucode = TRAP_BRKPT; in trap() 367 ucode = ILL_PRVOPC; in trap() [all …]
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | trap.c | 179 int error, sig, ucode; in data_abort() local 249 ucode = SEGV_ACCERR; in data_abort() 251 ucode = SEGV_MAPERR; in data_abort() 252 call_trapsignal(td, sig, ucode, (void *)stval); in data_abort()
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | trap.c | 161 int error, sig, ucode; in data_abort() local 229 ucode = SEGV_ACCERR; in data_abort() 231 ucode = SEGV_MAPERR; in data_abort() 232 call_trapsignal(td, sig, ucode, (void *)far); in data_abort()
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | trap.c | 260 int sig, ucode; in trap() local 280 ucode = (int)tf->tf_type; /* XXX not POSIX */ in trap() 306 ucode = TRAP_BRKPT; in trap() 330 ksi.ksi_code = ucode; in trap()
|
| /freebsd-12.1/tools/tools/intel-ucode-split/ |
| H A D | Makefile | 3 PROG= intel-ucode-split
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | trap.c | 519 unsigned ucode = 0; in trap() local 745 ucode = SEGV_ACCERR; in trap() 747 ucode = SEGV_MAPERR; in trap() 781 ucode = 0; /* XXX should be VM_PROT_something */ in trap() 834 ucode = TRAP_BRKPT; in trap() 860 ucode = TRAP_TRACE; in trap() 875 ucode = TRAP_BRKPT; in trap() 1116 ksi.ksi_code = ucode; in trap()
|
| /freebsd-12.1/sys/dev/fxp/ |
| H A D | if_fxp.c | 3063 static const struct ucode { struct 3065 uint32_t *ucode; argument 3090 const struct ucode *uc; in fxp_load_ucode() argument 3097 for (uc = ucode_table; uc->ucode != NULL; uc++) in fxp_load_ucode() 3100 if (uc->ucode == NULL) in fxp_load_ucode() 3107 cbp->ucode[i] = htole32(uc->ucode[i]); in fxp_load_ucode() 3109 *(uint16_t *)&cbp->ucode[uc->int_delay_offset] = in fxp_load_ucode() 3112 *(uint16_t *)&cbp->ucode[uc->bundle_max_offset] = in fxp_load_ucode()
|
| H A D | if_fxpreg.h | 247 uint32_t ucode[MAXUCODESIZE]; member
|
| /freebsd-12.1/tools/tools/ |
| H A D | README | 36 intel-ucode-split Tool to split Intel microcode into individual files.
|
| /freebsd-12.1/sys/dev/usb/wlan/ |
| H A D | if_rum.c | 2662 rum_load_microcode(struct rum_softc *sc, const uint8_t *ucode, size_t size) in rum_load_microcode() argument 2668 for (; size >= 4; reg += 4, ucode += 4, size -= 4) { in rum_load_microcode() 2669 err = rum_write(sc, reg, UGETDW(ucode)); in rum_load_microcode()
|
| /freebsd-12.1/sys/dev/iwn/ |
| H A D | if_iwn.c | 6655 cmd.ucode.once.enable = 0xffffffff; in iwn5000_runtime_calib() 6656 cmd.ucode.once.start = IWN5000_CALIB_DC; in iwn5000_runtime_calib() 7778 cmd.ucode.once.enable = htole32(0xffffffff); in iwn5000_query_calibration() 7779 cmd.ucode.once.start = htole32(0xffffffff); in iwn5000_query_calibration() 7780 cmd.ucode.once.send = htole32(0xffffffff); in iwn5000_query_calibration() 7781 cmd.ucode.flags = htole32(0xffffffff); in iwn5000_query_calibration() 8093 iwn4965_load_bootcode(struct iwn_softc *sc, const uint8_t *ucode, int size) in iwn4965_load_bootcode() argument 8104 (const uint32_t *)ucode, size); in iwn4965_load_bootcode()
|
| H A D | if_iwnreg.h | 891 struct iwn5000_calib_status ucode; member
|
| /freebsd-12.1/sys/dev/bwn/ |
| H A D | if_bwnvar.h | 864 struct bwn_fwfile ucode; member
|
| H A D | if_bwn.c | 4122 error = bwn_fw_get(mac, type, filename, &fw->ucode); in bwn_fw_gets() 4327 bwn_do_release_fw(&mac->mac_fw.ucode); in bwn_release_firmware() 4367 data = GETFWOFFSET(mac->mac_fw.ucode, sizeof(struct bwn_fwhdr)); in bwn_fw_loaducode() 4369 for (i = 0; i < GETFWSIZE(mac->mac_fw.ucode, sizeof(struct bwn_fwhdr)); in bwn_fw_loaducode()
|
| /freebsd-12.1/sys/conf/ |
| H A D | files.i386 | 631 x86/x86/ucode.c standard
|
| H A D | files.amd64 | 761 x86/x86/ucode.c standard
|
| /freebsd-12.1/sys/dev/wpi/ |
| H A D | if_wpi.c | 4897 wpi_load_bootcode(struct wpi_softc *sc, const uint8_t *ucode, uint32_t size) in wpi_load_bootcode() argument 4910 (const uint32_t *)ucode, size); in wpi_load_bootcode()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-1998 | 6783 (ultrasparc_rescan_pipeline_state): Remove unused variable ucode.
|