Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dsvm.h62 struct __attribute__ ((__packed__)) vmcb_control_area { struct
217 struct vmcb_control_area control;
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dnested_exceptions_test.c80 struct vmcb_control_area *ctrl = &vmcb->control; in svm_run_l2()
94 struct vmcb_control_area *ctrl = &svm->vmcb->control; in l1_svm_code()
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.h365 static inline void vmcb_set_intercept(struct vmcb_control_area *control, u32 bit) in vmcb_set_intercept()
371 static inline void vmcb_clr_intercept(struct vmcb_control_area *control, u32 bit) in vmcb_clr_intercept()
377 static inline bool vmcb_is_intercept(struct vmcb_control_area *control, u32 bit) in vmcb_is_intercept()
618 struct vmcb_control_area *control);
Dnested.c123 struct vmcb_control_area *c, *h; in recalc_intercepts()
335 struct vmcb_control_area *from) in __nested_copy_vmcb_control_to_cache()
378 struct vmcb_control_area *control) in nested_copy_vmcb_control_to_cache()
1456 static void nested_copy_vmcb_cache_to_control(struct vmcb_control_area *dst, in nested_copy_vmcb_cache_to_control()
1461 memset(dst, 0, sizeof(struct vmcb_control_area)); in nested_copy_vmcb_cache_to_control()
1496 struct vmcb_control_area *ctl; in svm_get_nested_state()
1565 struct vmcb_control_area *ctl; in svm_set_nested_state()
1572 BUILD_BUG_ON(sizeof(struct vmcb_control_area) + sizeof(struct vmcb_save_area) > in svm_set_nested_state()
Dsvm.c1013 struct vmcb_control_area *control = &svm->vmcb->control; in grow_ple_window()
1034 struct vmcb_control_area *control = &svm->vmcb->control; in shrink_ple_window()
1174 struct vmcb_control_area *control = &vmcb->control; in init_vmcb()
1561 struct vmcb_control_area *control; in svm_set_vintr()
3209 struct vmcb_control_area *control = &svm->vmcb->control; in dump_vmcb()
3371 struct vmcb_control_area *control = &to_svm(vcpu)->vmcb->control; in svm_get_exit_info()
3877 struct vmcb_control_area *control = &svm->vmcb->control; in svm_cancel_injection()
Dsev.c2394 struct vmcb_control_area *control = &svm->vmcb->control; in sev_es_sync_from_ghcb()
2627 struct vmcb_control_area *control = &svm->vmcb->control; in setup_vmgexit_scratch()
2729 struct vmcb_control_area *control = &svm->vmcb->control; in sev_handle_vmgexit_msr_protocol()
2816 struct vmcb_control_area *control = &svm->vmcb->control; in sev_handle_vmgexit()
/linux-6.1.9/arch/x86/include/asm/
Dsvm.h120 struct __attribute__ ((__packed__)) vmcb_control_area { struct
510 BUILD_BUG_ON(sizeof(struct vmcb_control_area) != EXPECTED_VMCB_CONTROL_AREA_SIZE); in __unused_size_checks()
515 struct vmcb_control_area control;
/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/
Dsvm.c68 struct vmcb_control_area *ctrl = &vmcb->control; in generic_svm_setup()