Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dsgx.h290 SGX_SECINFO_X = BIT(2), enumerator
/linux-6.12.1/arch/x86/kernel/cpu/sgx/
Dencl.c348 secinfo_flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_X; in sgx_encl_eaug_page()
1174 _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()