Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/iwlwififw/
H A DWHENCE3 File: iwlwifi-3945-2.ucode
6 File: iwlwifi-4965-2.ucode
9 File: iwlwifi-5000-1.ucode
12 File: iwlwifi-5000-2.ucode
15 File: iwlwifi-5000-5.ucode
18 File: iwlwifi-5150-2.ucode
21 File: iwlwifi-1000-3.ucode
24 File: iwlwifi-1000-5.ucode
27 File: iwlwifi-6000-4.ucode
30 File: iwlwifi-6050-4.ucode
[all …]
/freebsd/sys/i386/i386/
H A Dtrap.c222 int pf, signo, ucode; in trap() local
335 ucode = ILL_PRVOPC; in trap()
346 ucode = TRAP_BRKPT; in trap()
353 ucode = TRAP_TRACE; in trap()
367 if (ucode == -1) in trap()
394 ucode = BUS_ADRERR; in trap()
398 ucode = BUS_OBJERR; in trap()
402 ucode = BUS_ADRALN; in trap()
407 ucode = BUS_OBJERR; in trap()
470 ucode = 0; in trap()
[all …]
/freebsd/sys/amd64/amd64/
H A Dtrap.c220 int pf, signo, ucode; in trap() local
315 ucode = ILL_PRVOPC; in trap()
326 ucode = TRAP_BRKPT; in trap()
332 ucode = TRAP_TRACE; in trap()
346 if (ucode == -1) in trap()
353 ucode = BUS_OBJERR; in trap()
358 ucode = BUS_ADRERR; in trap()
362 ucode = BUS_OBJERR; in trap()
366 ucode = BUS_ADRALN; in trap()
371 ucode = BUS_OBJERR; in trap()
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dtrap.c87 int *ucode);
209 u_int ucode; in trap() local
263 ucode = TRAP_TRACE; in trap()
276 ucode = SEGV_MAPERR; in trap()
322 ucode = ILL_ILLOPC; in trap()
349 ucode = ILL_ILLOPC; in trap()
355 ucode = ILL_ILLOPC; in trap()
377 ucode = BUS_ADRALN; in trap()
389 ucode = TRAP_TRACE; in trap()
404 ucode = TRAP_BRKPT; in trap()
[all …]
H A Dfpu.c233 u_int ucode; in get_fpu_exception() local
249 ucode = FPE_FLTDIV; in get_fpu_exception()
251 ucode = FPE_FLTOVF; in get_fpu_exception()
253 ucode = FPE_FLTUND; in get_fpu_exception()
255 ucode = FPE_FLTRES; in get_fpu_exception()
257 ucode = FPE_FLTINV; in get_fpu_exception()
259 return ucode; in get_fpu_exception()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1298 ucode ^= ucode >> 1; in qat_ae_ucode_parity64()
1299 ucode ^= ucode >> 2; in qat_ae_ucode_parity64()
1300 ucode ^= ucode >> 4; in qat_ae_ucode_parity64()
1301 ucode ^= ucode >> 8; in qat_ae_ucode_parity64()
1302 ucode ^= ucode >> 16; in qat_ae_ucode_parity64()
1303 ucode ^= ucode >> 32; in qat_ae_ucode_parity64()
1320 ucode |= (uint64_t)qat_ae_ucode_parity64(bit0mask & ucode) << in qat_ae_ucode_set_ecc()
1322 ucode |= (uint64_t)qat_ae_ucode_parity64(bit1mask & ucode) << in qat_ae_ucode_set_ecc()
1324 ucode |= (uint64_t)qat_ae_ucode_parity64(bit2mask & ucode) << in qat_ae_ucode_set_ecc()
1326 ucode |= (uint64_t)qat_ae_ucode_parity64(bit3mask & ucode) << in qat_ae_ucode_set_ecc()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c527 build = le32_to_cpu(ucode->u.v2.build); in iwl_parse_v1_v2_firmware()
529 le32_to_cpu(ucode->u.v2.inst_size)); in iwl_parse_v1_v2_firmware()
536 src = ucode->u.v2.data; in iwl_parse_v1_v2_firmware()
555 src = ucode->u.v1.data; in iwl_parse_v1_v2_firmware()
723 if (len < sizeof(*ucode)) { in iwl_parse_tlv_firmware()
730 le32_to_cpu(ucode->magic)); in iwl_parse_tlv_firmware()
737 build = le32_to_cpu(ucode->build); in iwl_parse_tlv_firmware()
753 data = ucode->data; in iwl_parse_tlv_firmware()
755 len -= sizeof(*ucode); in iwl_parse_tlv_firmware()
1496 const struct iwl_ucode_header *ucode; in iwl_req_fw_callback() local
[all …]
/freebsd/sys/powerpc/booke/
H A Dmachdep_e500.c133 cpu_machine_check(struct thread *td, struct trapframe *frame, int *ucode) in cpu_machine_check() argument
136 *ucode = BUS_OBJERR; in cpu_machine_check()
/freebsd/tools/tools/intel-ucode-split/
H A DMakefile2 PROG= intel-ucode-split
/freebsd/sys/modules/iwlwififw/
H A DMakefile.inc4 EXT?= ucode
/freebsd/sys/riscv/riscv/
H A Dtrap.c215 int error, sig, ucode; in page_fault_handler() local
273 error = vm_fault_trap(map, va, ftype, VM_FAULT_NORMAL, &sig, &ucode); in page_fault_handler()
276 call_trapsignal(td, sig, ucode, (void *)stval, in page_fault_handler()
/freebsd/sys/arm/arm/
H A Dtrap-v6.c285 int bp_harden, ucode; in abort_handler() local
498 &ucode); in abort_handler()
499 ksig.code = ucode; in abort_handler()
/freebsd/sys/vm/
H A Dvm_fault.c701 int fault_flags, int *signo, int *ucode) in vm_fault_trap() argument
705 MPASS(signo == NULL || ucode != NULL); in vm_fault_trap()
727 *ucode = SEGV_MAPERR; in vm_fault_trap()
731 *ucode = BUS_OOMERR; in vm_fault_trap()
735 *ucode = BUS_OBJERR; in vm_fault_trap()
747 *ucode = SEGV_ACCERR; in vm_fault_trap()
750 *ucode = UCODE_PAGEFLT; in vm_fault_trap()
755 *ucode = UCODE_PAGEFLT; in vm_fault_trap()
759 *ucode = SEGV_ACCERR; in vm_fault_trap()
H A Dvm_extern.h97 int fault_flags, int *signo, int *ucode);
/freebsd/sys/arm64/arm64/
H A Dtrap.c262 int error, sig, ucode; in data_abort() local
369 error = vm_fault_trap(map, far, ftype, VM_FAULT_NORMAL, &sig, &ucode); in data_abort()
372 call_trapsignal(td, sig, ucode, (void *)far, in data_abort()
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c545 cpu_machine_check(struct thread *td, struct trapframe *frame, int *ucode) in cpu_machine_check() argument
569 *ucode = BUS_OBJERR; in cpu_machine_check()
/freebsd/sys/dev/fxp/
H A Dif_fxp.c3063 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 Dif_fxpreg.h245 uint32_t ucode[MAXUCODESIZE]; member
/freebsd/tools/tools/
H A DREADME33 intel-ucode-split Tool to split Intel microcode into individual files.
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp1021rdb-pc.dtsi72 /* 256KB for QE ucode firmware*/
H A Dp1025twr.dtsi79 /* 256KB for QE ucode firmware*/
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c2662 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/sys/dev/bwn/
H A Dif_bwnvar.h861 struct bwn_fwfile ucode; member
/freebsd/sys/dev/iwn/
H A Dif_iwn.c6643 cmd.ucode.once.enable = 0xffffffff; in iwn5000_runtime_calib()
6644 cmd.ucode.once.start = IWN5000_CALIB_DC; in iwn5000_runtime_calib()
7780 cmd.ucode.once.enable = htole32(0xffffffff); in iwn5000_query_calibration()
7781 cmd.ucode.once.start = htole32(0xffffffff); in iwn5000_query_calibration()
7782 cmd.ucode.once.send = htole32(0xffffffff); in iwn5000_query_calibration()
7783 cmd.ucode.flags = htole32(0xffffffff); in iwn5000_query_calibration()
8095 iwn4965_load_bootcode(struct iwn_softc *sc, const uint8_t *ucode, int size) in iwn4965_load_bootcode() argument
8106 (const uint32_t *)ucode, size); in iwn4965_load_bootcode()
H A Dif_iwnreg.h890 struct iwn5000_calib_status ucode; member

12