/arch/x86/include/asm/ |
D | apic.h | 290 struct apic { struct 295 int (*apic_id_valid)(int apicid); argument 296 int (*apic_id_registered)(void); argument 306 unsigned long (*check_apicid_used)(physid_mask_t *map, int apicid); argument 307 unsigned long (*check_apicid_present)(int apicid); argument 311 void (*init_apic_ldr)(void); argument 313 void (*ioapic_phys_id_map)(physid_mask_t *phys_map, physid_mask_t *retmap); argument 315 void (*setup_apic_routing)(void); argument 316 int (*multi_timer_check)(int apic, int irq); argument 317 int (*cpu_present_to_apicid)(int mps_cpu); argument [all …]
|
D | io_apic.h | 202 static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg) in io_apic_read() 207 static inline void io_apic_write(unsigned int apic, unsigned int reg, unsigned int value) in io_apic_write() 211 static inline void io_apic_modify(unsigned int apic, unsigned int reg, unsigned int value) in io_apic_modify()
|
D | kvm_host.h | 344 struct kvm_lapic *apic; /* kernel irqchip context */ member
|
/arch/x86/kvm/ |
D | lapic.c | 77 static inline void apic_set_reg(struct kvm_lapic *apic, int reg_off, u32 val) in apic_set_reg() 99 struct kvm_lapic *apic = vcpu->arch.apic; in kvm_apic_pending_eoi() local 128 static inline void apic_set_spiv(struct kvm_lapic *apic, u32 val) in apic_set_spiv() 139 static inline int apic_enabled(struct kvm_lapic *apic) in apic_enabled() 151 static inline int kvm_apic_id(struct kvm_lapic *apic) in kvm_apic_id() 176 struct kvm_lapic *apic = vcpu->arch.apic; in recalculate_apic_map() local 223 static inline void kvm_apic_set_id(struct kvm_lapic *apic, u8 id) in kvm_apic_set_id() 229 static inline void kvm_apic_set_ldr(struct kvm_lapic *apic, u32 id) in kvm_apic_set_ldr() 235 static inline int apic_lvt_enabled(struct kvm_lapic *apic, int lvt_type) in apic_lvt_enabled() 240 static inline int apic_lvt_vector(struct kvm_lapic *apic, int lvt_type) in apic_lvt_vector() [all …]
|
D | lapic.h | 97 static inline u32 kvm_apic_get_reg(struct kvm_lapic *apic, int reg_off) in kvm_apic_get_reg() 113 static inline int kvm_apic_hw_enabled(struct kvm_lapic *apic) in kvm_apic_hw_enabled() 122 static inline int kvm_apic_sw_enabled(struct kvm_lapic *apic) in kvm_apic_sw_enabled() 139 static inline int apic_x2apic_mode(struct kvm_lapic *apic) in apic_x2apic_mode()
|
D | cpuid.c | 29 struct kvm_lapic *apic = vcpu->arch.apic; in kvm_update_cpuid() local
|
D | x86.c | 5544 struct kvm_lapic *apic = vcpu->arch.apic; in vapic_enter() local 5560 struct kvm_lapic *apic = vcpu->arch.apic; in vapic_exit() local
|
/arch/x86/xen/ |
D | apic.c | 11 static unsigned int xen_io_apic_read(unsigned apic, unsigned reg) in xen_io_apic_read()
|
/arch/x86/kernel/apic/ |
D | io_apic.c | 179 int apic, pin; member 313 void io_apic_eoi(unsigned int apic, unsigned int vector) in io_apic_eoi() 319 unsigned int native_io_apic_read(unsigned int apic, unsigned int reg) in native_io_apic_read() 326 void native_io_apic_write(unsigned int apic, unsigned int reg, unsigned int value) in native_io_apic_write() 340 void native_io_apic_modify(unsigned int apic, unsigned int reg, unsigned int value) in native_io_apic_modify() 354 static struct IO_APIC_route_entry __ioapic_read_entry(int apic, int pin) in __ioapic_read_entry() 364 static struct IO_APIC_route_entry ioapic_read_entry(int apic, int pin) in ioapic_read_entry() 382 static void __ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e) in __ioapic_write_entry() 391 static void ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e) in ioapic_write_entry() 405 static void ioapic_mask_entry(int apic, int pin) in ioapic_mask_entry() [all …]
|
D | probe_32.c | 140 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 | 490 int apic = per_cpu(x86_bios_cpu_apicid, smp_processor_id()); in es7000_setup_apic_routing() local
|
/arch/x86/include/asm/visws/ |
D | cobalt.h | 90 #define CO_IRQ(apic) (CO_IRQ_APIC0 + (apic)) /* apic ent to irq */ argument
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 117 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
|
/arch/ia64/kvm/ |
D | kvm-ia64.c | 1859 int kvm_apic_match_physical_addr(struct kvm_lapic *apic, u16 dest) in kvm_apic_match_physical_addr() 1864 int kvm_apic_match_logical_addr(struct kvm_lapic *apic, u8 mda) in kvm_apic_match_logical_addr()
|
/arch/x86/kernel/cpu/ |
D | perf_event.h | 367 int apic; member
|
/arch/ia64/include/asm/ |
D | kvm_host.h | 392 struct kvm_lapic *apic; /* kernel irqchip context */ member
|