/linux-3.3/arch/x86/kvm/ |
D | lapic.c | 75 static inline u32 apic_get_reg(struct kvm_lapic *apic, int reg_off) in apic_get_reg() 80 static inline void apic_set_reg(struct kvm_lapic *apic, int reg_off, u32 val) in apic_set_reg() 105 static inline int apic_hw_enabled(struct kvm_lapic *apic) in apic_hw_enabled() 110 static inline int apic_sw_enabled(struct kvm_lapic *apic) in apic_sw_enabled() 115 static inline int apic_enabled(struct kvm_lapic *apic) in apic_enabled() 127 static inline int kvm_apic_id(struct kvm_lapic *apic) in kvm_apic_id() 132 static inline int apic_lvt_enabled(struct kvm_lapic *apic, int lvt_type) in apic_lvt_enabled() 137 static inline int apic_lvt_vector(struct kvm_lapic *apic, int lvt_type) in apic_lvt_vector() 142 static inline int apic_lvtt_oneshot(struct kvm_lapic *apic) in apic_lvtt_oneshot() 148 static inline int apic_lvtt_period(struct kvm_lapic *apic) in apic_lvtt_period() [all …]
|
D | cpuid.c | 29 struct kvm_lapic *apic = vcpu->arch.apic; in kvm_update_cpuid() local
|
D | x86.c | 5009 struct kvm_lapic *apic = vcpu->arch.apic; in vapic_enter() local 5022 struct kvm_lapic *apic = vcpu->arch.apic; in vapic_exit() local
|
/linux-3.3/arch/x86/include/asm/ |
D | apic.h | 286 struct apic { struct 291 int (*apic_id_registered)(void); argument 301 unsigned long (*check_apicid_used)(physid_mask_t *map, int apicid); argument 302 unsigned long (*check_apicid_present)(int apicid); argument 305 void (*init_apic_ldr)(void); argument 307 void (*ioapic_phys_id_map)(physid_mask_t *phys_map, physid_mask_t *retmap); argument 309 void (*setup_apic_routing)(void); argument 310 int (*multi_timer_check)(int apic, int irq); argument 311 int (*cpu_present_to_apicid)(int mps_cpu); argument 312 void (*apicid_to_cpu_present)(int phys_apicid, physid_mask_t *retmap); argument [all …]
|
D | kvm_host.h | 346 struct kvm_lapic *apic; /* kernel irqchip context */ member
|
/linux-3.3/arch/x86/kernel/apic/ |
D | io_apic.c | 178 int apic, pin; member 311 static inline void io_apic_eoi(unsigned int apic, unsigned int vector) in io_apic_eoi() 317 static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg) in io_apic_read() 324 static inline void io_apic_write(unsigned int apic, unsigned int reg, unsigned int value) in io_apic_write() 337 static inline void io_apic_modify(unsigned int apic, unsigned int reg, unsigned int value) in io_apic_modify() 374 static struct IO_APIC_route_entry __ioapic_read_entry(int apic, int pin) in __ioapic_read_entry() 383 static struct IO_APIC_route_entry ioapic_read_entry(int apic, int pin) in ioapic_read_entry() 400 __ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e) in __ioapic_write_entry() 409 static void ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e) in ioapic_write_entry() 422 static void ioapic_mask_entry(int apic, int pin) in ioapic_mask_entry() [all …]
|
D | probe_32.c | 154 struct apic *apic = &apic_default; variable
|
D | apic_flat_64.c | 31 struct apic __read_mostly *apic = &apic_flat; variable
|
D | numaq_32.c | 351 static inline int numaq_multi_timer_check(int apic, int irq) in numaq_multi_timer_check()
|
D | es7000_32.c | 505 int apic = per_cpu(x86_bios_cpu_apicid, smp_processor_id()); in es7000_setup_apic_routing() local
|
/linux-3.3/include/linux/ |
D | dmar.h | 164 static inline struct intel_iommu *map_ioapic_to_ir(int apic) in map_ioapic_to_ir() 172 static inline int set_ioapic_sid(struct irte *irte, int apic) in set_ioapic_sid()
|
/linux-3.3/arch/x86/include/asm/visws/ |
D | cobalt.h | 90 #define CO_IRQ(apic) (CO_IRQ_APIC0 + (apic)) /* apic ent to irq */ argument
|
/linux-3.3/drivers/iommu/ |
D | intr_remapping.c | 229 struct intel_iommu *map_ioapic_to_ir(int apic) in map_ioapic_to_ir() 331 int set_ioapic_sid(struct irte *irte, int apic) in set_ioapic_sid()
|
/linux-3.3/drivers/acpi/ |
D | processor_core.c | 60 struct acpi_madt_local_x2apic *apic = in map_x2apic_id() local
|
/linux-3.3/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 86 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
|
/linux-3.3/arch/ia64/kvm/ |
D | kvm-ia64.c | 1872 int kvm_apic_match_physical_addr(struct kvm_lapic *apic, u16 dest) in kvm_apic_match_physical_addr() 1877 int kvm_apic_match_logical_addr(struct kvm_lapic *apic, u8 mda) in kvm_apic_match_logical_addr()
|
/linux-3.3/arch/x86/kernel/cpu/ |
D | perf_event.h | 300 int apic; member
|
/linux-3.3/arch/ia64/include/asm/ |
D | kvm_host.h | 392 struct kvm_lapic *apic; /* kernel irqchip context */ member
|