Searched refs:sev_platform_ioctl (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | sev.c | 266 sev_platform_ioctl(int fd, int cmd, void *data, int *error) in sev_platform_ioctl() function 501 r = sev_platform_ioctl(fd, SEV_PDH_CERT_EXPORT, &export, &err); in sev_get_pdh_info() 516 r = sev_platform_ioctl(fd, SEV_PDH_CERT_EXPORT, &export, &err); in sev_get_pdh_info() 542 r = sev_platform_ioctl(fd, SEV_GET_ID2, &get_id2, &err); in sev_get_cpu0_id() 552 r = sev_platform_ioctl(fd, SEV_GET_ID2, &get_id2, &err); in sev_get_cpu0_id() 1486 ret = sev_platform_ioctl(sev_common->sev_fd, SEV_PLATFORM_STATUS, &status, in sev_common_kvm_init()
|