Home
last modified time | relevance | path

Searched defs:vm_info (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/mm/
H A Dtee_mmu_types.h130 struct vm_info { struct
131 struct vm_region_head regions;
132 unsigned int asid;
/optee_os/core/pta/veraison_attestation/
H A Dhash.c45 static TEE_Result hash_regions(struct vm_info *vm_info, in hash_regions()
/optee_os/core/mm/
H A Dpgt_cache.c276 struct vm_info *vm_info = &uctx->vm_info; in pgt_check_avail() local
774 struct vm_info *vm_info) in pgt_alloc_unlocked()
804 struct vm_info *vm_info = &uctx->vm_info; in pgt_check_avail() local
826 struct vm_info *vm_info = &uctx->vm_info; in pgt_get_all() local
H A Dvm.c373 static struct vm_region *find_vm_region(struct vm_info *vm_info, vaddr_t va) in find_vm_region()
/optee_os/core/include/kernel/
H A Duser_mode_ctx_struct.h35 struct vm_info vm_info; member
/optee_os/core/pta/
H A Dattestation.c519 static TEE_Result hash_regions(struct vm_info *vm_info, uint8_t *hash) in hash_regions()