Home
last modified time | relevance | path

Searched refs:HYPERVISOR_set_timer_op (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/xen/
H A Dtime.c211 HYPERVISOR_set_timer_op(0); in xen_timerop_shutdown()
221 if (HYPERVISOR_set_timer_op(get_abs_timeout(delta)) < 0) in xen_timerop_set_next_event()
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypercall.h392 HYPERVISOR_set_timer_op(u64 timeout) in HYPERVISOR_set_timer_op() function