Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Druntime-const.h40 * If the processor supports the Zbkb extension, we can combine the final
42 * doesn't support Zbkb but does support the Zbb extension, we can
72 ".option arch,+zbkb\n\t" \
/linux/arch/riscv/
H A DKconfig793 bool "Zbkb extension support for bit manipulation instructions"
798 Adds support to dynamically detect the presence of the ZBKB
801 The Zbkb extension provides instructions to accelerate a number
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c537 KVM_ISA_EXT_ARR(ZBKB), in isa_ext_single_id_to_str()
1181 KVM_ISA_EXT_SIMPLE_CONFIG(zbkb, ZBKB);
/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.c118 EXT_KEY(isainfo->isa, ZBKB, pair->value, missing); in hwprobe_isa_ext0()
H A Dcpufeature.c538 __RISCV_ISA_EXT_DATA(zbkb, RISCV_ISA_EXT_ZBKB),