Home
last modified time | relevance | path

Searched full:zvbb (Results 1 – 10 of 10) sorted by relevance

/linux/arch/riscv/crypto/
H A DMakefile5 aes-riscv64-zvkned-zvbb-zvkg.o aes-riscv64-zvkned-zvkb.o
H A DKconfig17 - Zvbb vector extension (XTS)
H A Daes-riscv64-zvkned-zvbb-zvkg.S43 // - RISC-V Vector Bit-manipulation extension ('Zvbb')
49 .option arch, +zvkned, +zvbb, +zvkg
H A Daes-riscv64-glue.c559 .cra_driver_name = "xts-aes-riscv64-zvkned-zvbb-zvkg",
566 return riscv_isa_extension_available(NULL, ZVBB) && in riscv64_aes_xts_supported()
/linux/arch/riscv/include/asm/
H A Dcpufeature.h65 /* Used to declare extensions that are a superset of other extensions (Zvbb for instance) */
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c565 KVM_ISA_EXT_ARR(ZVBB), in isa_ext_single_id_to_str()
1204 KVM_ISA_EXT_SIMPLE_CONFIG(zvbb, ZVBB);
/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c145 EXT_KEY(ZVBB); in hwprobe_isa_ext0()
H A Dcpufeature.c504 …__RISCV_ISA_EXT_SUPERSET_VALIDATE(zvbb, RISCV_ISA_EXT_ZVBB, riscv_zvbb_exts, riscv_ext_vector_cryp…
/linux/Documentation/arch/riscv/
H A Dhwprobe.rst127 * :c:macro:`RISCV_HWPROBE_EXT_ZVBB`: The Zvbb extension is supported as
/linux/arch/riscv/
H A DKconfig722 # extensions, including Zvk*, Zvbb, and Zvbc. LLVM added all of these at once.