Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dtsm.h102 struct tsm_ops { struct
110 int tsm_register(const struct tsm_ops *ops, void *priv); argument
111 int tsm_unregister(const struct tsm_ops *ops);
/linux-6.12.1/drivers/virt/coco/
Dtsm.c16 const struct tsm_ops *ops;
275 const struct tsm_ops *ops; in tsm_report_read()
451 int tsm_register(const struct tsm_ops *ops, void *priv) in tsm_register()
453 const struct tsm_ops *conflict; in tsm_register()
468 int tsm_unregister(const struct tsm_ops *ops) in tsm_unregister()
/linux-6.12.1/drivers/virt/coco/tdx-guest/
Dtdx-guest.c302 static const struct tsm_ops tdx_tsm_ops = {
/linux-6.12.1/drivers/virt/coco/sev-guest/
Dsev-guest.c1073 static struct tsm_ops sev_tsm_ops = {