Searched full:zvbb (Results 1 – 12 of 12) sorted by relevance
/linux-6.14.4/arch/riscv/crypto/ |
D | Makefile | 5 aes-riscv64-zvkned-zvbb-zvkg.o aes-riscv64-zvkned-zvkb.o
|
D | Kconfig | 17 - Zvbb vector extension (XTS)
|
D | aes-riscv64-zvkned-zvbb-zvkg.S | 43 // - RISC-V Vector Bit-manipulation extension ('Zvbb') 49 .option arch, +zvkned, +zvbb, +zvkg
|
D | aes-riscv64-glue.c | 559 .cra_driver_name = "xts-aes-riscv64-zvkned-zvbb-zvkg", 566 return riscv_isa_extension_available(NULL, ZVBB) && in riscv64_aes_xts_supported()
|
/linux-6.14.4/arch/riscv/include/asm/ |
D | cpufeature.h | 60 /* Used to declare extensions that are a superset of other extensions (Zvbb for instance) */
|
/linux-6.14.4/Documentation/devicetree/bindings/riscv/ |
D | extensions.yaml | 486 - const: zvbb 488 The standard Zvbb extension for vectored basic bit-manipulation
|
/linux-6.14.4/tools/testing/selftests/kvm/riscv/ |
D | get-reg-list.c | 474 KVM_ISA_EXT_ARR(ZVBB), in isa_ext_single_id_to_str() 1014 KVM_ISA_EXT_SIMPLE_CONFIG(zvbb, ZVBB);
|
/linux-6.14.4/arch/riscv/kernel/ |
D | sys_hwprobe.c | 128 EXT_KEY(ZVBB); in hwprobe_isa_ext0()
|
D | cpufeature.c | 373 __RISCV_ISA_EXT_SUPERSET(zvbb, RISCV_ISA_EXT_ZVBB, riscv_zvbb_exts),
|
/linux-6.14.4/Documentation/arch/riscv/ |
D | hwprobe.rst | 127 * :c:macro:`RISCV_HWPROBE_EXT_ZVBB`: The Zvbb extension is supported as
|
/linux-6.14.4/arch/riscv/kvm/ |
D | vcpu_onereg.c | 87 KVM_ISA_EXT_ARR(ZVBB),
|
/linux-6.14.4/arch/riscv/ |
D | Kconfig | 730 # extensions, including Zvk*, Zvbb, and Zvbc. LLVM added all of these at once.
|