Home
last modified time | relevance | path

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

/linux/arch/riscv/
H A DKconfig814 bool "Zbkb extension support for bit manipulation instructions"
819 Adds support to dynamically detect the presence of the ZBKB
822 The Zbkb extension provides instructions to accelerate a number
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c588 KVM_ISA_EXT_ARR(ZBKB), in isa_ext_single_id_to_str()
1250 KVM_ISA_EXT_SIMPLE_CONFIG(zbkb, ZBKB);
/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml447 - const: zbkb
449 The standard Zbkb bitmanip instructions for cryptography as ratified
/linux/Documentation/arch/riscv/
H A Dhwprobe.rst100 * :c:macro:`RISCV_HWPROBE_EXT_ZBKB` The Zbkb extension is supported, as
/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c115 EXT_KEY(isainfo->isa, ZBKB, pair->value, missing); in hwprobe_isa_ext0()
H A Dcpufeature.c565 __RISCV_ISA_EXT_DATA(zbkb, RISCV_ISA_EXT_ZBKB),