Home
last modified time | relevance | path

Searched full:sscofpmf (Results 1 – 12 of 12) sorted by relevance

/linux-6.14.4/arch/riscv/boot/dts/spacemit/
Dk1.dtsi60 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
90 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
120 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
150 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
180 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
210 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
240 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
270 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
/linux-6.14.4/arch/riscv/
DKconfig.errata115 similar to the core SSCOFPMF extension.
/linux-6.14.4/arch/riscv/kvm/
Dvcpu_pmu.c365 * In absence of sscofpmf in the platform, the guest OS may use in kvm_riscv_vcpu_pmu_read_hpm()
671 * It should never reach here if the platform doesn't support the sscofpmf in kvm_riscv_vcpu_pmu_ctr_cfg_match()
769 if (!riscv_isa_extension_available(NULL, SSCOFPMF)) in kvm_riscv_vcpu_pmu_init()
Dvcpu_onereg.c41 KVM_ISA_EXT_ARR(SSCOFPMF),
119 /* Sscofpmf depends on interrupt filtering defined in ssaia */ in kvm_riscv_vcpu_isa_enable_allowed()
145 /* There is not architectural config bit to disable sscofpmf completely */ in kvm_riscv_vcpu_isa_disable_allowed()
Daia.c591 /* Enable IRQ filtering for overflow interrupt only if sscofpmf is present */ in kvm_riscv_aia_enable()
/linux-6.14.4/drivers/perf/
DKconfig124 similar to the standard Sscofpmf and Smcntrpmf extension.
Driscv_pmu_sbi.c1108 if (riscv_isa_extension_available(NULL, SSCOFPMF)) { in pmu_sbi_setup_irqs()
/linux-6.14.4/Documentation/devicetree/bindings/riscv/
Dextensions.yaml156 - const: sscofpmf
158 The standard Sscofpmf supervisor-level extension for count overflow
/linux-6.14.4/tools/testing/selftests/kvm/riscv/
Dget-reg-list.c428 KVM_ISA_EXT_ARR(SSCOFPMF), in isa_ext_single_id_to_str()
968 KVM_ISA_EXT_SIMPLE_CONFIG(sscofpmf, SSCOFPMF);
Dsbi_pmu_test.c603 "Sscofpmf is not available, skipping overflow test"); in test_vm_events_overflow()
/linux-6.14.4/tools/testing/selftests/bpf/
Dvmtest.sh42 CROSS_FLAGS=(-M virt -cpu rv64,sscofpmf=true -smp 8)
/linux-6.14.4/arch/riscv/kernel/
Dcpufeature.c401 __RISCV_ISA_EXT_DATA(sscofpmf, RISCV_ISA_EXT_SSCOFPMF),