Searched refs:apic (Results 1 - 25 of 130) sorted by path

123456

/linux-master/arch/x86/events/intel/
H A Dknc.c303 .apic = 1,
H A Dp6.c214 .apic = 1,
H A Dcore.c24 #include <asm/apic.h>
5063 .apic = 1,
5116 .apic = 1,
H A Dp4.c14 #include <asm/apic.h>
1357 .apic = 1,
/linux-master/arch/x86/include/asm/
H A Dgenapic.h1 #include <asm/apic.h>
H A Dapic.h34 * This can be turned up by using apic=verbose for more
35 * information and apic=debug for _lots_ of information.
36 * apic_verbosity is defined in apic.c
72 * With 82489DX we can't rely on apic feature bit
74 * such an apic chip so we assume that SMP configuration
270 struct apic { struct
341 extern struct apic *apic;
346 * of different apic driver files in the Makefile.
348 * For the files having two apic driver
[all...]
H A Dio_apic.h162 extern unsigned int native_io_apic_read(unsigned int apic, unsigned int reg);
165 static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg) argument
167 return x86_apic_ops.io_apic_read(apic, reg);
H A Dkvm_host.h30 #include <asm/apic.h>
284 /* apic attention bits */
764 struct kvm_lapic *apic; /* kernel irqchip context */ member in struct:kvm_vcpu_arch
1717 void (*deliver_interrupt)(struct kvm_lapic *apic, int delivery_mode,
H A Dx86_init.h287 * @apic_post_init: adjust apic if needed
321 unsigned int (*io_apic_read) (unsigned int apic, unsigned int reg);
/linux-master/arch/x86/kernel/
H A Di8253.c11 #include <asm/apic.h>
H A DMakefile94 obj-y += apic/
/linux-master/arch/x86/entry/
H A Dcommon.c29 #include <asm/apic.h>
/linux-master/arch/x86/events/amd/
H A Dcore.c11 #include <asm/apic.h>
1290 .apic = 1,
H A Dibs.c17 #include <asm/apic.h>
1277 /* IBS - apic initialization, for perf and oprofile */
/linux-master/arch/x86/events/
H A Dcore.c33 #include <asm/apic.h>
1720 if (!x86_pmu.apic || !x86_pmu_initialized())
1806 x86_pmu.apic = 0;
H A Dperf_event.h786 int apic; member in struct:x86_pmu
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c17 #include <asm/apic.h>
472 .apic = 1,
/linux-master/arch/x86/hyperv/
H A Dhv_apic.c31 #include <asm/apic.h>
35 static struct apic orig_apic;
296 orig_apic = *apic;
H A Dhv_init.c16 #include <asm/apic.h>
H A Dhv_proc.c12 #include <asm/apic.h>
145 pr_err("%s: cpu %u apic ID %u, %lld\n", __func__,
H A Dhv_spinlock.c17 #include <asm/apic.h>
72 if (!hv_pvspin || !apic ||
H A Dhv_vtl.c9 #include <asm/apic.h>
202 pr_err("failed to get vp id from apic id %d, status %#llx\n",
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c30 #include <asm/apic.h>
/linux-master/arch/x86/kernel/apic/
H A DMakefile10 obj-$(CONFIG_X86_LOCAL_APIC) += apic.o apic_common.o apic_noop.o ipi.o vector.o init.o
H A Dapic.c53 #include <asm/apic.h>
213 * right after this call apic become NOOP driven
214 * so apic->write/read doesn't do anything
480 * The local apic timer can be used for any function which is CPU local.
741 * and apic timer calibration.
867 /* Build delta t1-t2 as apic timer counts down */
902 pr_warn("APIC frequency too slow, disabling apic timer\n");
917 * Setup the apic timer manually
961 * The local apic timer can be disabled via the kernel
1002 * The guts of the apic time
[all...]

Completed in 437 milliseconds

123456