Searched refs:CPU_MASK (Results 1 – 5 of 5) 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()
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()
49 #define CPU_MASK (0xf << 4) macro
1238 mt7530_rmw(priv, MT7530_MFC, CPU_MASK, CPU_EN | CPU_PORT(port)); in mt753x_cpu_port_enable()