Searched defs:vmx (Results 1 – 10 of 10) 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 | 356 static __always_inline void vmx_disable_fb_clear(struct vcpu_vmx *vmx) in vmx_disable_fb_clear() 370 static __always_inline void vmx_enable_fb_clear(struct vcpu_vmx *vmx) in vmx_enable_fb_clear() 379 static void vmx_update_fb_clear_dis(struct kvm_vcpu *vcpu, struct vcpu_vmx *vmx) in vmx_update_fb_clear_dis() 652 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr) in vmx_find_uret_msr() 662 static int vmx_set_guest_uret_msr(struct vcpu_vmx *vmx, in vmx_set_guest_uret_msr() 765 static bool vmx_segment_cache_test_set(struct vcpu_vmx *vmx, unsigned seg, in vmx_segment_cache_test_set() 780 static u16 vmx_read_guest_seg_selector(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_selector() 789 static ulong vmx_read_guest_seg_base(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_base() 798 static u32 vmx_read_guest_seg_limit(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_limit() 807 static u32 vmx_read_guest_seg_ar(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_ar() [all …]
|
H A D | vmx.h | 679 static inline bool vmx_has_waitpkg(struct vcpu_vmx *vmx) in vmx_has_waitpkg() 719 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 | 507 struct kvm_vmx_nested_state_hdr vmx; member
|
/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 507 struct kvm_vmx_nested_state_hdr vmx; member
|