Home
last modified time | relevance | path

Searched refs:homogeneous_cpus (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/riscv/kernel/vdso/
H A Dhwprobe.c30 if ((flags != 0) || (!all_cpus && !avd->homogeneous_cpus)) in riscv_vdso_get_values()
71 if (empty_cpus || flags != RISCV_HWPROBE_WHICH_CPUS || !avd->homogeneous_cpus) in riscv_vdso_get_cpus()
/linux-6.15/arch/riscv/include/asm/vdso/
H A Darch_data.h14 __u8 homogeneous_cpus; member
/linux-6.15/arch/riscv/kernel/
H A Dsys_hwprobe.c497 avd->homogeneous_cpus = id_bitsmash != 0 && id_bitsmash != -1; in init_hwprobe_vdso_data()