Home
last modified time | relevance | path

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

/freebsd-13.1/sys/xen/
H A Dxen-os.h48 struct hypervisor_info { struct
55 extern struct hypervisor_info hypervisor_info; argument
61 return (hypervisor_info.get_xenstore_mfn()); in xen_get_xenstore_mfn()
68 return (hypervisor_info.get_xenstore_evtchn()); in xen_get_xenstore_evtchn()
75 return (hypervisor_info.get_console_mfn()); in xen_get_console_mfn()
82 return (hypervisor_info.get_console_evtchn()); in xen_get_console_evtchn()
89 return (hypervisor_info.get_start_flags()); in xen_get_start_flags()
/freebsd-13.1/sys/x86/xen/
H A Dhvm.c529 struct hypervisor_info hypervisor_info = { variable
H A Dpv.c183 struct hypervisor_info legacy_info = {
267 hypervisor_info = legacy_info; in hammer_time_xen_legacy()