Home
last modified time | relevance | path

Searched refs:SGX_SECINFO_R (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/testing/selftests/sgx/
Dmain.c759 ioc.permissions = SGX_SECINFO_R; in TEST_F()
869 restrict_ioc.permissions = SGX_SECINFO_R; in TEST_F()
884 eaccept_op.flags = SGX_SECINFO_R | SGX_SECINFO_REG | SGX_SECINFO_PR; in TEST_F()
927 emodpe_op.flags = SGX_SECINFO_R | SGX_SECINFO_W; in TEST_F()
1059 eaccept_op.flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_REG | SGX_SECINFO_PENDING; in TEST_F()
1160 eaccept_op.flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_REG | SGX_SECINFO_PENDING; in TEST_F()
1309 eaccept_op.flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_REG | SGX_SECINFO_PENDING; in TEST_F()
1511 eaccept_op.flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_REG | SGX_SECINFO_PENDING; in TEST_F()
/linux-6.1.9/arch/x86/include/asm/
Dsgx.h269 SGX_SECINFO_R = BIT(0), enumerator
/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Dioctl.c180 if ((perm & SGX_SECINFO_W) && !(perm & SGX_SECINFO_R)) in sgx_validate_secinfo()
866 !(params.permissions & SGX_SECINFO_R)) in sgx_ioc_enclave_restrict_permissions()
1101 secinfo.flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_X; in sgx_encl_remove_pages()
Dencl.c335 secinfo_flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_X; in sgx_encl_eaug_page()
1150 prot = _calc_vm_trans(secinfo_flags, SGX_SECINFO_R, PROT_READ) | in sgx_encl_page_alloc()