Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/vm/
Dlos_vm_map.c505 VADDR_T rstVaddr; in LOS_RegionAlloc() local
515 rstVaddr = OsAllocRange(vmSpace, len); in LOS_RegionAlloc()
518 rstVaddr = OsAllocSpecificRange(vmSpace, vaddr, len, regionFlags); in LOS_RegionAlloc()
519 if (rstVaddr == 0) { in LOS_RegionAlloc()
524 if (rstVaddr == 0) { in LOS_RegionAlloc()
528 newRegion = OsCreateRegion(rstVaddr, len, regionFlags, pgoff); in LOS_RegionAlloc()