Searched defs:vmx (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/tools/testing/selftests/kvm/lib/ |
D | vmx.c | 31 struct vmx_pages *vmx = addr_gva2hva(vm, vmx_gva); in vcpu_alloc_vmx() local 69 bool prepare_for_vmx_operation(struct vmx_pages *vmx) in prepare_for_vmx_operation() 129 static inline void init_vmcs_control_fields(struct vmx_pages *vmx) in init_vmcs_control_fields() 278 void prepare_vmcs(struct vmx_pages *vmx, void *guest_rip, void *guest_rsp) in prepare_vmcs()
|
/Linux-v4.19/arch/x86/kvm/ |
D | vmx.c | 2070 static int __find_msr_index(struct vcpu_vmx *vmx, u32 msr) in __find_msr_index() 2108 static struct shared_msr_entry *find_msr_entry(struct vcpu_vmx *vmx, u32 msr) in find_msr_entry() 2444 static inline void vm_entry_controls_reset_shadow(struct vcpu_vmx *vmx) in vm_entry_controls_reset_shadow() 2449 static inline void vm_entry_controls_init(struct vcpu_vmx *vmx, u32 val) in vm_entry_controls_init() 2455 static inline void vm_entry_controls_set(struct vcpu_vmx *vmx, u32 val) in vm_entry_controls_set() 2461 static inline u32 vm_entry_controls_get(struct vcpu_vmx *vmx) in vm_entry_controls_get() 2467 static inline void vm_entry_controls_setbit(struct vcpu_vmx *vmx, u32 val) in vm_entry_controls_setbit() 2472 static inline void vm_entry_controls_clearbit(struct vcpu_vmx *vmx, u32 val) in vm_entry_controls_clearbit() 2477 static inline void vm_exit_controls_reset_shadow(struct vcpu_vmx *vmx) in vm_exit_controls_reset_shadow() 2482 static inline void vm_exit_controls_init(struct vcpu_vmx *vmx, u32 val) in vm_exit_controls_init() [all …]
|
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-vsx.c | 44 unsigned long vmx[VMX_MAX + 2][2]; in trace_vsx() local
|
D | ptrace-tm-vsx.c | 92 unsigned long vmx[VMX_MAX + 2][2]; in trace_tm_vsx() local
|
D | ptrace-tm-spd-vsx.c | 104 unsigned long vmx[VMX_MAX + 2][2]; in trace_tm_spd_vsx() local
|
/Linux-v4.19/arch/x86/events/intel/ |
D | pt.h | 112 bool vmx; member
|
/Linux-v4.19/arch/x86/include/uapi/asm/ |
D | kvm.h | 410 struct kvm_vmx_nested_state vmx; member
|
/Linux-v4.19/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 410 struct kvm_vmx_nested_state vmx; member
|