Searched full:sscofpmf (Results 1 – 12 of 12) sorted by relevance
/linux-6.14.4/arch/riscv/boot/dts/spacemit/ |
D | k1.dtsi | 60 "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/ |
D | Kconfig.errata | 115 similar to the core SSCOFPMF extension.
|
/linux-6.14.4/arch/riscv/kvm/ |
D | vcpu_pmu.c | 365 * 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()
|
D | vcpu_onereg.c | 41 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()
|
D | aia.c | 591 /* Enable IRQ filtering for overflow interrupt only if sscofpmf is present */ in kvm_riscv_aia_enable()
|
/linux-6.14.4/drivers/perf/ |
D | Kconfig | 124 similar to the standard Sscofpmf and Smcntrpmf extension.
|
D | riscv_pmu_sbi.c | 1108 if (riscv_isa_extension_available(NULL, SSCOFPMF)) { in pmu_sbi_setup_irqs()
|
/linux-6.14.4/Documentation/devicetree/bindings/riscv/ |
D | extensions.yaml | 156 - const: sscofpmf 158 The standard Sscofpmf supervisor-level extension for count overflow
|
/linux-6.14.4/tools/testing/selftests/kvm/riscv/ |
D | get-reg-list.c | 428 KVM_ISA_EXT_ARR(SSCOFPMF), in isa_ext_single_id_to_str() 968 KVM_ISA_EXT_SIMPLE_CONFIG(sscofpmf, SSCOFPMF);
|
D | sbi_pmu_test.c | 603 "Sscofpmf is not available, skipping overflow test"); in test_vm_events_overflow()
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | vmtest.sh | 42 CROSS_FLAGS=(-M virt -cpu rv64,sscofpmf=true -smp 8)
|
/linux-6.14.4/arch/riscv/kernel/ |
D | cpufeature.c | 401 __RISCV_ISA_EXT_DATA(sscofpmf, RISCV_ISA_EXT_SSCOFPMF),
|