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 = argument336 struct mobj_protmem *m = NULL; in check_protmem_conflict()421 static struct mobj_protmem *protmem_find_unlocked(uint64_t cookie) in protmem_find_unlocked()423 struct mobj_protmem *m = NULL; in protmem_find_unlocked()435 struct mobj_protmem *rm = NULL; in mobj_reg_shm_get_by_cookie()551 static struct mobj_protmem *to_mobj_protmem(struct mobj *mobj);567 static TEE_Result protect_mem(struct mobj_protmem *m) in protect_mem()578 static TEE_Result restore_mem(struct mobj_protmem *m) in restore_mem()[all …]