Home
last modified time | relevance | path

Searched refs:vmpck_id (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c59 static int vmpck_id = -1; variable
60 module_param(vmpck_id, int, 0444);
61 MODULE_PARM_DESC(vmpck_id, "The VMPCK ID to use when communicating with the PSP.");
96 vmpck_id); in snp_disable_vmpck()
223 hdr->msg_vmpck = req->vmpck_id; in enc_payload()
417 req.vmpck_id = vmpck_id; in get_report()
464 req.vmpck_id = vmpck_id; in get_derived_key()
542 req.vmpck_id = vmpck_id; in get_ext_report()
1016 if (vmpck_id == -1) in sev_guest_probe()
1017 vmpck_id = snp_vmpl; in sev_guest_probe()
[all …]
/linux/arch/x86/include/asm/
H A Dsev.h185 unsigned int vmpck_id; member
/linux/Documentation/virt/coco/
H A Dsev-guest.rst235 specifying the desired key using the vmpck_id module parameter.