Searched refs:ext_obj (Results 1 – 1 of 1) sorted by relevance
77 struct ext_mem_obj* ext_obj = ext_mem_obj_from_vmm_obj(obj); in ext_mem_obj_set_match_tag() local79 ext_obj->match_tag = match_tag; in ext_mem_obj_set_match_tag()83 struct ext_mem_obj* ext_obj = ext_mem_obj_from_vmm_obj(obj); in ext_mem_obj_check_flags() local86 ext_obj->id, ext_obj->arch_mmu_flags, *arch_mmu_flags); in ext_mem_obj_check_flags()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()95 (ext_obj->arch_mmu_flags & ARCH_MMU_FLAG_PERM_RO)) { in ext_mem_obj_check_flags()97 *arch_mmu_flags, ext_obj->arch_mmu_flags); in ext_mem_obj_check_flags()102 (ext_obj->arch_mmu_flags & ARCH_MMU_FLAG_PERM_NO_EXECUTE)) { in ext_mem_obj_check_flags()104 *arch_mmu_flags, ext_obj->arch_mmu_flags); in ext_mem_obj_check_flags()[all …]