Home
last modified time | relevance | path

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

/linux/arch/riscv/boot/dts/sophgo/
H A Dsg2044-cpus.dtsi31 "svinval", "svnapot", "svpbmt",
67 "svinval", "svnapot", "svpbmt",
103 "svinval", "svnapot", "svpbmt",
139 "svinval", "svnapot", "svpbmt",
175 "svinval", "svnapot", "svpbmt",
211 "svinval", "svnapot", "svpbmt",
247 "svinval", "svnapot", "svpbmt",
283 "svinval", "svnapot", "svpbmt",
319 "svinval", "svnapot", "svpbmt",
355 "svinval", "svnapot", "svpbmt",
[all …]
/linux/arch/riscv/include/asm/
H A Derrata_list.h76 * IO/NOCACHE memory types are handled together with svpbmt,
H A Dpgtable-64.h116 * [62:61] Svpbmt Memory Type definitions:
/linux/arch/riscv/
H A DKconfig597 bool "Svpbmt extension support for supervisor mode page-based memory types"
602 Add support for the Svpbmt ISA-extension (Supervisor-mode:
609 The Svpbmt extension is only available on 64-bit cpus.
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c522 KVM_ISA_EXT_ARR(SVPBMT), in isa_ext_single_id_to_str()
1161 KVM_ISA_EXT_SIMPLE_CONFIG(svpbmt, SVPBMT);
/linux/arch/riscv/kvm/
H A Dvcpu.c548 if (riscv_isa_extension_available(isa, SVPBMT)) in kvm_riscv_vcpu_setup_config()
/linux/arch/riscv/kernel/
H A Dcpufeature.c541 __RISCV_ISA_EXT_DATA(svpbmt, RISCV_ISA_EXT_SVPBMT),