Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtsm.h105 int (*report_new)(struct tsm_report *report, void *data); member
/linux-6.15/drivers/virt/coco/arm-cca-guest/
H A Darm-cca-guest.c186 .report_new = arm_cca_report_new,
/linux-6.15/fs/notify/fanotify/
H A Dfanotify.c800 bool report_old, report_new; in fanotify_alloc_event() local
806 report_old = report_new = in fanotify_alloc_event()
810 report_new |= in fanotify_alloc_event()
818 if (report_new) { in fanotify_alloc_event()
/linux-6.15/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c302 .report_new = tdx_report_new,
/linux-6.15/drivers/virt/coco/
H A Dtsm.c302 rc = ops->report_new(report, provider.data); in tsm_report_read()
/linux-6.15/drivers/virt/coco/sev-guest/
H A Dsev-guest.c615 .report_new = sev_report_new,