/Linux-v5.4/arch/x86/kvm/ |
D | lapic.c | 83 struct kvm_lapic *apic = vcpu->arch.apic; in kvm_apic_pending_eoi() local 85 return apic_test_vector(vector, apic->regs + APIC_ISR) || in kvm_apic_pending_eoi() 86 apic_test_vector(vector, apic->regs + APIC_IRR); in kvm_apic_pending_eoi() 102 static inline int apic_enabled(struct kvm_lapic *apic) in apic_enabled() argument 104 return kvm_apic_sw_enabled(apic) && kvm_apic_hw_enabled(apic); in apic_enabled() 114 static inline u32 kvm_x2apic_id(struct kvm_lapic *apic) in kvm_x2apic_id() argument 116 return apic->vcpu->vcpu_id; in kvm_x2apic_id() 181 max_id = max(max_id, kvm_x2apic_id(vcpu->arch.apic)); in recalculate_apic_map() 193 struct kvm_lapic *apic = vcpu->arch.apic; in recalculate_apic_map() local 203 xapic_id = kvm_xapic_id(apic); in recalculate_apic_map() [all …]
|
D | lapic.h | 81 int kvm_lapic_reg_write(struct kvm_lapic *apic, u32 reg, u32 val); 82 int kvm_lapic_reg_read(struct kvm_lapic *apic, u32 offset, int len, 92 int kvm_apic_local_deliver(struct kvm_lapic *apic, int lvt_type); 142 static inline void kvm_lapic_set_irr(int vec, struct kvm_lapic *apic) in kvm_lapic_set_irr() argument 144 kvm_lapic_set_vector(vec, apic->regs + APIC_IRR); in kvm_lapic_set_irr() 149 apic->irr_pending = true; in kvm_lapic_set_irr() 152 static inline u32 kvm_lapic_get_reg(struct kvm_lapic *apic, int reg_off) in kvm_lapic_get_reg() argument 154 return *((u32 *) (apic->regs + reg_off)); in kvm_lapic_get_reg() 157 static inline void kvm_lapic_set_reg(struct kvm_lapic *apic, int reg_off, u32 val) in kvm_lapic_set_reg() argument 159 *((u32 *) (apic->regs + reg_off)) = val; in kvm_lapic_set_reg() [all …]
|
D | debugfs.c | 14 *val = vcpu->arch.apic->lapic_timer.timer_advance_ns; in vcpu_get_timer_advance_ns()
|
/Linux-v5.4/arch/x86/kernel/apic/ |
D | probe_32.c | 63 static struct apic apic_default __ro_after_init = { 115 struct apic *apic __ro_after_init = &apic_default; 116 EXPORT_SYMBOL_GPL(apic); 121 struct apic **drv; in parse_apic() 128 apic = *drv; in parse_apic() 166 if (!cmdline_apic && apic == &apic_default) in default_setup_apic_routing() 170 if (apic->setup_apic_routing) in default_setup_apic_routing() 171 apic->setup_apic_routing(); in default_setup_apic_routing() 180 struct apic **drv; in generic_apic_probe() 184 apic = *drv; in generic_apic_probe() [all …]
|
D | probe_64.c | 20 struct apic **drv; in default_setup_apic_routing() 26 if (apic != *drv) { in default_setup_apic_routing() 27 apic = *drv; in default_setup_apic_routing() 29 apic->name); in default_setup_apic_routing() 41 struct apic **drv; in default_acpi_madt_oem_check() 45 if (apic != *drv) { in default_acpi_madt_oem_check() 46 apic = *drv; in default_acpi_madt_oem_check() 48 apic->name); in default_acpi_madt_oem_check()
|
D | io_apic.c | 88 int apic, pin; member 280 static inline void io_apic_eoi(unsigned int apic, unsigned int vector) in io_apic_eoi() argument 282 struct io_apic __iomem *io_apic = io_apic_base(apic); in io_apic_eoi() 286 unsigned int native_io_apic_read(unsigned int apic, unsigned int reg) in native_io_apic_read() argument 288 struct io_apic __iomem *io_apic = io_apic_base(apic); in native_io_apic_read() 293 static void io_apic_write(unsigned int apic, unsigned int reg, in io_apic_write() argument 296 struct io_apic __iomem *io_apic = io_apic_base(apic); in io_apic_write() 307 static struct IO_APIC_route_entry __ioapic_read_entry(int apic, int pin) in __ioapic_read_entry() argument 311 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin); in __ioapic_read_entry() 312 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin); in __ioapic_read_entry() [all …]
|
D | ipi.c | 54 apic->send_IPI_allbutself(vector); in apic_send_IPI_allbutself() 56 apic->send_IPI_mask_allbutself(cpu_online_mask, vector); in apic_send_IPI_allbutself() 70 apic->send_IPI(cpu, RESCHEDULE_VECTOR); in native_smp_send_reschedule() 75 apic->send_IPI(cpu, CALL_FUNCTION_SINGLE_VECTOR); in native_send_call_func_single_ipi() 87 apic->send_IPI_all(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi() 89 apic->send_IPI_allbutself(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi() 94 apic->send_IPI_mask(mask, CALL_FUNCTION_VECTOR); in native_send_call_func_ipi() 226 apic->send_IPI_mask(cpumask_of(cpu), vector); in default_send_IPI_single() 262 vector, apic->dest_logical); in default_send_IPI_mask_sequence_logical() 281 vector, apic->dest_logical); in default_send_IPI_mask_allbutself_logical() [all …]
|
D | apic_flat_64.c | 20 static struct apic apic_physflat; 21 static struct apic apic_flat; 23 struct apic *apic __ro_after_init = &apic_flat; 24 EXPORT_SYMBOL_GPL(apic); 56 __default_send_IPI_dest_field(mask, vector, apic->dest_logical); in _flat_send_IPI_mask() 109 static struct apic apic_flat __ro_after_init = { 194 if (apic == &apic_physflat || num_possible_cpus() > 8 || in physflat_probe() 201 static struct apic apic_physflat __ro_after_init = {
|
D | apic_numachip.c | 24 static const struct apic apic_numachip1; 25 static const struct apic apic_numachip2; 162 return apic == &apic_numachip1; in numachip1_probe() 167 return apic == &apic_numachip2; in numachip2_probe() 242 static const struct apic apic_numachip1 __refconst = { 291 static const struct apic apic_numachip2 __refconst = {
|
D | x2apic_phys.c | 10 static struct apic apic_x2apic_phys; 95 return apic == &apic_x2apic_phys; in x2apic_phys_probe() 143 static struct apic apic_x2apic_phys __ro_after_init = {
|
D | bigsmp_32.c | 121 static struct apic apic_bigsmp __ro_after_init = { 178 apic = &apic_bigsmp; in generic_bigsmp_probe()
|
D | x2apic_cluster.c | 64 __x2apic_send_IPI_dest(dest, vector, apic->dest_logical); in __x2apic_send_IPI_mask() 179 static struct apic apic_x2apic_cluster __ro_after_init = {
|
D | hw_nmi.c | 33 apic->send_IPI_mask(mask, NMI_VECTOR); in nmi_raise_cpu_backtrace()
|
D | apic.c | 244 apic = &apic_noop; in apic_disable() 524 apic->send_IPI_mask(mask, LOCAL_TIMER_VECTOR); in lapic_timer_broadcast() 1479 if (apic->disable_esr) { in lapic_setup_esr() 1605 if (lapic_is_integrated() && apic->disable_esr) { in setup_local_APIC() 1616 BUG_ON(!apic->apic_id_registered()); in setup_local_APIC() 1623 apic->init_apic_ldr(); in setup_local_APIC() 1626 if (apic->dest_logical) { in setup_local_APIC() 2492 apic->x86_32_early_logical_apicid(cpu); in generic_processor_info() 2515 struct apic **drv; in apic_set_eoi_write() 2528 apic_write(APIC_ID, apic->set_apic_id(boot_cpu_physical_apicid)); in apic_bsp_up_setup()
|
D | Makefile | 10 obj-$(CONFIG_X86_LOCAL_APIC) += apic.o apic_common.o apic_noop.o ipi.o vector.o
|
/Linux-v5.4/arch/x86/include/asm/ |
D | apic.h | 288 struct apic { struct 362 extern struct apic *apic; argument 373 static const struct apic *__apicdrivers_##sym __used \ 374 __aligned(sizeof(struct apic *)) \ 378 static struct apic *__apicdrivers_##sym1##sym2[2] __used \ 379 __aligned(sizeof(struct apic *)) \ 382 extern struct apic *__apicdrivers[], *__apicdrivers_end[]; 396 return apic->read(reg); in apic_read() 401 apic->write(reg, val); in apic_write() 406 apic->eoi_write(APIC_EOI, APIC_EOI_ACK); in apic_eoi() [all …]
|
D | io_apic.h | 185 extern unsigned int native_io_apic_read(unsigned int apic, unsigned int reg); 188 static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg) in io_apic_read() argument 190 return x86_apic_ops.io_apic_read(apic, reg); in io_apic_read()
|
/Linux-v5.4/arch/x86/hyperv/ |
D | hv_apic.c | 35 static struct apic orig_apic; 252 orig_apic = *apic; in hv_apic_init() 254 apic->send_IPI = hv_send_ipi; in hv_apic_init() 255 apic->send_IPI_mask = hv_send_ipi_mask; in hv_apic_init() 256 apic->send_IPI_mask_allbutself = hv_send_ipi_mask_allbutself; in hv_apic_init() 257 apic->send_IPI_allbutself = hv_send_ipi_allbutself; in hv_apic_init() 258 apic->send_IPI_all = hv_send_ipi_all; in hv_apic_init() 259 apic->send_IPI_self = hv_send_ipi_self; in hv_apic_init() 274 apic->read = hv_apic_read; in hv_apic_init() 275 apic->write = hv_apic_write; in hv_apic_init() [all …]
|
D | hv_spinlock.c | 23 apic->send_IPI(cpu, X86_PLATFORM_IPI_VECTOR); in hv_qlock_kick() 67 if (!hv_pvspin || !apic || in hv_init_spinlocks()
|
/Linux-v5.4/arch/x86/xen/ |
D | apic.c | 14 static unsigned int xen_io_apic_read(unsigned apic, unsigned reg) in xen_io_apic_read() argument 19 apic_op.apic_physbase = mpc_ioapic_addr(apic); in xen_io_apic_read() 29 return apic << 24; in xen_io_apic_read() 154 static struct apic xen_pv_apic = { 209 if (apic == &xen_pv_apic) in xen_apic_check() 212 pr_info("Switched APIC routing from %s to %s.\n", apic->name, in xen_apic_check() 214 apic = &xen_pv_apic; in xen_apic_check() 222 apic = &xen_pv_apic; in xen_init_apic()
|
/Linux-v5.4/arch/x86/kernel/cpu/ |
D | topology.c | 140 c->cpu_core_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 142 c->cpu_die_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 144 c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, in detect_extended_topology() 149 c->apicid = apic->phys_pkg_id(c->initial_apicid, 0); in detect_extended_topology()
|
/Linux-v5.4/drivers/acpi/ |
D | processor_core.c | 54 struct acpi_madt_local_x2apic *apic = in map_x2apic_id() local 57 if (!(apic->lapic_flags & ACPI_MADT_ENABLED)) in map_x2apic_id() 60 if (device_declaration && (apic->uid == acpi_id)) { in map_x2apic_id() 61 *apic_id = apic->local_apic_id; in map_x2apic_id()
|
/Linux-v5.4/arch/x86/kernel/ |
D | smpboot.c | 754 apic_icr_write(APIC_DM_NMI | apic->dest_logical, apicid); in wakeup_secondary_cpu_via_nmi() 981 if (apic->dest_logical == APIC_DEST_LOGICAL) in wakeup_cpu_via_init_nmi() 1077 if (apic->wakeup_secondary_cpu) in do_boot_cpu() 1078 boot_error = apic->wakeup_secondary_cpu(apicid, start_ip); in do_boot_cpu() 1129 int apicid = apic->cpu_present_to_apicid(cpu); in native_cpu_up() 1140 !apic->apic_id_valid(apicid)) { in native_cpu_up() 1277 if (!apic->check_phys_apicid_present(boot_cpu_physical_apicid)) { in smp_sanity_check() 1464 if (apic->cpu_present_to_apicid(0) == BAD_APICID && in prefill_possible_map() 1465 apic->apic_id_valid(apicid)) in prefill_possible_map()
|
D | irq_work.c | 31 apic->send_IPI_self(IRQ_WORK_VECTOR); in arch_irq_work_raise()
|
/Linux-v5.4/arch/x86/platform/uv/ |
D | uv_irq.c | 38 entry->delivery_mode = apic->irq_delivery_mode; in uv_program_mmr() 39 entry->dest_mode = apic->irq_dest_mode; in uv_program_mmr()
|