Searched refs:vcpu_vmx (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmx.h | 249 struct vcpu_vmx { struct 381 void vmx_set_constant_host_state(struct vcpu_vmx *vmx); argument 394 void set_cr4_guest_host_mask(struct vcpu_vmx *vmx); 408 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr); 410 void vmx_update_host_rsp(struct vcpu_vmx *vmx, unsigned long host_rsp); 411 void vmx_spec_ctrl_restore_host(struct vcpu_vmx *vmx, unsigned int flags); 412 unsigned int __vmx_vcpu_run_flags(struct vcpu_vmx *vmx); 413 bool __vmx_vcpu_run(struct vcpu_vmx *vmx, unsigned long *regs, 583 static inline void lname##_controls_set(struct vcpu_vmx *vmx, u##bits val) \ 594 static inline u##bits lname##_controls_get(struct vcpu_vmx *vmx) \ [all …]
|
H A D | vmx.c | 369 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 D | nested.c | 191 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_fail() 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() 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() 297 struct vcpu_vmx *vmx = to_vmx(vcpu); in free_nested() 383 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_inject_page_fault() 414 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_new_eptp() 539 void nested_vmx_set_msr_##rw##_intercept(struct vcpu_vmx *vmx, \ 552 static inline void nested_vmx_set_intercept_for_msr(struct vcpu_vmx *vmx, in BUILD_NVMX_MSR_INTERCEPT_HELPER() [all …]
|
H A D | posted_intr.c | 56 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_pi_load() 149 struct vcpu_vmx *vmx = to_vmx(vcpu); in pi_enable_wakeup_handler() 223 struct vcpu_vmx *vmx; in pi_wakeup_handler()
|
H A D | nested.h | 56 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_has_valid_vmcs12() 65 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_vpid02()
|
H A D | sgx.c | 299 struct vcpu_vmx *vmx = to_vmx(vcpu); in handle_encls_einit() 429 struct vcpu_vmx *vmx = to_vmx(vcpu); in vcpu_setup_sgx_lepubkeyhash()
|
H A D | hyperv.c | 509 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_enable_evmcs() 522 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_l2_tlb_flush_enabled()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | kvm-asm-offsets.c | 27 OFFSET(VMX_spec_ctrl, vcpu_vmx, spec_ctrl); in common()
|