Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dsgxreg.h87 #define SECINFO_FLAGS_PT_S 8 /* Page type shift */ macro
88 #define SECINFO_FLAGS_PT_M (0xff << SECINFO_FLAGS_PT_S)
/f-stack/freebsd/amd64/sgx/
H A Dsgx.c832 SECINFO_FLAGS_PT_S; in sgx_ioctl_add_page()