Home
last modified time | relevance | path

Searched full:zba (Results 1 – 7 of 7) sorted by relevance

/linux/arch/riscv/boot/dts/tenstorrent/
H A Dblackhole.dtsi22 "zifencei", "zfh", "zba", "zbb", "sscofpmf";
38 "zifencei", "zfh", "zba", "zbb", "sscofpmf";
54 "zifencei", "zfh", "zba", "zbb", "sscofpmf";
70 "zifencei", "zfh", "zba", "zbb", "sscofpmf";
/linux/arch/riscv/
H A DKconfig735 bool "Zba extension support for bit manipulation instructions"
738 Add support for enabling optimisations in the kernel when the Zba
741 The Zba extension provides instructions to accelerate the generation
/linux/arch/riscv/include/asm/
H A Druntime-const.h62 ".option arch,+zba\n\t" \
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c534 KVM_ISA_EXT_ARR(ZBA), in isa_ext_single_id_to_str()
1178 KVM_ISA_EXT_SIMPLE_CONFIG(zba, ZBA);
/linux/Documentation/arch/riscv/
H A Dhwprobe.rst84 * :c:macro:`RISCV_HWPROBE_EXT_ZBA`: The Zba address generation extension is
/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c115 EXT_KEY(isainfo->isa, ZBA, pair->value, missing); in hwprobe_isa_ext0()
H A Dcpufeature.c535 __RISCV_ISA_EXT_DATA(zba, RISCV_ISA_EXT_ZBA),