clang  8.0.0
Macros | Functions
sgxintrin.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __DEFAULT_FN_ATTRS   __attribute__((__always_inline__, __nodebug__, __target__("sgx")))
 

Functions

static __inline unsigned int __DEFAULT_FN_ATTRS _enclu_u32 (unsigned int __leaf, __SIZE_TYPE__ __d[])
 
static __inline unsigned int __DEFAULT_FN_ATTRS _encls_u32 (unsigned int __leaf, __SIZE_TYPE__ __d[])
 
static __inline unsigned int __DEFAULT_FN_ATTRS _enclv_u32 (unsigned int __leaf, __SIZE_TYPE__ __d[])
 

Macro Definition Documentation

◆ __DEFAULT_FN_ATTRS

#define __DEFAULT_FN_ATTRS   __attribute__((__always_inline__, __nodebug__, __target__("sgx")))

Definition at line 32 of file sgxintrin.h.

Referenced by _encls_u32(), and _enclu_u32().

Function Documentation

◆ _encls_u32()

static __inline unsigned int __DEFAULT_FN_ATTRS _encls_u32 ( unsigned int  __leaf,
__SIZE_TYPE__  __d[] 
)
static

Definition at line 47 of file sgxintrin.h.

References __DEFAULT_FN_ATTRS.

◆ _enclu_u32()

static __inline unsigned int __DEFAULT_FN_ATTRS _enclu_u32 ( unsigned int  __leaf,
__SIZE_TYPE__  __d[] 
)
static

Definition at line 36 of file sgxintrin.h.

References __DEFAULT_FN_ATTRS.

◆ _enclv_u32()

static __inline unsigned int __DEFAULT_FN_ATTRS _enclv_u32 ( unsigned int  __leaf,
__SIZE_TYPE__  __d[] 
)
static

Definition at line 58 of file sgxintrin.h.