Searched refs:vcpu_vmx (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.h | 203 struct vcpu_vmx { struct 306 return &(container_of(vcpu, struct vcpu_vmx, vcpu)->vt); in to_vt() argument 311 return &(container_of(vt, struct vcpu_vmx, vt)->vcpu); in vt_to_vcpu() 344 void vmx_set_constant_host_state(struct vcpu_vmx *vmx); 358 void set_cr4_guest_host_mask(struct vcpu_vmx *vmx); 371 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr); 373 void vmx_update_host_rsp(struct vcpu_vmx *vmx, unsigned long host_rsp); 374 void vmx_spec_ctrl_restore_host(struct vcpu_vmx *vmx, unsigned int flags); 375 unsigned int __vmx_vcpu_run_flags(struct vcpu_vmx *vmx); 376 bool __vmx_vcpu_run(struct vcpu_vmx *vmx, unsigned long *regs, [all …]
|
| H A D | hyperv.h | 25 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()
|
| H A D | vmx.c | 473 static __always_inline void vmx_disable_fb_clear(struct vcpu_vmx *vmx) in vmx_disable_fb_clear() 487 static __always_inline void vmx_enable_fb_clear(struct vcpu_vmx *vmx) in vmx_enable_fb_clear() 496 static void vmx_update_fb_clear_dis(struct kvm_vcpu *vcpu, struct vcpu_vmx *vmx) in vmx_update_fb_clear_dis() 763 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr) in vmx_find_uret_msr() 773 static int vmx_set_guest_uret_msr(struct vcpu_vmx *vmx, in vmx_set_guest_uret_msr() 876 static bool vmx_segment_cache_test_set(struct vcpu_vmx *vmx, unsigned seg, in vmx_segment_cache_test_set() 891 static u16 vmx_read_guest_seg_selector(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_selector() 900 static ulong vmx_read_guest_seg_base(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_base() 909 static u32 vmx_read_guest_seg_limit(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_limit() 918 static u32 vmx_read_guest_seg_ar(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_ar() [all …]
|
| H A D | nested.c | 196 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_fail() 226 static void vmx_disable_shadow_vmcs(struct vcpu_vmx *vmx) in vmx_disable_shadow_vmcs() 237 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_release_evmcs() 254 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_handle_vmclear() 278 static void vmx_sync_vmcs_host_state(struct vcpu_vmx *vmx, in vmx_sync_vmcs_host_state() 299 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_switch_vmcs() 324 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_put_vmcs12_pages() 338 struct vcpu_vmx *vmx = to_vmx(vcpu); in free_nested() 417 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_inject_page_fault() 470 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_new_eptp() [all …]
|
| H A D | hyperv.c | 202 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_enable_evmcs() 215 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_l2_tlb_flush_enabled()
|
| H A D | nested.h | 81 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_has_valid_vmcs12() 90 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_vpid02()
|
| H A D | sgx.c | 300 struct vcpu_vmx *vmx = to_vmx(vcpu); in handle_encls_einit() 430 struct vcpu_vmx *vmx = to_vmx(vcpu); in vcpu_setup_sgx_lepubkeyhash()
|
| H A D | main.c | 14 static_assert(offsetof(struct vcpu_vmx, vt) == offsetof(struct vcpu_tdx, vt)); 1056 vcpu_size = sizeof(struct vcpu_vmx); in vt_init() 1057 vcpu_align = __alignof__(struct vcpu_vmx); in vt_init()
|
| /linux/arch/x86/kvm/ |
| H A D | kvm-asm-offsets.c | 27 OFFSET(VMX_spec_ctrl, vcpu_vmx, spec_ctrl); in common()
|