Searched refs:tmem (Results 1 – 6 of 6) sorted by relevance
59 p->u.memref.size = mp->u.tmem.size; in from_msg_param_tmp_mem()71 p->u.memref.shm_offs = mp->u.tmem.buf_ptr - pa; in from_msg_param_tmp_mem()156 mp->u.tmem.shm_ref = (unsigned long)p->u.memref.shm; in to_msg_param_tmp_mem()157 mp->u.tmem.size = p->u.memref.size; in to_msg_param_tmp_mem()160 mp->u.tmem.buf_ptr = 0; in to_msg_param_tmp_mem()168 mp->u.tmem.buf_ptr = pa; in to_msg_param_tmp_mem()658 arg->params[0].u.tmem.size = tee_shm_get_size(shm); in handle_rpc_func_cmd_shm_alloc()659 arg->params[0].u.tmem.shm_ref = (unsigned long)shm; in handle_rpc_func_cmd_shm_alloc()665 arg->params[0].u.tmem.buf_ptr = pa; in handle_rpc_func_cmd_shm_alloc()666 arg->params[0].u.tmem.size = sz; in handle_rpc_func_cmd_shm_alloc()[all …]
182 struct optee_msg_param_tmem tmem; member
143 struct crash_mem *tmem; in get_crash_memory_ranges() local169 tmem = *mem_ranges; in get_crash_memory_ranges()170 if (tmem && (tmem->nr_ranges == tmem->max_nr_ranges)) { in get_crash_memory_ranges()171 tmem = realloc_mem_ranges(mem_ranges); in get_crash_memory_ranges()172 if (!tmem) in get_crash_memory_ranges()177 ret = crash_exclude_mem_range(tmem, crashk_res.start, crashk_res.end); in get_crash_memory_ranges()
127 this transcendent memory (aka "tmem"), which conceptually lies between129 Disallowing direct kernel or userland reads/writes to tmem
22 to the requirements of transcendent memory (such as Xen's "tmem", or
436 bool "Enable cleancache driver to cache clean pages if tmem is present"458 bool "Enable frontswap to cache swap pages if tmem is present"
Completed in 11 milliseconds