Searched refs:CPU (Results 26 - 50 of 68) sorted by relevance

123

/linux-master/arch/s390/kernel/
H A Dreipl.S16 # Issue "store status" for the current CPU to its prefix page
56 /* CPU timer */
/linux-master/arch/arm/mach-tegra/
H A Dsleep.h80 /* Marco to check CPU part num */
102 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
H A Dsleep-tegra20.S93 /* Put this CPU down */
104 * puts the specified CPU in wait-for-event mode on the flow controller
105 * and puts the CPU in reset
108 * MUST NOT BE CALLED FOR CPU 0.
114 reteq lr @ must not be called for CPU 0
126 str r1, [r3, #0x340] @ put slave CPU in reset
165 * Switches the CPU cluster to PLL-P and enters sleep.
182 * self-refresh, PLLC, PLLM and PLLP reenabled, CPU running on PLLP,
192 * The CPU and system bus are running at 32KHz and executing from
277 * In LP0 and LP1 all PLLs will be turned off. Switch the CPU an
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_trans_stress.sh80 lscpu | grep ^CPU\(s\): | ( read cpu cpunum ;
/linux-master/arch/arm/mach-shmobile/
H A Dheadsmp.S93 * Per-CPU SMP boot function/argument selection code based on MPIDR
100 mov r1, #0 @ r1 = CPU index
/linux-master/arch/arm/kernel/
H A Dsleep.S54 * Save CPU state for a suspend. This saves the CPU general purpose
55 * registers, and allocates space on the kernel stack to save the CPU
59 * r2 = MPIDR value the resuming CPU will use
65 ldr r4, [r10, #CPU_SLEEP_SIZE] @ size of CPU sleep state
77 sub sp, sp, r4 @ allocate CPU state on stack
/linux-master/arch/mips/include/asm/mach-loongson2ef/
H A Dloongson.h296 * s: CPU, PCIDMA
310 LOONGSON_ADDRWIN_CFG(CPU, PCI, win, src, dst, size)
312 LOONGSON_ADDRWIN_CFG(CPU, DDR, win, src, dst, size)
/linux-master/arch/x86/kernel/
H A Dverify_cpu.S13 * This is a common code for verification whether CPU supports
77 movl $0x1, %eax # check CPU family and model
H A Dhead_32.S6 * Enhanced CPU detection and feature setting code by Mike Jagdis
61 * 32-bit kernel entrypoint; only used by the boot CPU. On entry,
137 * Non-boot CPU entry point; entered from trampoline.S
257 movl $1,%eax # Use the CPUID instruction to get CPU type
521 # boot GDT descriptor (later on used by CPU#0):
/linux-master/tools/perf/arch/arm64/util/
H A Darm-spe.c232 * In the case of per-cpu mmaps, sample CPU for AUX event;
236 evsel__set_sample_bit(arm_spe_evsel, CPU);
270 evsel__set_sample_bit(tracking_evsel, CPU);
/linux-master/drivers/cpufreq/
H A DKconfig.x863 # x86 CPU Frequency scaling drivers
190 the CPUs' workloads are. CPU-bound workloads will be more sensitive
266 processors. When enabled it will lower CPU temperature by skipping
320 does not have any safeguards to prevent operating the CPU out of spec
/linux-master/arch/arc/kernel/
H A Dhead.S3 * ARC CPU startup Code
161 ; setup per-cpu idle task as "current" on this CPU
/linux-master/arch/arm/lib/
H A Dbacktrace.S41 ldr r0, [sp], #4 @ by stmfd for this CPU
/linux-master/tools/perf/tests/
H A Dperf-record.c109 evsel__set_sample_bit(evsel, CPU);
144 * mmap the first fd on a given CPU and ask for events for the other
145 * fds in the same CPU to be injected in the same mmap ring buffer
H A Dhists_cumulate.c169 #define CPU(he) (he->cpu) macro
H A Dswitch-tracking.c413 evsel__set_sample_bit(cycles_evsel, CPU);
/linux-master/arch/sh/kernel/
H A Dhead_32.S324 ! Additional CPU initialization
/linux-master/tools/perf/util/
H A Dbpf-filter.c34 PERF_SAMPLE_TYPE(CPU, "--sample-cpu"),
/linux-master/arch/arm/include/debug/
H A Dbrcmstb.S63 ldr \rp, =ARM_CPU_PART_BRAHMA_B53 @ check for B53 CPU
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh15 # CPU architecture.
148 echo CPU count limited from $cpu_count to $TORTURE_ALLOTED_CPUS | tee -a $resdir/Warnings
/linux-master/tools/perf/arch/x86/util/
H A Dintel-pt.c795 evsel__set_sample_bit(switch_evsel, CPU);
832 * In the case of per-cpu mmaps, we need the CPU on the
836 evsel__set_sample_bit(intel_pt_evsel, CPU);
863 /* And the CPU for switch events */
864 evsel__set_sample_bit(tracking_evsel, CPU);
H A Dintel-bts.c224 * In the case of per-cpu mmaps, we need the CPU on the
228 evsel__set_sample_bit(intel_bts_evsel, CPU);
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dentry.S209 bst.b #6,@(0,r2) ! save CPU mode
/linux-master/arch/m68k/kernel/
H A Dsetup_mm.c54 #warning No CPU/platform type selected, your kernel will not work!
443 seq_printf(m, "CPU:\t\t%s\n"
/linux-master/scripts/
H A Dcheck-uapi.sh29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).

Completed in 513 milliseconds

123