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.c137 cpu_set_t one_cpu; in check_no_zicboz_cpus() local
145 CPU_ZERO(&one_cpu); in check_no_zicboz_cpus()
146 CPU_SET(c, &one_cpu); in check_no_zicboz_cpus()
148 rc = riscv_hwprobe(&pair, 1, sizeof(cpu_set_t), (unsigned long *)&one_cpu, 0); in check_no_zicboz_cpus()
/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c319 cpumask_t cpus, one_cpu; in hwprobe_get_cpus() local
342 cpumask_clear(&one_cpu); in hwprobe_get_cpus()
366 cpumask_set_cpu(cpu, &one_cpu); in hwprobe_get_cpus()
368 hwprobe_one_pair(&tmp, &one_cpu); in hwprobe_get_cpus()
373 cpumask_clear_cpu(cpu, &one_cpu); in hwprobe_get_cpus()