Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c165 cpu_set_t one_cpu; in check_no_zicbo_cpus() local
174 CPU_ZERO(&one_cpu); in check_no_zicbo_cpus()
175 CPU_SET(c, &one_cpu); in check_no_zicbo_cpus()
177 rc = riscv_hwprobe(&pair, 1, sizeof(cpu_set_t), (unsigned long *)&one_cpu, 0); in check_no_zicbo_cpus()
/linux-6.15/arch/riscv/kernel/
H A Dsys_hwprobe.c381 cpumask_t cpus, one_cpu; in hwprobe_get_cpus() local
404 cpumask_clear(&one_cpu); in hwprobe_get_cpus()
428 cpumask_set_cpu(cpu, &one_cpu); in hwprobe_get_cpus()
430 hwprobe_one_pair(&tmp, &one_cpu); in hwprobe_get_cpus()
435 cpumask_clear_cpu(cpu, &one_cpu); in hwprobe_get_cpus()