Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/virt/coco/
Dtsm.c41 struct tsm_report report;
53 static struct tsm_report *to_tsm_report(struct config_item *cfg) in to_tsm_report()
61 static struct tsm_report_state *to_state(struct tsm_report *report) in to_state()
66 static int try_advance_write_generation(struct tsm_report *report) in try_advance_write_generation()
87 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_privlevel_store()
125 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_service_provider_store()
151 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_service_guid_store()
172 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_service_manifest_version_store()
193 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_inblob_write()
209 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_generation_show()
[all …]
/linux-6.12.1/include/linux/
Dtsm.h46 struct tsm_report { struct
105 int (*report_new)(struct tsm_report *report, void *data);
/linux-6.12.1/drivers/virt/coco/tdx-guest/
Dtdx-guest.c162 static int tdx_report_new(struct tsm_report *report, void *data) in tdx_report_new()
/linux-6.12.1/drivers/virt/coco/sev-guest/
Dsev-guest.c796 static int sev_svsm_report_new(struct tsm_report *report, void *data) in sev_svsm_report_new()
933 static int sev_report_new(struct tsm_report *report, void *data) in sev_report_new()