Home
last modified time | relevance | path

Searched refs:HYPERVISOR_xenpmu_op (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/xen/
H A Dpmu.c423 ret = HYPERVISOR_xenpmu_op(XENPMU_lvtpc_set, NULL); in pmu_apic_update()
512 err = HYPERVISOR_xenpmu_op(XENPMU_flush, NULL); in xen_pmu_irq_handler()
547 err = HYPERVISOR_xenpmu_op(XENPMU_init, &xp); in xen_pmu_init()
582 (void)HYPERVISOR_xenpmu_op(XENPMU_finish, &xp); in xen_pmu_finish()
/openbmc/linux/drivers/xen/
H A Dsys-hypervisor.c491 ret = HYPERVISOR_xenpmu_op(XENPMU_mode_set, &xp); in pmu_mode_store()
507 ret = HYPERVISOR_xenpmu_op(XENPMU_mode_get, &xp); in pmu_mode_show()
535 ret = HYPERVISOR_xenpmu_op(XENPMU_feature_set, &xp); in pmu_features_store()
549 ret = HYPERVISOR_xenpmu_op(XENPMU_feature_get, &xp); in pmu_features_show()
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypercall.h496 HYPERVISOR_xenpmu_op(unsigned int op, void *arg) in HYPERVISOR_xenpmu_op() function