Home
last modified time | relevance | path

Searched defs:apic (Results 1 – 14 of 14) 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() argument
271 unsigned int native_io_apic_read(unsigned int apic, unsigned int reg) in native_io_apic_read() argument
279 static void io_apic_write(unsigned int apic, unsigned int reg, in io_apic_write() argument
288 static struct IO_APIC_route_entry __ioapic_read_entry(int apic, int pin) in __ioapic_read_entry() argument
298 ioapic_read_entry(int apic,int pin) ioapic_read_entry() argument
310 __ioapic_write_entry(int apic,int pin,struct IO_APIC_route_entry e) __ioapic_write_entry() argument
316 ioapic_write_entry(int apic,int pin,struct IO_APIC_route_entry e) ioapic_write_entry() argument
327 ioapic_mask_entry(int apic,int pin) ioapic_mask_entry() argument
341 add_pin_to_irq_node(struct mp_chip_data * data,int node,int apic,int pin) add_pin_to_irq_node() argument
363 __remove_pin_from_irq(struct mp_chip_data * data,int apic,int pin) __remove_pin_from_irq() argument
439 __eoi_ioapic_pin(int apic,int pin,int vector) __eoi_ioapic_pin() argument
468 clear_IO_APIC_pin(unsigned int apic,unsigned int pin) clear_IO_APIC_pin() argument
514 int apic, pin; clear_IO_APIC() local
558 int apic, pin; save_ioapic_entries() local
579 int apic, pin; mask_ioapic_entries() local
602 int apic, pin; restore_ioapic_entries() local
1149 io_apic_print_entries(unsigned int apic,unsigned int nr_entries) io_apic_print_entries() argument
1270 static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; global() member
1274 int i8259_apic, i8259_pin, apic, pin; enable_IO_APIC() local
1949 int apic, pin, i; unlock_ExtINT_logic() local
[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.c10956 struct kvm_lapic *apic = vcpu->arch.apic; in __kvm_vcpu_update_apicv() local
/linux/arch/x86/kvm/svm/
H A Davic.c650 struct kvm_lapic *apic = vcpu->arch.apic; in avic_incomplete_ipi_interception() local
H A Dnested.c1667 struct kvm_lapic *apic = vcpu->arch.apic; in svm_check_nested_events() local
H A Dsvm.c3887 svm_deliver_interrupt(struct kvm_lapic * apic,int delivery_mode,int trig_mode,int vector) svm_deliver_interrupt() argument
/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() argument
/linux/arch/x86/kvm/vmx/
H A Dnested.c4284 struct kvm_lapic *apic = vcpu->arch.apic; in vmx_check_nested_events() local
H A Dvmx.c4386 vmx_deliver_interrupt(struct kvm_lapic * apic,int delivery_mode,int trig_mode,int vector) vmx_deliver_interrupt() argument
[all...]
/linux/arch/x86/events/
H A Dperf_event.h886 int apic; global() member