Lines Matching defs:function
391 * KVM wants to inject page-faults which it got to the guest. This function
2518 * L2 guest. L1 has a vmcs for L2 (vmcs12), and this function "merges" it
2522 * function also has additional necessary side-effects, like setting various
3634 * This function returns the new value we should put in vmcs12.guest_cr0.
4162 * and this function updates it to reflect the changes to the guest state while
4219 * This function is to be called not only on normal nested exit, but also on
4222 * This function should be called when the active VMCS is L1's (vmcs01).
4876 vmx->nested.preemption_timer.function = vmx_preemption_timer_fn;
5609 u32 function = kvm_rax_read(vcpu);
5622 if (!(vmcs12->vm_function_control & BIT_ULL(function)))
5625 switch (function) {