Searched refs:offs_high (Results 1 – 2 of 2) sorted by relevance
127 u64 offs_high = 0; in from_msg_param_ffa_mem() local140 offs_high = mp->u.fmem.offs_high; in from_msg_param_ffa_mem()142 p->u.memref.shm_offs = offs_low | offs_high << 32; in from_msg_param_ffa_mem()203 mp->u.fmem.offs_high = shm_offs >> 32; in to_msg_param_ffa_mem()205 if (mp->u.fmem.offs_high != shm_offs >> 32) in to_msg_param_ffa_mem()
146 u16 offs_high; member