Home
last modified time | relevance | path

Searched refs:one_cpu (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c229 cpu_set_t one_cpu; in check_no_zicbo_cpus() local
238 CPU_ZERO(&one_cpu); in check_no_zicbo_cpus()
239 CPU_SET(c, &one_cpu); in check_no_zicbo_cpus()
241 rc = riscv_hwprobe(&pair, 1, sizeof(cpu_set_t), (unsigned long *)&one_cpu, 0); in check_no_zicbo_cpus()
/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c439 cpumask_t cpus, one_cpu; in hwprobe_get_cpus() local
462 cpumask_clear(&one_cpu); in hwprobe_get_cpus()
486 cpumask_set_cpu(cpu, &one_cpu); in hwprobe_get_cpus()
488 hwprobe_one_pair(&tmp, &one_cpu); in hwprobe_get_cpus()
493 cpumask_clear_cpu(cpu, &one_cpu); in hwprobe_get_cpus()