ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Go to the source code of this file.
Macros | |
#define | _DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("enqcmd"))) |
Functions | |
static __inline__ int _DEFAULT_FN_ATTRS | _enqcmd (void *__dst, const void *__src) |
Reads 64-byte command pointed by __src, formats 64-byte enqueue store data, and performs 64-byte enqueue store to memory pointed by __dst. More... | |
static __inline__ int _DEFAULT_FN_ATTRS | _enqcmds (void *__dst, const void *__src) |
Reads 64-byte command pointed by __src, formats 64-byte enqueue store data, and performs 64-byte enqueue store to memory pointed by __dst This intrinsic may only be used in Privileged mode. More... | |
#define _DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("enqcmd"))) |
Definition at line 18 of file enqcmdintrin.h.
|
static |
Reads 64-byte command pointed by __src, formats 64-byte enqueue store data, and performs 64-byte enqueue store to memory pointed by __dst.
This intrinsics may only be used in User mode.
This intrinsics corresponds to the ENQCMD
instruction.
__dst | Pointer to the destination of the enqueue store. |
__src | Pointer to 64-byte command data. |
Definition at line 36 of file enqcmdintrin.h.
References __src.
|
static |
Reads 64-byte command pointed by __src, formats 64-byte enqueue store data, and performs 64-byte enqueue store to memory pointed by __dst This intrinsic may only be used in Privileged mode.
This intrinsics corresponds to the ENQCMDS
instruction.
__dst | Pointer to the destination of the enqueue store. |
__src | Pointer to 64-byte command data. |
Definition at line 56 of file enqcmdintrin.h.
References __src.