Searched refs:processor (Results 126 - 150 of 692) sorted by relevance

1234567891011>>

/linux-master/arch/s390/include/asm/
H A Dkexec.h14 #include <asm/processor.h>
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h8 #include <asm/processor.h>
/linux-master/arch/mips/include/asm/
H A Dvermagic.h54 #error MODULE_PROC_FAMILY undefined for your processor configuration
/linux-master/arch/powerpc/include/asm/
H A Dtime.h16 #include <asm/processor.h>
32 /* Some sane defaults: 125 MHz timebase, 1GHz processor */
/linux-master/arch/powerpc/kernel/
H A Didle_64e.S13 #include <asm/processor.h>
H A Dpmc.c16 #include <asm/processor.h>
H A Didle.c12 * Additional shared processor, SMT, and firmware support
25 #include <asm/processor.h>
/linux-master/arch/um/kernel/
H A Dexec.c15 #include <asm/processor.h>
/linux-master/arch/x86/crypto/
H A Dblake2s-glue.c15 #include <asm/processor.h>
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dlegacy.c8 #include <asm/processor.h>
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dprobe.c13 #include <asm/processor.h>
/linux-master/tools/testing/selftests/mm/
H A Dtest_vmalloc.sh14 NUM_CPUS=`grep -c ^processor /proc/cpuinfo`
/linux-master/arch/arm64/kernel/
H A Dcpuidle.c16 #include <acpi/processor.h>
/linux-master/arch/sparc/kernel/
H A Dpmc.c21 #include <asm/processor.h>
/linux-master/arch/sh/mm/
H A Dcache-j2.c14 #include <asm/processor.h>
/linux-master/arch/x86/include/asm/fpu/
H A Dxstate.h8 #include <asm/processor.h>
/linux-master/arch/loongarch/include/asm/
H A Dlbt.h13 #include <asm/processor.h>
H A Dthread_info.h15 #include <asm/processor.h>
/linux-master/arch/riscv/include/asm/
H A Dthread_info.h36 #include <asm/processor.h>
/linux-master/arch/x86/include/asm/
H A Dkmsan.h15 #include <asm/processor.h>
/linux-master/arch/powerpc/sysdev/
H A Dudbg_memcons.c20 #include <asm/processor.h>
/linux-master/arch/x86/include/asm/xen/
H A Dhypervisor.h40 #include <asm/processor.h>
/linux-master/drivers/acpi/riscv/
H A Dcpuidle.c9 #include <acpi/processor.h>
/linux-master/arch/arc/mm/
H A Dtlbex.S41 #include <asm/processor.h>
/linux-master/arch/x86/kernel/
H A Dmpparse.c373 struct mpc_cpu processor; local
381 processor.type = MP_PROCESSOR;
383 processor.apicver = mpc_default_type > 4 ? 0x10 : 0x01;
384 processor.cpuflag = CPU_ENABLED;
385 processor.cpufeature = (boot_cpu_data.x86 << 8) |
387 processor.featureflag = boot_cpu_data.x86_capability[CPUID_1_EDX];
388 processor.reserved[0] = 0;
389 processor.reserved[1] = 0;
391 processor.apicid = i;
392 MP_processor_info(&processor);
[all...]

Completed in 224 milliseconds

1234567891011>>