Searched defs:vm_info (Results 1 – 5 of 5) sorted by relevance
124 struct vm_info { struct125 struct vm_region_head regions;126 unsigned int asid;
33 struct vm_info vm_info; member
274 struct vm_info *vm_info = &uctx->vm_info; in pgt_check_avail() local770 struct vm_info *vm_info) in pgt_alloc_unlocked()800 struct vm_info *vm_info = &uctx->vm_info; in pgt_check_avail() local822 struct vm_info *vm_info = &uctx->vm_info; in pgt_get_all() local
512 static TEE_Result hash_regions(struct vm_info *vm_info, uint8_t *hash) in hash_regions()
374 static struct vm_region *find_vm_region(struct vm_info *vm_info, vaddr_t va) in find_vm_region()
Completed in 10 milliseconds