Searched refs:intr_info (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 2389 uint32_t eax, ecx, edx, idtvec_info, idtvec_err, intr_info, inst_info; in vmx_exit_process() local 2614 intr_info = vmcs_read(VMCS_EXIT_INTR_INFO); in vmx_exit_process() 2616 vmx, vcpuid, vmexit, intr_info); in vmx_exit_process() 2622 if (!(intr_info & VMCS_INTR_VALID)) in vmx_exit_process() 2624 KASSERT((intr_info & VMCS_INTR_VALID) != 0 && in vmx_exit_process() 2625 (intr_info & VMCS_INTR_T_MASK) == VMCS_INTR_T_HWINTR, in vmx_exit_process() 2626 ("VM exit interruption info invalid: %#x", intr_info)); in vmx_exit_process() 2627 vmx_trigger_hostintr(intr_info & 0xff); in vmx_exit_process() 2673 intr_info = vmcs_read(VMCS_EXIT_INTR_INFO); in vmx_exit_process() 2674 KASSERT((intr_info & VMCS_INTR_VALID) != 0, in vmx_exit_process() [all …]
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 4050 struct intr_info { struct 4072 t4_show_intr_info(struct adapter *adap, const struct intr_info *ii, u32 cause) in t4_show_intr_info() argument 4105 t4_handle_intr(struct adapter *adap, const struct intr_info *ii, in t4_handle_intr() 4156 static const struct intr_info sysbus_intr_info = { in pcie_intr_handler() 4177 static const struct intr_info pcie_port_intr_info = { in pcie_intr_handler() 4254 struct intr_info pcie_intr_info = { in pcie_intr_handler() 4288 static const struct intr_info tp_intr_info = { in tp_intr_handler() 4306 static const struct intr_info sge_int1_info = { in sge_intr_handler() 4315 static const struct intr_info sge_int2_info = { in sge_intr_handler() 4395 struct intr_info sge_int3_info = { in sge_intr_handler() [all …]
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_hw.c | 1722 struct intr_info { struct 1746 const struct intr_info *acts, in t3_handle_intr_status() argument 1830 static struct intr_info pcix1_intr_info[] = { in pci_intr_handler() 1866 static struct intr_info pcie_intr_info[] = { in pcie_intr_handler() 1900 static struct intr_info tp_intr_info[] = { in tp_intr_handler() 1906 static struct intr_info tp_intr_info_t3c[] = { in tp_intr_handler() 1924 static struct intr_info cim_intr_info[] = { in cim_intr_handler() 1962 static struct intr_info ulprx_intr_info[] = { in ulprx_intr_handler() 1984 static struct intr_info ulptx_intr_info[] = { in ulptx_intr_handler() 2012 static struct intr_info pmtx_intr_info[] = { in pmtx_intr_handler() [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_tx.c | 775 cmd->intr_info = in ath12k_dp_tx_htt_srng_setup() 778 cmd->intr_info |= in ath12k_dp_tx_htt_srng_setup() 795 ring_id, ring_type, cmd->intr_info, cmd->info2); in ath12k_dp_tx_htt_srng_setup()
|
H A D | dp.h | 586 __le32 intr_info; member
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_tx.c | 969 cmd->intr_info = FIELD_PREP( in ath11k_dp_tx_htt_srng_setup() 972 cmd->intr_info |= FIELD_PREP( in ath11k_dp_tx_htt_srng_setup() 986 cmd->msi_data, ring_id, ring_type, cmd->intr_info, cmd->info2); in ath11k_dp_tx_htt_srng_setup()
|
H A D | dp.h | 515 u32 intr_info; member
|