Home
last modified time | relevance | path

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

/linux/arch/riscv/boot/dts/sophgo/
H A Dsg2044-cpus.dtsi30 "v", "sscofpmf", "sstc",
66 "v", "sscofpmf", "sstc",
102 "v", "sscofpmf", "sstc",
138 "v", "sscofpmf", "sstc",
174 "v", "sscofpmf", "sstc",
210 "v", "sscofpmf", "sstc",
246 "v", "sscofpmf", "sstc",
282 "v", "sscofpmf", "sstc",
318 "v", "sscofpmf", "sstc",
354 "v", "sscofpmf", "sstc",
[all …]
/linux/arch/riscv/boot/dts/spacemit/
H A Dk1.dtsi62 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
92 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
122 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
152 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
182 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
212 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
242 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
272 "sscofpmf", "sstc", "svinval", "svnapot", "svpbmt";
/linux/arch/riscv/kvm/
H A 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()
H A Dvcpu_onereg.c41 KVM_ISA_EXT_ARR(SSCOFPMF),
151 /* Sscofpmf depends on interrupt filtering defined in ssaia */ in kvm_riscv_vcpu_isa_enable_allowed()
177 /* There is not architectural config bit to disable sscofpmf completely */ in kvm_riscv_vcpu_isa_disable_allowed()
H A Daia.c554 /* Enable IRQ filtering for overflow interrupt only if sscofpmf is present */ in kvm_riscv_aia_enable()
/linux/drivers/perf/
H A DKconfig124 similar to the standard Sscofpmf and Smcntrpmf extension.
H A Driscv_pmu_sbi.c1108 if (riscv_isa_extension_available(NULL, SSCOFPMF)) { in pmu_sbi_setup_irqs()
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c508 KVM_ISA_EXT_ARR(SSCOFPMF), in isa_ext_single_id_to_str()
1103 KVM_ISA_EXT_SIMPLE_CONFIG(sscofpmf, SSCOFPMF);
H A Dsbi_pmu_test.c626 "Sscofpmf is not available, skipping overflow test"); in test_vm_events_overflow()
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh42 CROSS_FLAGS=(-M virt -cpu rv64,sscofpmf=true -smp 8)
/linux/arch/riscv/kernel/
H A Dcpufeature.c534 __RISCV_ISA_EXT_DATA(sscofpmf, RISCV_ISA_EXT_SSCOFPMF),