Home
last modified time | relevance | path

Searched refs:offs_high (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tee/optee/
H A Dffa_abi.c127 u64 offs_high = 0; in from_msg_param_ffa_mem() local
140 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()
H A Doptee_msg.h146 u16 offs_high; member