Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtsm.h106 int (*report_new)(struct tsm_report *report, void *data); member
/linux/fs/notify/fanotify/
H A Dfanotify.c806 bool report_old, report_new; in fanotify_alloc_event() local
812 report_old = report_new = in fanotify_alloc_event()
816 report_new |= in fanotify_alloc_event()
824 if (report_new) { in fanotify_alloc_event()
/linux/drivers/virt/coco/arm-cca-guest/
H A Darm-cca-guest.c186 .report_new = arm_cca_report_new,
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c396 .report_new = tdx_report_new,
/linux/drivers/virt/coco/guest/
H A Dreport.c313 rc = ops->report_new(report, provider.data); in tsm_report_read()
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c615 .report_new = sev_report_new,