Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c369 static __always_inline void vmx_disable_fb_clear(struct vcpu_vmx *vmx) in vmx_disable_fb_clear()
383 static __always_inline void vmx_enable_fb_clear(struct vcpu_vmx *vmx) in vmx_enable_fb_clear()
392 static void vmx_update_fb_clear_dis(struct kvm_vcpu *vcpu, struct vcpu_vmx *vmx) in vmx_update_fb_clear_dis()
523 static inline void vmx_segment_cache_clear(struct vcpu_vmx *vmx) in vmx_segment_cache_clear()
724 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr) in vmx_find_uret_msr()
734 static int vmx_set_guest_uret_msr(struct vcpu_vmx *vmx, in vmx_set_guest_uret_msr()
834 static bool vmx_segment_cache_test_set(struct vcpu_vmx *vmx, unsigned seg, in vmx_segment_cache_test_set()
849 static u16 vmx_read_guest_seg_selector(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_selector()
858 static ulong vmx_read_guest_seg_base(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_base()
867 static u32 vmx_read_guest_seg_limit(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_limit()
[all …]
H A 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()
231 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_release_evmcs() local
247 static void vmx_sync_vmcs_host_state(struct vcpu_vmx *vmx, in vmx_sync_vmcs_host_state()
268 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_switch_vmcs() local
297 struct vcpu_vmx *vmx = to_vmx(vcpu); in free_nested() local
383 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_inject_page_fault() local
414 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_new_eptp() local
572 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_prepare_msr_bitmap() local
674 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_cache_shadow_vmcs12() local
[all …]
H A 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
H A Dhyperv.c509 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_enable_evmcs() local
522 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_l2_tlb_flush_enabled() local
H A Dnested.h56 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_has_valid_vmcs12() local
65 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_vpid02() local
H A 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
H A Dvmx.h680 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_exit_qual() local
690 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_get_intr_info() local
710 static inline bool vmx_has_waitpkg(struct vcpu_vmx *vmx) in vmx_has_waitpkg()
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c78 struct vmx_pages *vmx = addr_gva2hva(vm, vmx_gva); in vcpu_alloc_vmx() local
116 bool prepare_for_vmx_operation(struct vmx_pages *vmx) in prepare_for_vmx_operation()
160 bool load_vmcs(struct vmx_pages *vmx) in load_vmcs()
191 static inline void init_vmcs_control_fields(struct vmx_pages *vmx) in init_vmcs_control_fields()
360 void prepare_vmcs(struct vmx_pages *vmx, void *guest_rip, void *guest_rsp) in prepare_vmcs()
399 void __nested_pg_map(struct vmx_pages *vmx, struct kvm_vm *vm, in __nested_pg_map()
450 void nested_pg_map(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_pg_map()
473 void __nested_map(struct vmx_pages *vmx, struct kvm_vm *vm, in __nested_map()
490 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_map()
499 void nested_map_memslot(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_map_memslot()
[all …]
H A 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
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_dirty_log_test.c48 void l1_guest_code(struct vmx_pages *vmx) in l1_guest_code()
70 struct vmx_pages *vmx; in main() local
H A Dvmx_apic_access_test.c77 struct vmx_pages *vmx; in main() local
H A Dtriple_fault_event_test.c27 void l1_guest_code_vmx(struct vmx_pages *vmx) in l1_guest_code_vmx()
H A Dnested_exceptions_test.c129 static void l1_vmx_code(struct vmx_pages *vmx) in l1_vmx_code()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-vsx.c40 unsigned long vmx[VMX_MAX + 2][2]; in trace_vsx() local
H A Dptrace-tm-vsx.c87 unsigned long vmx[VMX_MAX + 2][2]; in trace_tm_vsx() local
H A Dptrace-tm-spd-vsx.c99 unsigned long vmx[VMX_MAX + 2][2]; in trace_tm_spd_vsx() local
/openbmc/linux/arch/x86/events/intel/
H A Dpt.h46 bool vmx; member
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h498 struct kvm_vmx_nested_state_hdr vmx; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h498 struct kvm_vmx_nested_state_hdr vmx; member
/openbmc/qemu/hw/ppc/
H A Dpnv.c219 uint32_t vmx = (env->insns_flags2 & PPC2_VSX) ? 2 : 1; in pnv_dt_core() local
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h503 struct kvm_vmx_nested_state_hdr vmx; member