Home
last modified time | relevance | path

Searched refs:vmcb_control_area (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dnested_exceptions_test.c78 struct vmcb_control_area *ctrl = &vmcb->control; in svm_run_l2()
92 struct vmcb_control_area *ctrl = &svm->vmcb->control; in l1_svm_code()
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dsvm.h83 struct __attribute__ ((__packed__)) vmcb_control_area { struct
241 struct vmcb_control_area control;
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.h436 static inline void vmcb_set_intercept(struct vmcb_control_area *control, u32 bit) in vmcb_set_intercept()
442 static inline void vmcb_clr_intercept(struct vmcb_control_area *control, u32 bit) in vmcb_clr_intercept()
448 static inline bool vmcb_is_intercept(struct vmcb_control_area *control, u32 bit) in vmcb_is_intercept()
676 struct vmcb_control_area *control);
Dnested.c128 struct vmcb_control_area *c, *h; in recalc_intercepts()
342 struct vmcb_control_area *from) in __nested_copy_vmcb_control_to_cache()
387 struct vmcb_control_area *control) in nested_copy_vmcb_control_to_cache()
1547 static void nested_copy_vmcb_cache_to_control(struct vmcb_control_area *dst, in nested_copy_vmcb_cache_to_control()
1552 memset(dst, 0, sizeof(struct vmcb_control_area)); in nested_copy_vmcb_cache_to_control()
1587 struct vmcb_control_area *ctl; in svm_get_nested_state()
1656 struct vmcb_control_area *ctl; in svm_set_nested_state()
1663 BUILD_BUG_ON(sizeof(struct vmcb_control_area) + sizeof(struct vmcb_save_area) > in svm_set_nested_state()
Dsvm.c1080 struct vmcb_control_area *control = &svm->vmcb->control; in grow_ple_window()
1101 struct vmcb_control_area *control = &svm->vmcb->control; in shrink_ple_window()
1240 struct vmcb_control_area *control = &vmcb->control; in init_vmcb()
1635 struct vmcb_control_area *control; in svm_set_vintr()
3368 struct vmcb_control_area *control = &svm->vmcb->control; in dump_vmcb()
3530 struct vmcb_control_area *control = &to_svm(vcpu)->vmcb->control; in svm_get_exit_info()
4144 struct vmcb_control_area *control = &svm->vmcb->control; in svm_cancel_injection()
Dsev.c3245 struct vmcb_control_area *control = &svm->vmcb->control; in sev_es_sync_from_ghcb()
3292 static u64 kvm_ghcb_get_sw_exit_code(struct vmcb_control_area *control) in kvm_ghcb_get_sw_exit_code()
3299 struct vmcb_control_area *control = &svm->vmcb->control; in sev_es_validate_vmgexit()
3504 struct vmcb_control_area *control = &svm->vmcb->control; in setup_vmgexit_scratch()
4133 struct vmcb_control_area *control = &svm->vmcb->control; in sev_handle_vmgexit_msr_protocol()
4278 struct vmcb_control_area *control = &svm->vmcb->control; in sev_handle_vmgexit()
/linux-6.12.1/arch/x86/include/asm/
Dsvm.h122 struct __attribute__ ((__packed__)) vmcb_control_area { struct
520 struct vmcb_control_area control;
548 BUILD_BUG_ON(sizeof(struct vmcb_control_area) != EXPECTED_VMCB_CONTROL_AREA_SIZE); in __unused_size_checks()
/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/
Dsvm.c68 struct vmcb_control_area *ctrl = &vmcb->control; in generic_svm_setup()