Searched refs:CPU_MASK (Results 1 – 4 of 4) sorted by relevance
18 #define CPU_MASK (NR_CPUS-1) macro57 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()
11 #define CPU_MASK 255 macro12 #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()
14 #define CPU_MASK 0xff0ffff0 macro37 ldr r1, =CPU_MASK51 ldr r1, =CPU_MASK
35 #define CPU_MASK 0xff0ffff0 macro264 cpu_id = read_cpuid_id() & CPU_MASK; in omap4_smp_init_cpus()