Lines Matching refs:get_vmcs12
782 static inline struct vmcs12 *get_vmcs12(struct kvm_vcpu *vcpu) in get_vmcs12() function
1588 eb |= get_vmcs12(vcpu)->exception_bitmap; in update_exception_bitmap()
1992 ~get_vmcs12(vcpu)->cr0_guest_host_mask; in vmx_fpu_activate()
2033 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_fpu_deactivate()
2116 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_vmx_check_exception()
2312 vmcs12 = get_vmcs12(vcpu); in vmx_write_tsc_offset()
4535 ~get_vmcs12(&vmx->vcpu)->cr4_guest_host_mask; in set_cr4_guest_host_mask()
4824 return get_vmcs12(vcpu)->pin_based_vm_exec_control & in nested_exit_on_intr()
4834 return get_vmcs12(vcpu)->vm_exit_controls & in nested_exit_intr_ack_set()
4840 return get_vmcs12(vcpu)->pin_based_vm_exec_control & in nested_exit_on_nmi()
5236 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_cr0_valid()
5249 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in handle_set_cr0()
5281 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in handle_set_cr4()
6410 get_vmcs12(vcpu)->vm_instruction_error = vm_instruction_error; in nested_vmx_failValid()
6854 p = ((char *)(get_vmcs12(vcpu))) + offset; in vmcs12_read_any()
6879 char *p = ((char *) get_vmcs12(vcpu)) + offset; in vmcs12_write_any()
7501 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_vmx_exit_handled()
7784 get_vmcs12(vcpu))))) { in vmx_handle_exit()
7814 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in update_cr8_intercept()
8595 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_ept_inject_page_fault()
8611 return get_vmcs12(vcpu)->ept_pointer; in nested_ept_get_cr3()
8647 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_inject_page_fault_nested()
8737 u64 preemption_timeout = get_vmcs12(vcpu)->vmx_preemption_timer_value; in vmx_start_preemption_timer()
9398 vmcs12 = get_vmcs12(vcpu); in nested_vmx_run()
9661 if (nested_cpu_has_preemption_timer(get_vmcs12(vcpu)) && in vmx_check_nested_events()
10016 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_vmx_vmexit()