Lines Matching refs:get_vmcs12
837 static inline struct vmcs12 *get_vmcs12(struct kvm_vcpu *vcpu) in get_vmcs12() function
1662 eb |= get_vmcs12(vcpu)->exception_bitmap; in update_exception_bitmap()
2137 ~get_vmcs12(vcpu)->cr0_guest_host_mask; in vmx_fpu_activate()
2178 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_fpu_deactivate()
2261 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_vmx_check_exception()
2441 vmcs12 = get_vmcs12(vcpu); in vmx_write_tsc_offset()
4683 ~get_vmcs12(&vmx->vcpu)->cr4_guest_host_mask; in set_cr4_guest_host_mask()
4973 return get_vmcs12(vcpu)->pin_based_vm_exec_control & in nested_exit_on_intr()
4983 return get_vmcs12(vcpu)->vm_exit_controls & in nested_exit_intr_ack_set()
4989 return get_vmcs12(vcpu)->pin_based_vm_exec_control & in nested_exit_on_nmi()
5380 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_cr0_valid()
5393 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in handle_set_cr0()
5425 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in handle_set_cr4()
6505 get_vmcs12(vcpu)->vm_instruction_error = vm_instruction_error; in nested_vmx_failValid()
6993 p = ((char *)(get_vmcs12(vcpu))) + offset; in vmcs12_read_any()
7018 char *p = ((char *) get_vmcs12(vcpu)) + offset; in vmcs12_write_any()
7704 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_vmx_exit_handled()
8139 get_vmcs12(vcpu))))) { in vmx_handle_exit()
8169 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in update_cr8_intercept()
8992 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_ept_inject_page_fault()
9008 return get_vmcs12(vcpu)->ept_pointer; in nested_ept_get_cr3()
9044 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_inject_page_fault_nested()
9134 u64 preemption_timeout = get_vmcs12(vcpu)->vmx_preemption_timer_value; in vmx_start_preemption_timer()
9810 vmcs12 = get_vmcs12(vcpu); in nested_vmx_run()
10073 if (nested_cpu_has_preemption_timer(get_vmcs12(vcpu)) && in vmx_check_nested_events()
10428 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_vmx_vmexit()