Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/xen/
Dpmu.c422 ret = HYPERVISOR_xenpmu_op(XENPMU_lvtpc_set, NULL); in pmu_apic_update()
511 err = HYPERVISOR_xenpmu_op(XENPMU_flush, NULL); in xen_pmu_irq_handler()
546 err = HYPERVISOR_xenpmu_op(XENPMU_init, &xp); in xen_pmu_init()
581 (void)HYPERVISOR_xenpmu_op(XENPMU_finish, &xp); in xen_pmu_finish()
/linux-6.12.1/drivers/xen/
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()
/linux-6.12.1/arch/x86/include/asm/xen/
Dhypercall.h488 HYPERVISOR_xenpmu_op(unsigned int op, void *arg) in HYPERVISOR_xenpmu_op() function