Searched defs:vm_info (Results 1 – 6 of 6) sorted by relevance
130 struct vm_info { struct131 struct vm_region_head regions;132 unsigned int asid;
45 static TEE_Result hash_regions(struct vm_info *vm_info, in hash_regions()
276 struct vm_info *vm_info = &uctx->vm_info; in pgt_check_avail() local774 struct vm_info *vm_info) in pgt_alloc_unlocked()804 struct vm_info *vm_info = &uctx->vm_info; in pgt_check_avail() local826 struct vm_info *vm_info = &uctx->vm_info; in pgt_get_all() local
373 static struct vm_region *find_vm_region(struct vm_info *vm_info, vaddr_t va) in find_vm_region()
35 struct vm_info vm_info; member
519 static TEE_Result hash_regions(struct vm_info *vm_info, uint8_t *hash) in hash_regions()