Searched refs:vcpu_vmx (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.h | 98 * The nested_vmx structure is part of vcpu_vmx, and holds information we need 204 struct vcpu_vmx { struct 339 void vmx_set_constant_host_state(struct vcpu_vmx *vmx); 351 void set_cr4_guest_host_mask(struct vcpu_vmx *vmx); 366 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr); 368 void vmx_update_host_rsp(struct vcpu_vmx *vmx, unsigned long host_rsp); 369 void vmx_spec_ctrl_restore_host(struct vcpu_vmx *vmx, unsigned int flags); 370 unsigned int __vmx_vcpu_run_flags(struct vcpu_vmx *vmx); 371 bool __vmx_vcpu_run(struct vcpu_vmx *vmx, unsigned long *regs, 382 static inline void lname##_controls_set(struct vcpu_vmx *vm [all...] |
H A D | nested.c | 189 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_fail() 218 static void vmx_disable_shadow_vmcs(struct vcpu_vmx *vmx) in vmx_disable_shadow_vmcs() 227 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_release_evmcs() 237 static void vmx_sync_vmcs_host_state(struct vcpu_vmx *vmx, in vmx_sync_vmcs_host_state() 258 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_switch_vmcs() 281 struct vcpu_vmx *vmx = to_vmx(vcpu); in free_nested() 337 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_inject_page_fault() 685 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_flush_cached_shadow_vmcs12() 881 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_max_atomic_switch_msrs() 937 struct vcpu_vmx *vm in nested_vmx_get_vmexit_msr_value() [all...] |
H A D | vmx.c | 375 static __always_inline void vmx_disable_fb_clear(struct vcpu_vmx *vmx) in vmx_disable_fb_clear() 389 static __always_inline void vmx_enable_fb_clear(struct vcpu_vmx *vmx) in vmx_enable_fb_clear() 398 static void vmx_update_fb_clear_dis(struct kvm_vcpu *vcpu, struct vcpu_vmx *vmx) in vmx_update_fb_clear_dis() 508 static inline void vmx_segment_cache_clear(struct vcpu_vmx *vmx) in vmx_segment_cache_clear() 731 static inline int __vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr) in __vmx_find_uret_msr() 741 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr) in vmx_find_uret_msr() 751 static int vmx_set_guest_uret_msr(struct vcpu_vmx *vmx, in vmx_set_guest_uret_msr() 818 static bool vmx_segment_cache_test_set(struct vcpu_vmx *vmx, unsigned seg, in vmx_segment_cache_test_set() 833 static u16 vmx_read_guest_seg_selector(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_selector() 842 static ulong vmx_read_guest_seg_base(struct vcpu_vmx *vm [all...] |
H A D | nested.h | 57 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_has_valid_vmcs12() 71 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_vpid02()
|
H A D | evmcs.c | 329 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_get_evmcs_version() 431 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_enable_evmcs()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.h | 113 * The nested_vmx structure is part of vcpu_vmx, and holds information we need 249 struct vcpu_vmx { struct 381 void vmx_set_constant_host_state(struct vcpu_vmx *vmx); 394 void set_cr4_guest_host_mask(struct vcpu_vmx *vmx); 407 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr); 409 void vmx_update_host_rsp(struct vcpu_vmx *vmx, unsigned long host_rsp); 410 void vmx_spec_ctrl_restore_host(struct vcpu_vmx *vmx, unsigned int flags); 411 unsigned int __vmx_vcpu_run_flags(struct vcpu_vmx *vmx); 412 bool __vmx_vcpu_run(struct vcpu_vmx *vmx, unsigned long *regs, 582 static inline void lname##_controls_set(struct vcpu_vmx *vm [all...] |
H A D | nested.c | 190 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_vmx_fail() 220 static void vmx_disable_shadow_vmcs(struct vcpu_vmx *vmx) in vmx_disable_shadow_vmcs() 230 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_release_evmcs() 246 static void vmx_sync_vmcs_host_state(struct vcpu_vmx *vmx, in vmx_sync_vmcs_host_state() 267 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_switch_vmcs() 296 struct vcpu_vmx *vmx = to_vmx(vcpu); in free_nested() 382 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_inject_page_fault() 413 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_ept_new_eptp() 538 void nested_vmx_set_msr_##rw##_intercept(struct vcpu_vmx *vmx, \ 551 static inline void nested_vmx_set_intercept_for_msr(struct vcpu_vmx *vm [all...] |
H A D | vmx.c | 365 static __always_inline void vmx_disable_fb_clear(struct vcpu_vmx *vmx) in vmx_disable_fb_clear() 379 static __always_inline void vmx_enable_fb_clear(struct vcpu_vmx *vmx) in vmx_enable_fb_clear() 388 static void vmx_update_fb_clear_dis(struct kvm_vcpu *vcpu, struct vcpu_vmx *vmx) in vmx_update_fb_clear_dis() 519 static inline void vmx_segment_cache_clear(struct vcpu_vmx *vmx) in vmx_segment_cache_clear() 720 struct vmx_uret_msr *vmx_find_uret_msr(struct vcpu_vmx *vmx, u32 msr) in vmx_find_uret_msr() 730 static int vmx_set_guest_uret_msr(struct vcpu_vmx *vmx, in vmx_set_guest_uret_msr() 830 static bool vmx_segment_cache_test_set(struct vcpu_vmx *vmx, unsigned seg, in vmx_segment_cache_test_set() 845 static u16 vmx_read_guest_seg_selector(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_selector() 854 static ulong vmx_read_guest_seg_base(struct vcpu_vmx *vmx, unsigned seg) in vmx_read_guest_seg_base() 863 static u32 vmx_read_guest_seg_limit(struct vcpu_vmx *vm [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 | 648 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_enable_evmcs() 661 struct vcpu_vmx *vmx = to_vmx(vcpu); in nested_evmcs_l2_tlb_flush_enabled()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | kvm-asm-offsets.c | 27 OFFSET(VMX_spec_ctrl, vcpu_vmx, spec_ctrl); in common()
|
Completed in 23 milliseconds