Searched refs:mobj_protmem (Results 1 – 1 of 1) sorted by relevance
48 struct mobj_protmem { struct50 SLIST_ENTRY(mobj_protmem) next; argument76 static SLIST_HEAD(protmem_head, mobj_protmem) protmem_list = argument333 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 …]