Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
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()
/linux-6.1.9/drivers/xen/
Dsys-hypervisor.c434 ret = HYPERVISOR_xenpmu_op(XENPMU_mode_set, &xp); in pmu_mode_store()
450 ret = HYPERVISOR_xenpmu_op(XENPMU_mode_get, &xp); in pmu_mode_show()
478 ret = HYPERVISOR_xenpmu_op(XENPMU_feature_set, &xp); in pmu_features_store()
492 ret = HYPERVISOR_xenpmu_op(XENPMU_feature_get, &xp); in pmu_features_show()
/linux-6.1.9/arch/x86/include/asm/xen/
Dhypercall.h488 HYPERVISOR_xenpmu_op(unsigned int op, void *arg) in HYPERVISOR_xenpmu_op() function