Home
last modified time | relevance | path

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

/linux/arch/arm/mach-shmobile/
H A Dsmp-sh73a0.c34 unsigned int lcpu = cpu_logical_map(cpu); in sh73a0_boot_secondary() local
37 if (((readl(cpg2 + PSTR) >> (4 * lcpu)) & 3) == 3) in sh73a0_boot_secondary()
38 writel(1 << lcpu, cpg2 + WUPCR); /* wake up */ in sh73a0_boot_secondary()
40 writel(1 << lcpu, cpg2 + SRESCR); /* reset */ in sh73a0_boot_secondary()
/linux/arch/powerpc/platforms/pseries/
H A Dsmp.c87 static inline int smp_startup_cpu(unsigned int lcpu) in smp_startup_cpu() argument
95 if (cpumask_test_cpu(lcpu, of_spin_mask)) in smp_startup_cpu()
99 pcpu = get_hard_smp_processor_id(lcpu); in smp_startup_cpu()
103 cpumask_set_cpu(lcpu, of_spin_mask); in smp_startup_cpu()
/linux/arch/x86/platform/uv/
H A Duv_time.c54 int lcpu; /* systemwide logical cpu number */ member
163 head->cpu[bcpu].lcpu = cpu; in uv_rtc_allocate_timers()
186 c = head->cpu[bcpu].lcpu; in uv_rtc_find_next_timer()
/linux/kernel/sched/ext/
H A Dcid.c271 s32 lcpu = cpumask_first(llc_scratch); in scx_cid_init() local
272 const struct cpumask *sib = topology_sibling_cpumask(lcpu); in scx_cid_init()
280 if (WARN_ON_ONCE(!cpumask_test_cpu(lcpu, core_scratch))) in scx_cid_init()