Home
last modified time | relevance | path

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

/linux/drivers/virt/coco/guest/
H A Dreport.c42 struct tsm_report report;
54 static struct tsm_report *to_tsm_report(struct config_item *cfg) in to_tsm_report()
62 static struct tsm_report_state *to_state(struct tsm_report *report) in to_state()
67 static int try_advance_write_generation(struct tsm_report *report) in try_advance_write_generation()
88 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_privlevel_store()
133 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_service_provider_store()
159 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_service_guid_store()
180 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_service_manifest_version_store()
201 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_inblob_write()
217 struct tsm_report *report = to_tsm_report(cfg); in tsm_report_generation_show()
[all …]
H A DMakefile2 obj-$(CONFIG_TSM_REPORTS) += tsm_report.o
3 tsm_report-y := report.o
/linux/include/linux/
H A Dtsm.h47 struct tsm_report { struct
106 int (*report_new)(struct tsm_report *report, void *data);
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c265 static int tdx_report_new_locked(struct tsm_report *report, void *data) in tdx_report_new_locked()
322 static int tdx_report_new(struct tsm_report *report, void *data) in tdx_report_new()
/linux/drivers/virt/coco/arm-cca-guest/
H A Darm-cca-guest.c90 static int arm_cca_report_new(struct tsm_report *report, void *data) in arm_cca_report_new()
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c346 static int sev_svsm_report_new(struct tsm_report *report, void *data) in sev_svsm_report_new()
481 static int sev_report_new(struct tsm_report *report, void *data) in sev_report_new()