Searched refs:interrupt (Results 151 - 161 of 161) sorted by relevance

1234567

/freebsd-13-stable/sys/x86/x86/
H A Dlocal_apic.c75 #include <sys/interrupt.h>
98 * interrupt.
492 * Map the local APIC and setup necessary interrupt vectors.
522 /* Setup the spurious interrupt handler. */
532 /* Local APIC timer interrupt. */
536 /* Local APIC error interrupt. */
540 /* XXX: Thermal interrupt */
1441 * Called from the mca_init() to activate the CMC interrupt if this CPU is
1668 * we don't lose an interrupt delivery race.
1688 /* Map an IDT vector (APIC) to an IRQ (interrupt sourc
[all...]
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.c197 &virtual_interrupt_delivery, 0, "APICv virtual interrupt delivery support");
201 &posted_interrupts, 0, "APICv posted interrupt support");
205 &pirvec, 0, "APICv posted interrupt vector");
252 SDT_PROBE_DEFINE4(vmm, vmx, exit, interrupt,
845 * Check support for virtual interrupt delivery.
878 "allocate posted interrupt "
1328 VCPU_CTR0(vmx->vm, vcpu, "Enabling interrupt window exiting");
1340 VCPU_CTR0(vmx->vm, vcpu, "Disabling interrupt window exiting");
1426 VCPU_CTR2(vmx->vm, vcpu, "Guest interrupt blocking "
1499 * If interrupt
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_cpuset.c62 #include <sys/interrupt.h>
/freebsd-13-stable/sys/arm/mv/
H A Dmv_common.c172 int gic_decode_fdt(phandle_t iparent, pcell_t *intr, int *interrupt,
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c81 #include <linux/interrupt.h>
923 /* check for signal type interrupt code */
/freebsd-13-stable/sys/netpfil/pf/
H A Dif_pfsync.c72 #include <sys/interrupt.h>
H A Dpf_ioctl.c57 #include <sys/interrupt.h>
H A Dpf.c54 #include <sys/interrupt.h>
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c47 #include <sys/interrupt.h>
700 /* Heartbeat timer for NTB_ATOM since there is no link interrupt */
1136 /* Mask all the interrupts, including hardware interrupt */
1161 /* interrupt source i for vector i */
1469 * interrupt handler call can be the consequence of it.
1760 * window to access the interrupt and scratch pad registers on the
2215 /* Atom does not have link status interrupt, poll on that platform */
2226 * Delay polling the link status if an interrupt was received, unless
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi.c85 #include <sys/interrupt.h>
714 device_printf(sc->mfi_dev, "Cannot set up interrupt\n");
725 device_printf(sc->mfi_dev, "Cannot set up interrupt\n");
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c47 #include <linux/interrupt.h>

Completed in 312 milliseconds

1234567