Home
last modified time | relevance | path

Searched defs:apic (Results 1 – 13 of 13) sorted by relevance

/linux/arch/x86/kernel/apic/
H A Dio_apic.c90 int apic, pin; member
264 static inline void io_apic_eoi(unsigned int apic, unsigned int vector) in io_apic_eoi()
271 unsigned int native_io_apic_read(unsigned int apic, unsigned int reg) in native_io_apic_read()
279 static void io_apic_write(unsigned int apic, unsigned int reg, in io_apic_write()
288 static struct IO_APIC_route_entry __ioapic_read_entry(int apic, int pin) in __ioapic_read_entry()
298 static struct IO_APIC_route_entry ioapic_read_entry(int apic, int pin) in ioapic_read_entry()
310 static void __ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e) in __ioapic_write_entry()
316 static void ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e) in ioapic_write_entry()
327 static void ioapic_mask_entry(int apic, int pin) in ioapic_mask_entry()
341 static bool add_pin_to_irq_node(struct mp_chip_data *data, int node, int apic, int pin) in add_pin_to_irq_node()
[all …]
/linux/arch/x86/xen/
H A Dapic.c14 static unsigned int xen_io_apic_read(unsigned apic, unsigned reg) in xen_io_apic_read()
/linux/arch/x86/include/asm/
H A Dio_apic.h165 static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg) in io_apic_read()
H A Dkvm_host.h820 struct kvm_lapic *apic; /* kernel irqchip context */ member
/linux/arch/x86/kvm/
H A Dioapic.c543 struct kvm_lapic *apic = vcpu->arch.apic; in kvm_ioapic_update_eoi_one() local
H A Dcpuid.c377 struct kvm_lapic *apic = vcpu->arch.apic; in kvm_vcpu_after_set_cpuid() local
H A Dx86.c10951 struct kvm_lapic *apic = vcpu->arch.apic; in __kvm_vcpu_update_apicv() local
/linux/arch/x86/kvm/svm/
H A Davic.c627 struct kvm_lapic *apic = vcpu->arch.apic; in avic_incomplete_ipi_interception() local
H A Dnested.c1682 struct kvm_lapic *apic = vcpu->arch.apic; in svm_check_nested_events() local
H A Dsvm.c3876 static void svm_deliver_interrupt(struct kvm_lapic *apic, int delivery_mode, in svm_deliver_interrupt()
/linux/arch/x86/kernel/cpu/mce/
H A Damd.c402 static bool lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
/linux/arch/x86/kvm/vmx/
H A Dnested.c4284 struct kvm_lapic *apic = vcpu->arch.apic; in vmx_check_nested_events() local
/linux/arch/x86/events/
H A Dperf_event.h886 int apic; member