Lines Matching defs:memref
6038 uintptr_t *memref = (uintptr_t *) P2ROUNDUP(mstate->dtms_scratch_ptr, sizeof(uintptr_t));
6039 size_t scratch_size = ((uintptr_t) memref - mstate->dtms_scratch_ptr) + size;
6042 memref[0] = tupregs[0].dttk_value;
6043 memref[1] = tupregs[1].dttk_value;
6045 regs[rd] = (uintptr_t) memref;
7750 * pointer returned by memref(). memref() is a
7758 uintptr_t *memref = (uintptr_t *)(uintptr_t) val;
7761 (uintptr_t)memref, 2 * sizeof(uintptr_t))) {
7766 /* Get the size from the memref. */
7767 size = memref[1];
7791 * the memref array, then let the BYREF
7795 val = memref[0];