Home
last modified time | relevance | path

Searched refs:SECINFO_FLAGS_PT_M (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dsgxreg.h88 #define SECINFO_FLAGS_PT_M (0xff << SECINFO_FLAGS_PT_S) macro
/f-stack/freebsd/amd64/sgx/
H A Dsgx.c831 page_type = (secinfo.flags & SECINFO_FLAGS_PT_M) >> in sgx_ioctl_add_page()