Home
last modified time | relevance | path

Searched refs:TSM_MR_F_LIVE (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dtsm-mr.h47 #define TSM_MR_F_LIVE 8 macro
48 #define TSM_MR_F_RTMR (TSM_MR_F_LIVE | TSM_MR_F_WRITABLE)
/linux/samples/tsm-mr/
H A Dtsm_mr_sample.c76 { MR_(rtmr0, SHA256) | TSM_MR_F_LIVE },
85 { MR_(report_digest, SHA512) | TSM_MR_F_LIVE },
/linux/drivers/virt/coco/guest/
H A Dtsm-mr.c68 if ((mr->mr_flags & TSM_MR_F_LIVE) && !ctx->in_sync) { in tm_digest_read()
151 if ((tm->mrs[i].mr_flags & TSM_MR_F_LIVE) && !tm->refresh) in tsm_mr_create_attribute_group()