Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dmobj_dyn_shm.c48 struct mobj_protmem { struct
50 SLIST_ENTRY(mobj_protmem) next; argument
76 static SLIST_HEAD(protmem_head, mobj_protmem) protmem_list = argument
333 struct mobj_protmem *m = NULL; in check_protmem_conflict()
418 static struct mobj_protmem *protmem_find_unlocked(uint64_t cookie) in protmem_find_unlocked()
420 struct mobj_protmem *m = NULL; in protmem_find_unlocked()
432 struct mobj_protmem *rm = NULL; in mobj_reg_shm_get_by_cookie()
548 static struct mobj_protmem *to_mobj_protmem(struct mobj *mobj);
564 static TEE_Result protect_mem(struct mobj_protmem *m) in protect_mem()
575 static TEE_Result restore_mem(struct mobj_protmem *m) in restore_mem()
[all …]