Symbol: kvm_sev_cmd
arch/x86/kvm/svm/sev.c
1117
static int sev_launch_update_vmsa(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1143
static int sev_launch_measure(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1204
static int sev_launch_finish(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1215
static int sev_guest_status(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1345
static int sev_dbg_crypt(struct kvm *kvm, struct kvm_sev_cmd *argp,
arch/x86/kvm/svm/sev.c
1421
static int sev_launch_secret(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1495
static int sev_get_attestation_report(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1557
__sev_send_start_query_session_length(struct kvm *kvm, struct kvm_sev_cmd *argp,
arch/x86/kvm/svm/sev.c
1575
static int sev_send_start(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1666
__sev_send_update_data_query_lengths(struct kvm *kvm, struct kvm_sev_cmd *argp,
arch/x86/kvm/svm/sev.c
1686
static int sev_send_update_data(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1767
static int sev_send_finish(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1778
static int sev_send_cancel(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1789
static int sev_receive_start(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1863
static int sev_receive_update_data(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
1937
static int sev_receive_finish(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
2220
static void *snp_context_create(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
2253
static int snp_launch_start(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
2400
static int snp_launch_update(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
2482
static int snp_launch_update_vmsa(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
2539
static int snp_launch_finish(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
2627
struct kvm_sev_cmd sev_cmd;
arch/x86/kvm/svm/sev.c
2636
if (copy_from_user(&sev_cmd, argp, sizeof(struct kvm_sev_cmd)))
arch/x86/kvm/svm/sev.c
2729
if (copy_to_user(argp, &sev_cmd, sizeof(struct kvm_sev_cmd)))
arch/x86/kvm/svm/sev.c
489
static int __sev_guest_init(struct kvm *kvm, struct kvm_sev_cmd *argp,
arch/x86/kvm/svm/sev.c
579
static int sev_guest_init(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
602
static int sev_guest_init2(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
651
static int sev_launch_start(struct kvm *kvm, struct kvm_sev_cmd *argp)
arch/x86/kvm/svm/sev.c
899
static int sev_launch_update_data(struct kvm *kvm, struct kvm_sev_cmd *argp)
tools/testing/selftests/kvm/include/x86/sev.h
84
struct kvm_sev_cmd c; \
tools/testing/selftests/kvm/x86/sev_init2_tests.c
35
struct kvm_sev_cmd cmd = {