Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsgx.h17 SGX_PAGE_MEASURE = 0x01, enumerator
/openbmc/linux/tools/testing/selftests/sgx/
H A Dload.c120 ioc.flags = SGX_PAGE_MEASURE; in encl_ioc_add_pages()
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c319 if (flags & SGX_PAGE_MEASURE) { in sgx_encl_add_page()