Home
last modified time | relevance | path

Searched refs:CPU_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbpf_hashmap_lookup.c18 #define CPU_MASK (NR_CPUS-1) macro
57 times_index = percpu_times_index[cpu & CPU_MASK] % NR_SLOTS; in benchmark()
60 percpu_times[cpu & CPU_MASK][times_index] = bpf_ktime_get_ns() - start_time; in benchmark()
61 percpu_times_index[cpu & CPU_MASK] += 1; in benchmark()
Dtrigger_bench.c11 #define CPU_MASK 255 macro
12 #define MAX_CPUS (CPU_MASK + 1) /* should match MAX_BUCKETS in benchs/bench_trigger.c */
25 __sync_add_and_fetch(&hits[cpu & CPU_MASK].value, 1); in inc_counter()
/linux-6.12.1/arch/arm/mach-exynos/
Dsleep.S14 #define CPU_MASK 0xff0ffff0 macro
37 ldr r1, =CPU_MASK
51 ldr r1, =CPU_MASK
/linux-6.12.1/arch/arm/mach-omap2/
Domap-smp.c35 #define CPU_MASK 0xff0ffff0 macro
264 cpu_id = read_cpuid_id() & CPU_MASK; in omap4_smp_init_cpus()