Searched full:zba (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/riscv/boot/dts/tenstorrent/ |
| H A D | blackhole.dtsi | 22 "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 D | extensions.yaml | 111 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 D | runtime-const.h | 58 ".option arch,+zba\n\t" \
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | get-reg-list.c | 534 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 D | hwprobe.rst | 84 * :c:macro:`RISCV_HWPROBE_EXT_ZBA`: The Zba address generation extension is
|
| /linux/arch/riscv/kernel/ |
| H A D | sys_hwprobe.c | 115 EXT_KEY(isainfo->isa, ZBA, pair->value, missing); in hwprobe_isa_ext0()
|
| H A D | cpufeature.c | 535 __RISCV_ISA_EXT_DATA(zba, RISCV_ISA_EXT_ZBA),
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu_onereg.c | 57 KVM_ISA_EXT_ARR(ZBA),
|
| /linux/mm/ |
| H A D | memory.c | 4257 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()
|