Home
last modified time | relevance | path

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

/trusty/kernel/lib/extmem/
Dexternal_memory.c57 obj->match_tag = 0; in ext_mem_obj_initialize()
76 void ext_mem_obj_set_match_tag(struct vmm_obj* obj, uint64_t match_tag) { in ext_mem_obj_set_match_tag() argument
79 ext_obj->match_tag = match_tag; in ext_mem_obj_set_match_tag()
88 if (ext_obj->match_tag != ext_obj->tag) { in ext_mem_obj_check_flags()
90 ext_obj->match_tag, ext_obj->tag); in ext_mem_obj_check_flags()
/trusty/kernel/lib/extmem/include/lib/extmem/
Dextmem.h80 uint64_t match_tag; member
168 void ext_mem_obj_set_match_tag(struct vmm_obj* obj, uint64_t match_tag);