Searched defs:vmx (Results 1 – 7 of 7) sorted by relevance
/arch/x86/kvm/vmx/ |
D | nested.c | 173 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_failValid() local 211 static void vmx_disable_shadow_vmcs(struct vcpu_vmx *vmx) in vmx_disable_shadow_vmcs() 220 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_release_evmcs() local 236 struct vcpu_vmx *vmx = to_vmx(vcpu); in free_nested() 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 329 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_inject_page_fault() local 680 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_flush_cached_shadow_vmcs12() local 881 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_max_atomic_switch_msrs() local 1043 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_vpid02() local [all …]
|
D | vmx.c | 621 static inline int __find_msr_index(struct vcpu_vmx *vmx, u32 msr) in __find_msr_index() 631 struct shared_msr_entry *find_msr_entry(struct vcpu_vmx *vmx, u32 msr) in find_msr_entry() 723 static bool vmx_segment_cache_test_set(struct vcpu_vmx *vmx, unsigned seg, in vmx_segment_cache_test_set() 738 static u16 vmx_read_guest_seg_selector(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_selector() 747 static ulong vmx_read_guest_seg_base(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_base() 756 static u32 vmx_read_guest_seg_limit(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_limit() 765 static u32 vmx_read_guest_seg_ar(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_ar() 831 static void clear_atomic_switch_msr_special(struct vcpu_vmx *vmx, in clear_atomic_switch_msr_special() 849 static void clear_atomic_switch_msr(struct vcpu_vmx *vmx, unsigned msr) in clear_atomic_switch_msr() 889 static void add_atomic_switch_msr_special(struct vcpu_vmx *vmx, in add_atomic_switch_msr_special() [all …]
|
D | evmcs.c | 336 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_evmcs_version() local 352 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_enable_evmcs() local
|
D | nested.h | 49 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_has_valid_vmcs12() local
|
D | vmx.h | 508 static inline void decache_tsc_multiplier(struct vcpu_vmx *vmx) in decache_tsc_multiplier() 514 static inline bool vmx_has_waitpkg(struct vcpu_vmx *vmx) in vmx_has_waitpkg()
|
/arch/x86/events/intel/ |
D | pt.h | 46 bool vmx; member
|
/arch/x86/include/uapi/asm/ |
D | kvm.h | 420 struct kvm_vmx_nested_state_hdr vmx; member 432 struct kvm_vmx_nested_state_data vmx[0]; member
|