Lines Matching defs:function
2524 * L2 guest. L1 has a vmcs for L2 (vmcs12), and this function "merges" it
2528 * function also has additional necessary side-effects, like setting various
3693 * This function returns the new value we should put in vmcs12.guest_cr0.
4401 * and this function updates it to reflect the changes to the guest state while
4460 * This function is to be called not only on normal nested exit, but also on
4463 * This function should be called when the active VMCS is L1's (vmcs01).
5115 vmx->nested.preemption_timer.function = vmx_preemption_timer_fn;
5874 u32 function = kvm_rax_read(vcpu);
5888 * #UD on out-of-bounds function has priority over VM-Exit, and VMFUNC
5891 if (WARN_ON_ONCE((function > 63) || !nested_cpu_has_vmfunc(vmcs12))) {
5896 if (!(vmcs12->vm_function_control & BIT_ULL(function)))
5899 switch (function) {