Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/riscv/hwprobe/
H A Dwhich-cpus.c88 __u64 ext0_all; in main() local
113 ext0_all = pairs[0].value; in main()
136 pairs[1] = (struct riscv_hwprobe){ .key = RISCV_HWPROBE_KEY_IMA_EXT_0, .value = ext0_all, }; in main()
142 pairs[1] = (struct riscv_hwprobe){ .key = RISCV_HWPROBE_KEY_IMA_EXT_0, .value = ext0_all, }; in main()
148 pairs[1] = (struct riscv_hwprobe){ .key = RISCV_HWPROBE_KEY_IMA_EXT_0, .value = ~ext0_all, }; in main()