Symbol: RISCV_HWPROBE_WHICH_CPUS
arch/riscv/kernel/sys_hwprobe.c
444
if (flags != RISCV_HWPROBE_WHICH_CPUS)
arch/riscv/kernel/sys_hwprobe.c
598
if (flags & RISCV_HWPROBE_WHICH_CPUS)
arch/riscv/kernel/vdso/hwprobe.c
108
if (flags & RISCV_HWPROBE_WHICH_CPUS)
arch/riscv/kernel/vdso/hwprobe.c
71
if (empty_cpus || flags != RISCV_HWPROBE_WHICH_CPUS || !avd->homogeneous_cpus)
tools/testing/selftests/riscv/hwprobe/which-cpus.c
122
rc = riscv_hwprobe(pairs, 1, 0, (unsigned long *)&cpus, RISCV_HWPROBE_WHICH_CPUS);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
126
rc = riscv_hwprobe(pairs, 1, sizeof(cpu_set_t), NULL, RISCV_HWPROBE_WHICH_CPUS);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
131
rc = riscv_hwprobe(pairs, 1, sizeof(cpu_set_t), (unsigned long *)&cpus, RISCV_HWPROBE_WHICH_CPUS);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
137
rc = riscv_hwprobe(pairs, 2, sizeof(cpu_set_t), (unsigned long *)&cpus, RISCV_HWPROBE_WHICH_CPUS);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
144
rc = riscv_hwprobe(pairs, 3, sizeof(cpu_set_t), (unsigned long *)&cpus, RISCV_HWPROBE_WHICH_CPUS);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
151
rc = riscv_hwprobe(pairs, 3, sizeof(cpu_set_t), (unsigned long *)&cpus, RISCV_HWPROBE_WHICH_CPUS);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
158
rc = riscv_hwprobe(pairs, 3, sizeof(cpu_set_t), (unsigned long *)&cpus, RISCV_HWPROBE_WHICH_CPUS);
tools/testing/selftests/riscv/hwprobe/which-cpus.c
78
rc = riscv_hwprobe(pairs, nr_pairs, sizeof(cpu_set_t), (unsigned long *)cpus, RISCV_HWPROBE_WHICH_CPUS);