Home
last modified time | relevance | path

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

/linux-6.15/drivers/virt/coco/
H A Dtsm.c232 out = report->outblob; in __read_report()
264 if (!report->outblob || in read_cached_report()
292 if (report->outblob && in tsm_report_read()
296 kvfree(report->outblob); in tsm_report_read()
299 report->outblob = NULL; in tsm_report_read()
317 CONFIGFS_BIN_ATTR_RO(tsm_report_, outblob, NULL, TSM_OUTBLOB_MAX);
363 kvfree(report->outblob); in tsm_report_item_release()
/linux-6.15/include/linux/
H A Dtsm.h49 u8 *outblob; member
/linux-6.15/Documentation/ABI/testing/
H A Dconfigfs-tsm10 What: /sys/kernel/config/tsm/report/$name/outblob
51 (RO) A name for the format-specification of @outblob like
73 @outblob, or it can prevent conflicts by creating a report
/linux-6.15/drivers/virt/coco/arm-cca-guest/
H A Darm-cca-guest.c177 report->outblob = no_free_ptr(token); in arm_cca_report_new()
/linux-6.15/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c235 report->outblob = buf; in tdx_report_new()
/linux-6.15/drivers/virt/coco/sev-guest/
H A Dsev-guest.c463 report->outblob = no_free_ptr(rbuf); in sev_svsm_report_new()
544 report->outblob = no_free_ptr(rbuf); in sev_report_new()