Home
last modified time | relevance | path

Searched refs:mem64 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/devicetree/bindings/pci/
Dpci-thunder-pem.txt33 <0x03000000 0x00 0x10000000 0x8890 0x10000000 0x0f 0xf0000000>, /* mem64 */
34 <0x43000000 0x10 0x00000000 0x88a0 0x00000000 0x10 0x00000000>, /* mem64-pref */
35 <0x03000000 0x87e0 0xc2f00000 0x87e0 0xc2000000 0x00 0x00100000>; /* mem64 PEM BAR4 */
/Linux-v4.19/lib/
Dxxhash.c388 memcpy(((uint8_t *)state->mem64) + state->memsize, input, len); in xxh64_update()
394 uint64_t *p64 = state->mem64; in xxh64_update()
436 memcpy(state->mem64, p, (size_t)(b_end-p)); in xxh64_update()
446 const uint8_t *p = (const uint8_t *)state->mem64; in xxh64_digest()
447 const uint8_t *const b_end = (const uint8_t *)state->mem64 + in xxh64_digest()
/Linux-v4.19/include/linux/
Dxxhash.h143 uint64_t mem64[4]; member