Home
last modified time | relevance | path

Searched full:zbkb (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/arch/riscv/include/asm/
Druntime-const.h36 * If the processor supports the Zbkb extension, we can combine the final
38 * doesn't support Zbkb but does support the Zbb extension, we can
68 ".option arch,+zbkb\n\t" \
/linux-6.15/arch/riscv/
DKconfig803 bool "Zbkb extension support for bit manipulation instructions"
808 Adds support to dynamically detect the presence of the ZBKB
811 The Zbkb extension provides instructions to accelerate a number
/linux-6.15/tools/testing/selftests/kvm/riscv/
Dget-reg-list.c447 KVM_ISA_EXT_ARR(ZBKB), in isa_ext_single_id_to_str()
989 KVM_ISA_EXT_SIMPLE_CONFIG(zbkb, ZBKB);
/linux-6.15/Documentation/devicetree/bindings/riscv/
Dextensions.yaml277 - const: zbkb
279 The standard Zbkb bitmanip instructions for cryptography as ratified
/linux-6.15/arch/riscv/kernel/
Dsys_hwprobe.c105 EXT_KEY(ZBKB); in hwprobe_isa_ext0()
Dcpufeature.c472 __RISCV_ISA_EXT_DATA(zbkb, RISCV_ISA_EXT_ZBKB),
/linux-6.15/Documentation/arch/riscv/
Dhwprobe.rst100 * :c:macro:`RISCV_HWPROBE_EXT_ZBKB` The Zbkb extension is supported, as
/linux-6.15/arch/riscv/kvm/
Dvcpu_onereg.c58 KVM_ISA_EXT_ARR(ZBKB),