Searched refs:get_guest_bndcfgs (Results 1 – 2 of 2) sorted by relevance
148 bool (*get_guest_bndcfgs)(struct vcpu *v, u64 *); member452 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()
2557 vmx_function_table.get_guest_bndcfgs = vmx_get_guest_bndcfgs; in start_vmx()
Completed in 162 milliseconds