Searched refs:get_guest_bndcfgs (Results 1 – 2 of 2) sorted by relevance
145 bool (*get_guest_bndcfgs)(struct vcpu *v, u64 *); member374 return hvm_funcs.get_guest_bndcfgs && in hvm_get_guest_bndcfgs()375 hvm_funcs.get_guest_bndcfgs(v, val); in hvm_get_guest_bndcfgs()
2512 vmx_function_table.get_guest_bndcfgs = vmx_get_guest_bndcfgs; in start_vmx()
Completed in 10 milliseconds