Home
last modified time | relevance | path

Searched full:zawrs (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/arch/riscv/
H A Dhwprobe.rst244 * :c:macro:`RISCV_HWPROBE_EXT_ZAWRS`: The Zawrs extension is supported as
246 riscv/zawrs") of riscv-isa-manual.
/linux/arch/riscv/
H A DKconfig666 bool "Zawrs extension support for more efficient busy waiting"
670 The Zawrs extension defines instructions to be used in polling loops
673 use of these instructions in the kernel when the Zawrs extension is
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c533 KVM_ISA_EXT_ARR(ZAWRS), in isa_ext_single_id_to_str()
1177 KVM_ISA_EXT_SIMPLE_CONFIG(zawrs, ZAWRS);
/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c114 EXT_KEY(isainfo->isa, ZAWRS, pair->value, missing); in hwprobe_isa_ext0()
H A Dcpufeature.c523 __RISCV_ISA_EXT_DATA(zawrs, RISCV_ISA_EXT_ZAWRS),