Home
last modified time | relevance | path

Searched defs:vmx (Results 1 – 20 of 20) sorted by relevance

/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx.c376 static __always_inline void vmx_disable_fb_clear(struct vcpu_vmx *vmx) in vmx_disable_fb_clear()
390 static __always_inline void vmx_enable_fb_clear(struct vcpu_vmx *vmx) in vmx_enable_fb_clear()
399 static void vmx_update_fb_clear_dis(struct kvm_vcpu *vcpu, struct vcpu_vmx *vmx) in vmx_update_fb_clear_dis()
706 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr) in vmx_find_uret_msr()
716 static int vmx_set_guest_uret_msr(struct vcpu_vmx *vmx, in vmx_set_guest_uret_msr()
816 static bool vmx_segment_cache_test_set(struct vcpu_vmx *vmx, unsigned seg, in vmx_segment_cache_test_set()
831 static u16 vmx_read_guest_seg_selector(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_selector()
840 static ulong vmx_read_guest_seg_base(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_base()
849 static u32 vmx_read_guest_seg_limit(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_limit()
858 static u32 vmx_read_guest_seg_ar(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_ar()
[all …]
Dnested.c191 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_fail() local
221 static void vmx_disable_shadow_vmcs(struct vcpu_vmx *vmx) in vmx_disable_shadow_vmcs()
232 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_release_evmcs() local
249 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_handle_vmclear() local
273 static void vmx_sync_vmcs_host_state(struct vcpu_vmx *vmx, in vmx_sync_vmcs_host_state()
294 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_switch_vmcs() local
319 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_put_vmcs12_pages() local
333 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
[all …]
Dhyperv.h25 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()
Dposted_intr.c56 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
Dhyperv.c202 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_enable_evmcs() local
215 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_l2_tlb_flush_enabled() local
Dnested.h63 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
Dsgx.c299 struct vcpu_vmx *vmx = to_vmx(vcpu); in handle_encls_einit() local
429 struct vcpu_vmx *vmx = to_vmx(vcpu); in vcpu_setup_sgx_lepubkeyhash() local
Dvmx.h686 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_exit_qual() local
696 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_intr_info() local
716 static inline bool vmx_has_waitpkg(struct vcpu_vmx *vmx) in vmx_has_waitpkg()
756 static inline void vmx_segment_cache_clear(struct vcpu_vmx *vmx) in vmx_segment_cache_clear()
/linux-6.14.4/tools/testing/selftests/kvm/lib/x86/
Dvmx.c76 struct vmx_pages *vmx = addr_gva2hva(vm, vmx_gva); in vcpu_alloc_vmx() local
114 bool prepare_for_vmx_operation(struct vmx_pages *vmx) in prepare_for_vmx_operation()
158 bool load_vmcs(struct vmx_pages *vmx) in load_vmcs()
189 static inline void init_vmcs_control_fields(struct vmx_pages *vmx) in init_vmcs_control_fields()
358 void prepare_vmcs(struct vmx_pages *vmx, void *guest_rip, void *guest_rsp) in prepare_vmcs()
397 void __nested_pg_map(struct vmx_pages *vmx, struct kvm_vm *vm, in __nested_pg_map()
448 void nested_pg_map(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_pg_map()
471 void __nested_map(struct vmx_pages *vmx, struct kvm_vm *vm, in __nested_map()
488 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_map()
497 void nested_map_memslot(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_map_memslot()
[all …]
Dmemstress.c32 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-6.14.4/tools/testing/selftests/kvm/x86/
Dvmx_dirty_log_test.c56 void l1_guest_code(struct vmx_pages *vmx) in l1_guest_code()
83 struct vmx_pages *vmx; in test_vmx_dirty_log() local
Dvmx_apic_access_test.c77 struct vmx_pages *vmx; in main() local
Dtriple_fault_event_test.c27 void l1_guest_code_vmx(struct vmx_pages *vmx) in l1_guest_code_vmx()
Dnested_exceptions_test.c129 static void l1_vmx_code(struct vmx_pages *vmx) in l1_vmx_code()
/linux-6.14.4/tools/testing/selftests/powerpc/ptrace/
Dptrace-vsx.c40 unsigned long vmx[VMX_MAX + 2][2]; in trace_vsx() local
Dptrace-tm-vsx.c87 unsigned long vmx[VMX_MAX + 2][2]; in trace_tm_vsx() local
Dptrace-tm-spd-vsx.c99 unsigned long vmx[VMX_MAX + 2][2]; in trace_tm_spd_vsx() local
/linux-6.14.4/arch/x86/events/intel/
Dpt.h43 bool vmx; member
/linux-6.14.4/arch/x86/include/uapi/asm/
Dkvm.h506 struct kvm_vmx_nested_state_hdr vmx; member
/linux-6.14.4/tools/arch/x86/include/uapi/asm/
Dkvm.h506 struct kvm_vmx_nested_state_hdr vmx; member