tio_dsm
(container_of((dev_data), struct tio_dsm, data)->sev->tio_status)
struct tio_dsm *dsm __free(kfree) = kzalloc_obj(*dsm);
struct tio_dsm *dsm = container_of(tsm, struct tio_dsm, tsm.base_tsm);
static int dsm_create(struct tio_dsm *dsm)
struct tio_dsm *dsm = pdev_to_tio_dsm(pdev);
#define pdev_to_tio_dsm(pdev) (container_of((pdev)->tsm, struct tio_dsm, tsm.base_tsm))
static int sev_tio_spdm_cmd(struct tio_dsm *dsm, int ret)
struct tio_dsm *dsm = pdev_to_tio_dsm(pdev);