Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c128 #define XTREQUIRES(condition, reason...) \ in xentimer_probe() macro
136 XTREQUIRES(xen_vector_callback_enabled, in xentimer_probe()
138 XTREQUIRES(xen_feature(XENFEAT_hvm_safe_pvclock), in xentimer_probe()
141 XTREQUIRES(HYPERVISOR_shared_info != NULL, in xentimer_probe()
143 XTREQUIRES(HYPERVISOR_vcpu_op(VCPUOP_stop_periodic_timer, 0, NULL) == 0, in xentimer_probe()
145 #undef XTREQUIRES in xentimer_probe()