Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dffa_abi.c128 u64 offs_high = 0; in from_msg_param_ffa_mem() local
141 offs_high = mp->u.fmem.offs_high; in from_msg_param_ffa_mem()
143 p->u.memref.shm_offs = offs_low | offs_high << 32; in from_msg_param_ffa_mem()
204 mp->u.fmem.offs_high = shm_offs >> 32; in to_msg_param_ffa_mem()
206 if (mp->u.fmem.offs_high != shm_offs >> 32) in to_msg_param_ffa_mem()
H A Doptee_msg.h146 u16 offs_high; member