Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h289 SGX_SECINFO_W = BIT(1), enumerator
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c180 if ((perm & SGX_SECINFO_W) && !(perm & SGX_SECINFO_R)) in sgx_validate_secinfo()
865 if ((params.permissions & SGX_SECINFO_W) && in sgx_ioc_enclave_restrict_permissions()
1101 secinfo.flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_X; in sgx_encl_remove_pages()
H A Dencl.c348 secinfo_flags = SGX_SECINFO_R | SGX_SECINFO_W | SGX_SECINFO_X; in sgx_encl_eaug_page()
1173 _calc_vm_trans(secinfo_flags, SGX_SECINFO_W, PROT_WRITE) | in sgx_encl_page_alloc()
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c927 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()