Home
last modified time | relevance | path

Searched full:zba (Results 1 – 9 of 9) 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/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml111 provided by the Zba, Zbb, and Zbs extensions.
368 - const: zba
370 The standard Zba bit-manipulation extension for address generation
886 # B comprises Zba, Zbb, and Zbs
893 const: zba
898 # Zba, Zbb, Zbs together require B
902 const: zba
/linux/arch/riscv/include/asm/
H A Druntime-const.h58 ".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),
/linux/arch/riscv/kvm/
H A Dvcpu_onereg.c57 KVM_ISA_EXT_ARR(ZBA),
/linux/mm/
H A Dmemory.c4257 pgoff_t vba, vea, zba, zea; in unmap_mapping_range_tree() local
4262 zba = max(first_index, vba); in unmap_mapping_range_tree()
4266 ((zba - vba) << PAGE_SHIFT) + vma->vm_start, in unmap_mapping_range_tree()