Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/xen/
H A Dhvm.c169 xen_hvm_init_hypercall_stubs(enum xen_hvm_init_type init_type) in xen_hvm_init_hypercall_stubs() argument
179 if (xen_domain() && init_type == XEN_HVM_INIT_LATE) { in xen_hvm_init_hypercall_stubs()
189 if (init_type == XEN_HVM_INIT_LATE) in xen_hvm_init_hypercall_stubs()
199 wrmsr(regs[1], (init_type == XEN_HVM_INIT_EARLY) in xen_hvm_init_hypercall_stubs()
347 xen_hvm_init(enum xen_hvm_init_type init_type) in xen_hvm_init() argument
352 if (init_type == XEN_HVM_INIT_CANCELLED_SUSPEND) in xen_hvm_init()
355 error = xen_hvm_init_hypercall_stubs(init_type); in xen_hvm_init()
357 switch (init_type) { in xen_hvm_init()