Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dhwprobe.h29 #define RISCV_HWPROBE_EXT_ZBA (1 << 3) macro
/openbmc/linux/arch/riscv/kernel/
H A Dsys_riscv.c149 pair->value |= RISCV_HWPROBE_EXT_ZBA; in hwprobe_isa_ext0()
151 missing |= RISCV_HWPROBE_EXT_ZBA; in hwprobe_isa_ext0()
/openbmc/qemu/util/
H A Dcpuinfo-riscv.c72 info |= pair.value & RISCV_HWPROBE_EXT_ZBA ? CPUINFO_ZBA : 0; in cpuinfo_init()
/openbmc/linux/Documentation/riscv/
H A Dhwprobe.rst70 * :c:macro:`RISCV_HWPROBE_EXT_ZBA`: The Zba address generation extension is
/openbmc/qemu/
H A Dmeson.build3035 # not contain RISCV_HWPROBE_EXT_ZBA.
3038 'RISCV_HWPROBE_EXT_ZBA'))
/openbmc/qemu/linux-user/
H A Dsyscall.c8933 #define RISCV_HWPROBE_EXT_ZBA (1 << 3) macro
9019 RISCV_HWPROBE_EXT_ZBA : 0; in risc_hwprobe_fill_pairs()