Home
last modified time | relevance | path

Searched refs:SGX_ATTR_MODE64BIT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dsgx.h111 * %SGX_ATTR_MODE64BIT: Tell that this a 64-bit enclave.
124 SGX_ATTR_MODE64BIT = BIT(2), enumerator
142 SGX_ATTR_MODE64BIT | \
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dload.c90 secs->attributes = SGX_ATTR_MODE64BIT; in encl_ioc_create()
H A Dsigstruct.c333 sigstruct->body.attributes = SGX_ATTR_MODE64BIT; in encl_measure()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dsgx.c191 max_size_log2 = (attributes & SGX_ATTR_MODE64BIT) ? sgx_12_0->edx >> 8 : in __handle_encls_ecreate()

Completed in 3 milliseconds