HomeSort by: relevance | last modified time | path
    Searched defs:mmiobuf (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libnvmm/
h_mem_assist.c 50 static uint8_t mmiobuf[PAGE_SIZE]; variable in typeref:typename:uint8_t[]
70 memcpy(mmiobuf + off, mem->data, mem->size);
72 memcpy(mem->data, mmiobuf + off, mem->size);
145 memset(mmiobuf, 0, PAGE_SIZE);
150 res = (uint64_t *)(mmiobuf + test->off);

Completed in 11 milliseconds