Searched refs:acrn_vvmcs (Results 1 – 2 of 2) sorted by relevance
22 static void clear_vvmcs(struct acrn_vcpu *vcpu, struct acrn_vvmcs *vvmcs);712 struct acrn_vvmcs *vvmcs; in reset_vvmcs()833 struct acrn_vvmcs *vvmcs = NULL; in lookup_vvmcs()852 struct acrn_vvmcs *vvmcs = NULL; in get_or_replace_vvmcs_entry()891 struct acrn_vvmcs *cur_vvmcs = vcpu->arch.nested.current_vvmcs; in vmread_vmexit_handler()926 struct acrn_vvmcs *cur_vvmcs = vcpu->arch.nested.current_vvmcs; in vmwrite_vmexit_handler()1071 static void enable_vmcs_shadowing(struct acrn_vvmcs *vvmcs) in enable_vmcs_shadowing()1155 struct acrn_vvmcs *vvmcs; in vmptrld_vmexit_handler()1230 struct acrn_vvmcs *vvmcs; in vmclear_vmexit_handler()1426 struct acrn_vvmcs *cur_vvmcs = vcpu->arch.nested.current_vvmcs; in nested_vmexit_handler()[all …]
332 struct acrn_vvmcs { struct344 struct acrn_vvmcs vvmcs[MAX_ACTIVE_VVMCS_NUM]; argument345 struct acrn_vvmcs *current_vvmcs; /* Refer to the current loaded VMCS12 */
Completed in 8 milliseconds