Searched refs:pmu (Results 326 - 338 of 338) sorted by relevance

<<11121314

/linux-master/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c928 KVM_SBI_EXT_SIMPLE_CONFIG(pmu, PMU);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c34 #include <subdev/pmu.h>
2006 nvkm_pmu_pgob(device->pmu, false);
2096 nvkm_pmu_pgob(gr->base.engine.subdev.device->pmu, false);
/linux-master/drivers/soc/tegra/
H A Dpmc.c3228 u32 value, osc, pmu, off; local
3258 pmu = DIV_ROUND_UP(pmc->core_pmu_time * 32768, 1000000);
3260 tegra_pmc_writel(pmc, ((osc << 8) & 0xff00) | (pmu & 0xff),
3704 TEGRA_WAKE_IRQ("pmu", 51, 86),
3898 TEGRA_WAKE_IRQ("pmu", 24, 209),
4078 TEGRA_WAKE_IRQ("pmu", 24, 209),
4215 TEGRA_WAKE_IRQ("pmu", 24, 209),
/linux-master/drivers/macintosh/
H A Dvia-pmu.c34 #include <linux/pmu.h>
72 #include "via-pmu-event.h"
295 vias = of_find_node_by_name(NULL, "via-pmu");
301 printk(KERN_ERR "via-pmu: Error getting \"reg\" property !\n");
342 printk(KERN_ERR "via-pmu: Can't find GPIO reg !\n");
350 printk(KERN_ERR "via-pmu: Can't map address !\n");
432 printk(KERN_ERR "via-pmu: can't map interrupt\n");
441 printk(KERN_ERR "via-pmu: can't request irq %d\n", irq);
449 "pmu-interrupt");
457 printk(KERN_ERR "pmu
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h956 struct kvm_pmu pmu; member in struct:kvm_vcpu_arch
/linux-master/drivers/tty/serial/
H A Dpmac_zilog.c42 #include <linux/pmu.h>
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c25 #include <linux/coresight-pmu.h>
/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c23 #include <linux/pmu.h>
2759 np = of_find_node_by_name(NULL, "via-pmu");
/linux-master/tools/perf/util/
H A Dcs-etm.c12 #include <linux/coresight-pmu.h>
/linux-master/drivers/video/fbdev/aty/
H A Datyfb_base.c93 #include <linux/pmu.h>
/linux-master/arch/x86/kvm/
H A Dx86.c31 #include "pmu.h"
12573 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); local
12576 if (pmu->version && unlikely(pmu->event_count)) {
12577 pmu->need_cleanup = true;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c10 #include <pmu.h>
H A Dphy_n.c15 #include <pmu.h>

Completed in 525 milliseconds

<<11121314