Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dsgx.h271 SGX_SECINFO_X = BIT(2), enumerator
/Linux-v6.1/arch/x86/kernel/cpu/sgx/
Dencl.c335 secinfo_flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_X; in sgx_encl_eaug_page()
1137 _calc_vm_trans(secinfo_flags, SGX_SECINFO_X, PROT_EXEC); in sgx_encl_page_alloc()
Dioctl.c1101 secinfo.flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_X; in sgx_encl_remove_pages()