Home | History | Annotate | Download | only in libnvmm

Lines Matching defs:membuf

3294 	uint8_t membuf[8];
3297 memset(membuf, 0, sizeof(membuf));
3303 mem.data = membuf;
3339 * in membuf. */
3349 * in membuf. */
3357 * register matters for the emul func. Fetch it in membuf. */
3378 * membuf with the memory content. Install membuf in the
3386 memcpy(&val, membuf, sizeof(uint64_t));
3393 * back-propagated to the register. Install membuf in the
3401 memcpy(&val, membuf, sizeof(uint64_t));