Searched defs:vmx (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 192 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_fail() local 222 static void vmx_disable_shadow_vmcs(struct vcpu_vmx *vmx) in vmx_disable_shadow_vmcs() 233 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_release_evmcs() local 250 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_handle_vmclear() local 274 static void vmx_sync_vmcs_host_state(struct vcpu_vmx *vmx, in vmx_sync_vmcs_host_state() 295 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_switch_vmcs() local 320 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_put_vmcs12_pages() local 334 struct vcpu_vmx *vmx = to_vmx(vcpu); in free_nested() local 413 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_inject_page_fault() local 466 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_new_eptp() local [all …]
|
| H A D | vmx.c | 355 static __always_inline void vmx_disable_fb_clear(struct vcpu_vmx *vmx) in vmx_disable_fb_clear() 369 static __always_inline void vmx_enable_fb_clear(struct vcpu_vmx *vmx) in vmx_enable_fb_clear() 378 static void vmx_update_fb_clear_dis(struct kvm_vcpu *vcpu, struct vcpu_vmx *vmx) in vmx_update_fb_clear_dis() 651 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr) in vmx_find_uret_msr() 661 static int vmx_set_guest_uret_msr(struct vcpu_vmx *vmx, in vmx_set_guest_uret_msr() 764 static bool vmx_segment_cache_test_set(struct vcpu_vmx *vmx, unsigned seg, in vmx_segment_cache_test_set() 779 static u16 vmx_read_guest_seg_selector(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_selector() 788 static ulong vmx_read_guest_seg_base(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_base() 797 static u32 vmx_read_guest_seg_limit(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_limit() 806 static u32 vmx_read_guest_seg_ar(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_ar() [all …]
|
| H A D | nested.h | 81 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_has_valid_vmcs12() local 90 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_vpid02() local
|
| H A D | vmx.h | 692 static inline bool vmx_has_waitpkg(struct vcpu_vmx *vmx) in vmx_has_waitpkg() 737 static inline void vmx_segment_cache_clear(struct vcpu_vmx *vmx) in vmx_segment_cache_clear()
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-vsx.c | 40 unsigned long vmx[VMX_MAX + 2][2]; in trace_vsx() local
|
| H A D | ptrace-tm-vsx.c | 87 unsigned long vmx[VMX_MAX + 2][2]; in trace_tm_vsx() local
|
| H A D | ptrace-tm-spd-vsx.c | 99 unsigned long vmx[VMX_MAX + 2][2]; in trace_tm_spd_vsx() local
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | aperfmperf_test.c | 74 static void l1_vmx_code(struct vmx_pages *vmx) in l1_vmx_code()
|
| H A D | nested_exceptions_test.c | 129 static void l1_vmx_code(struct vmx_pages *vmx) in l1_vmx_code()
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 541 struct kvm_vmx_nested_state_hdr vmx; member
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 541 struct kvm_vmx_nested_state_hdr vmx; member
|