Symbol: tsm_report
drivers/virt/coco/arm-cca-guest/arm-cca-guest.c
90
static int arm_cca_report_new(struct tsm_report *report, void *data)
drivers/virt/coco/guest/report.c
133
struct tsm_report *report = to_tsm_report(cfg);
drivers/virt/coco/guest/report.c
159
struct tsm_report *report = to_tsm_report(cfg);
drivers/virt/coco/guest/report.c
180
struct tsm_report *report = to_tsm_report(cfg);
drivers/virt/coco/guest/report.c
201
struct tsm_report *report = to_tsm_report(cfg);
drivers/virt/coco/guest/report.c
217
struct tsm_report *report = to_tsm_report(cfg);
drivers/virt/coco/guest/report.c
235
static ssize_t __read_report(struct tsm_report *report, void *buf, size_t count,
drivers/virt/coco/guest/report.c
262
static ssize_t read_cached_report(struct tsm_report *report, void *buf,
drivers/virt/coco/guest/report.c
282
static ssize_t tsm_report_read(struct tsm_report *report, void *buf,
drivers/virt/coco/guest/report.c
324
struct tsm_report *report = to_tsm_report(cfg);
drivers/virt/coco/guest/report.c
333
struct tsm_report *report = to_tsm_report(cfg);
drivers/virt/coco/guest/report.c
342
struct tsm_report *report = to_tsm_report(cfg);
drivers/virt/coco/guest/report.c
369
struct tsm_report *report = to_tsm_report(cfg);
drivers/virt/coco/guest/report.c
42
struct tsm_report report;
drivers/virt/coco/guest/report.c
54
static struct tsm_report *to_tsm_report(struct config_item *cfg)
drivers/virt/coco/guest/report.c
62
static struct tsm_report_state *to_state(struct tsm_report *report)
drivers/virt/coco/guest/report.c
67
static int try_advance_write_generation(struct tsm_report *report)
drivers/virt/coco/guest/report.c
88
struct tsm_report *report = to_tsm_report(cfg);
drivers/virt/coco/sev-guest/sev-guest.c
346
static int sev_svsm_report_new(struct tsm_report *report, void *data)
drivers/virt/coco/sev-guest/sev-guest.c
481
static int sev_report_new(struct tsm_report *report, void *data)
drivers/virt/coco/tdx-guest/tdx-guest.c
269
static int tdx_report_new_locked(struct tsm_report *report, void *data)
drivers/virt/coco/tdx-guest/tdx-guest.c
332
static int tdx_report_new(struct tsm_report *report, void *data)
include/linux/tsm.h
106
int (*report_new)(struct tsm_report *report, void *data);