Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A 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/arch/riscv/
H A DKconfig797 bool "Zbkb extension support for bit manipulation instructions"
802 Adds support to dynamically detect the presence of the ZBKB
805 The Zbkb extension provides instructions to accelerate a number
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c533 KVM_ISA_EXT_ARR(ZBKB), in isa_ext_single_id_to_str()
1174 KVM_ISA_EXT_SIMPLE_CONFIG(zbkb, ZBKB);
/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml288 - const: zbkb
290 The standard Zbkb bitmanip instructions for cryptography as ratified
/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c118 EXT_KEY(ZBKB); in hwprobe_isa_ext0()
H A Dcpufeature.c490 __RISCV_ISA_EXT_DATA(zbkb, RISCV_ISA_EXT_ZBKB),
/linux/Documentation/arch/riscv/
H A Dhwprobe.rst100 * :c:macro:`RISCV_HWPROBE_EXT_ZBKB` The Zbkb extension is supported, as