Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dsev.c182 sev_platform_ioctl(int fd, int cmd, void *data, int *error) in sev_platform_ioctl() function
500 r = sev_platform_ioctl(fd, SEV_PDH_CERT_EXPORT, &export, &err); in sev_get_pdh_info()
515 r = sev_platform_ioctl(fd, SEV_PDH_CERT_EXPORT, &export, &err); in sev_get_pdh_info()
541 r = sev_platform_ioctl(fd, SEV_GET_ID2, &get_id2, &err); in sev_get_cpu0_id()
551 r = sev_platform_ioctl(fd, SEV_GET_ID2, &get_id2, &err); in sev_get_cpu0_id()
968 ret = sev_platform_ioctl(sev->sev_fd, SEV_PLATFORM_STATUS, &status, in sev_kvm_init()