Searched refs:RISCV_HWPROBE_EXT_ZICBOZ (Results 1 – 4 of 4) sorted by relevance
151 if (pair.value & RISCV_HWPROBE_EXT_ZICBOZ) in check_no_zicboz_cpus()205 if (pair.value & RISCV_HWPROBE_EXT_ZICBOZ) { in main()
32 #define RISCV_HWPROBE_EXT_ZICBOZ (1 << 6) macro
278 if (hwprobe_ext0_has(cpus, RISCV_HWPROBE_EXT_ZICBOZ)) in hwprobe_one_pair()
94 * :c:macro:`RISCV_HWPROBE_EXT_ZICBOZ`: The Zicboz extension is supported, as