Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dhwprobe.h31 #define RISCV_HWPROBE_EXT_ZBS (1 << 5) macro
/openbmc/linux/arch/riscv/kernel/
H A Dsys_riscv.c159 pair->value |= RISCV_HWPROBE_EXT_ZBS; in hwprobe_isa_ext0()
161 missing |= RISCV_HWPROBE_EXT_ZBS; in hwprobe_isa_ext0()
/openbmc/linux/Documentation/riscv/
H A Dhwprobe.rst77 * :c:macro:`RISCV_HWPROBE_EXT_ZBS`: The Zbs extension is supported, as defined
/openbmc/qemu/linux-user/
H A Dsyscall.c8935 #define RISCV_HWPROBE_EXT_ZBS (1 << 5) macro
9023 RISCV_HWPROBE_EXT_ZBS : 0; in risc_hwprobe_fill_pairs()