Searched full:zbs (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/riscv/ |
H A D | extensions.yaml | 187 - const: zbs 189 The standard Zbs bit-manipulation extension for single-bit
|
/openbmc/linux/Documentation/riscv/ |
H A D | hwprobe.rst | 77 * :c:macro:`RISCV_HWPROBE_EXT_ZBS`: The Zbs extension is supported, as defined
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | sys_riscv.c | 158 if (riscv_isa_extension_available(isainfo->isa, ZBS)) in hwprobe_isa_ext0()
|
H A D | cpufeature.c | 177 __RISCV_ISA_EXT_DATA(zbs, RISCV_ISA_EXT_ZBS),
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_onereg.c | 44 KVM_ISA_EXT_ARR(ZBS),
|
/openbmc/linux/tools/testing/selftests/kvm/riscv/ |
H A D | get-reg-list.c | 725 {"zbs", .feature = KVM_RISCV_ISA_EXT_ZBS, .regs = zbs_regs, .regs_n = ARRAY_SIZE(zbs_regs),}
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_xthead.c.inc | 257 /* th.tst is an alternate encoding for bexti (from Zbs) */
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 147 ISA_EXT_DATA_ENTRY(zbs, PRIV_VERSION_1_12_0, ext_zbs), 1525 MULTI_EXT_CFG_BOOL("zbs", ext_zbs, true),
|
H A D | insn32.decode | 829 # *** RV32 Zbs Standard Extension ***
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 405 warn_report(warn_msg, "zbs"); in riscv_cpu_validate_b()
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 297 KVM_EXT_CFG("zbs", ext_zbs, KVM_RISCV_ISA_EXT_ZBS),
|