Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtsm.h104 unsigned int privlevel_floor; member
/linux-6.15/drivers/virt/coco/
H A Dtsm.c101 if (provider.ops->privlevel_floor > val || val > TSM_PRIVLEVEL_MAX) in tsm_report_privlevel_store()
118 return sysfs_emit(buf, "%u\n", provider.ops->privlevel_floor); in tsm_report_privlevel_floor_show()
120 CONFIGFS_ATTR_RO(tsm_report_, privlevel_floor);
/linux-6.15/Documentation/ABI/testing/
H A Dconfigfs-tsm85 value is conveyed via @privlevel_floor and the maximum
88 What: /sys/kernel/config/tsm/report/$name/privlevel_floor
/linux-6.15/drivers/virt/coco/sev-guest/
H A Dsev-guest.c659 sev_tsm_ops.privlevel_floor = mdesc->vmpck_id; in sev_guest_probe()