| /linux/arch/x86/kvm/vmx/ |
| A D | vmx.c | 1284 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_prepare_switch_to_guest() local 1415 struct vcpu_vmx *vmx = to_vmx(vcpu); in grow_ple_window() local 1431 struct vcpu_vmx *vmx = to_vmx(vcpu); in shrink_ple_window() local 1448 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_load_vmcs() local 1518 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_load() local 1544 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_rflags() local 1562 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_set_rflags() local 1625 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_rtit_ctl_check() local 1783 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_update_emulated_instruction() local 7508 struct vcpu_vmx *vmx; in vmx_vcpu_create() local [all …]
|
| A D | nested.c | 191 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_fail() local 232 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_release_evmcs() local 252 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_handle_vmclear() local 297 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_switch_vmcs() local 326 struct vcpu_vmx *vmx = to_vmx(vcpu); in free_nested() local 412 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_inject_page_fault() local 465 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_new_eptp() local 623 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_prepare_msr_bitmap() local 727 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_cache_shadow_vmcs12() local 2188 struct vcpu_vmx *vmx = in vmx_preemption_timer_fn() local [all …]
|
| A D | hyperv.h | 25 static inline bool nested_vmx_is_evmptr12_valid(struct vcpu_vmx *vmx) in nested_vmx_is_evmptr12_valid() 35 static inline bool nested_vmx_is_evmptr12_set(struct vcpu_vmx *vmx) in nested_vmx_is_evmptr12_set() 40 static inline struct hv_enlightened_vmcs *nested_vmx_evmcs(struct vcpu_vmx *vmx) in nested_vmx_evmcs() 69 static inline bool nested_vmx_is_evmptr12_valid(struct vcpu_vmx *vmx) in nested_vmx_is_evmptr12_valid() 79 static inline bool nested_vmx_is_evmptr12_set(struct vcpu_vmx *vmx) in nested_vmx_is_evmptr12_set() 84 static inline struct hv_enlightened_vmcs *nested_vmx_evmcs(struct vcpu_vmx *vmx) in nested_vmx_evmcs()
|
| A D | posted_intr.c | 56 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_pi_load() local 149 struct vcpu_vmx *vmx = to_vmx(vcpu); in pi_enable_wakeup_handler() local 223 struct vcpu_vmx *vmx; in pi_wakeup_handler() local
|
| A D | hyperv.c | 201 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_enable_evmcs() local 214 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_l2_tlb_flush_enabled() local
|
| A D | nested.h | 63 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_has_valid_vmcs12() local 72 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_vpid02() local
|
| A D | sgx.c | 300 struct vcpu_vmx *vmx = to_vmx(vcpu); in handle_encls_einit() local 430 struct vcpu_vmx *vmx = to_vmx(vcpu); in vcpu_setup_sgx_lepubkeyhash() local
|
| A D | vmx.h | 685 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_exit_qual() local 695 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_intr_info() local 715 static inline bool vmx_has_waitpkg(struct vcpu_vmx *vmx) in vmx_has_waitpkg() 755 static inline void vmx_segment_cache_clear(struct vcpu_vmx *vmx) in vmx_segment_cache_clear()
|
| /linux/tools/testing/selftests/kvm/lib/x86_64/ |
| A D | vmx.c | 78 struct vmx_pages *vmx = addr_gva2hva(vm, vmx_gva); in vcpu_alloc_vmx() local 116 bool prepare_for_vmx_operation(struct vmx_pages *vmx) in prepare_for_vmx_operation() 160 bool load_vmcs(struct vmx_pages *vmx) in load_vmcs() 191 static inline void init_vmcs_control_fields(struct vmx_pages *vmx) in init_vmcs_control_fields() 399 void __nested_pg_map(struct vmx_pages *vmx, struct kvm_vm *vm, in __nested_pg_map() 450 void nested_pg_map(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_pg_map() 473 void __nested_map(struct vmx_pages *vmx, struct kvm_vm *vm, in __nested_map() 490 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_map() 499 void nested_map_memslot(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_map_memslot() 521 void nested_identity_map_1g(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_identity_map_1g() [all …]
|
| A D | memstress.c | 32 static void memstress_l1_guest_code(struct vmx_pages *vmx, uint64_t vcpu_id) in memstress_l1_guest_code() 62 void memstress_setup_ept(struct vmx_pages *vmx, struct kvm_vm *vm) in memstress_setup_ept() 82 struct vmx_pages *vmx, *vmx0 = NULL; in memstress_setup_nested() local
|
| /linux/tools/testing/selftests/kvm/x86_64/ |
| A D | vmx_dirty_log_test.c | 56 void l1_guest_code(struct vmx_pages *vmx) in l1_guest_code() 83 struct vmx_pages *vmx; in test_vmx_dirty_log() local
|
| A D | vmx_apic_access_test.c | 77 struct vmx_pages *vmx; in main() local
|
| A D | triple_fault_event_test.c | 27 void l1_guest_code_vmx(struct vmx_pages *vmx) in l1_guest_code_vmx()
|
| A D | nested_exceptions_test.c | 127 static void l1_vmx_code(struct vmx_pages *vmx) in l1_vmx_code()
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| A D | ptrace-vsx.c | 40 unsigned long vmx[VMX_MAX + 2][2]; in trace_vsx() local
|
| A D | ptrace-tm-vsx.c | 87 unsigned long vmx[VMX_MAX + 2][2]; in trace_tm_vsx() local
|
| A D | ptrace-tm-spd-vsx.c | 99 unsigned long vmx[VMX_MAX + 2][2]; in trace_tm_spd_vsx() local
|
| /linux/arch/x86/events/intel/ |
| A D | pt.h | 46 bool vmx; member
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| A D | kvm.h | 505 struct kvm_vmx_nested_state_hdr vmx; member
|
| /linux/arch/x86/include/uapi/asm/ |
| A D | kvm.h | 505 struct kvm_vmx_nested_state_hdr vmx; member
|