Searched refs:set_guest_bndcfgs (Results 1 – 3 of 3) sorted by relevance
149 bool (*set_guest_bndcfgs)(struct vcpu *v, u64); member
331 if ( !hvm_funcs.set_guest_bndcfgs || in hvm_set_guest_bndcfgs()363 return alternative_call(hvm_funcs.set_guest_bndcfgs, v, val); in hvm_set_guest_bndcfgs()
2556 vmx_function_table.set_guest_bndcfgs = vmx_set_guest_bndcfgs; in start_vmx()
Completed in 20 milliseconds