Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/hvm/
A Dhvm.h148 bool (*get_guest_bndcfgs)(struct vcpu *v, u64 *); member
452 return hvm_funcs.get_guest_bndcfgs && in hvm_get_guest_bndcfgs()
453 alternative_call(hvm_funcs.get_guest_bndcfgs, v, val); in hvm_get_guest_bndcfgs()
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c2557 vmx_function_table.get_guest_bndcfgs = vmx_get_guest_bndcfgs; in start_vmx()

Completed in 162 milliseconds