Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/vm/
Dlos_vm_fault.c132 return LOS_ERRNO_VM_NO_MEMORY; in OsDoReadFault()
140 return LOS_ERRNO_VM_NO_MEMORY; in OsDoReadFault()
197 ret = LOS_ERRNO_VM_NO_MEMORY; in OsDoCowFault()
233 ret = LOS_ERRNO_VM_NO_MEMORY; in OsDoCowFault()
277 return LOS_ERRNO_VM_NO_MEMORY; in OsDoSharedFault()
305 return LOS_ERRNO_VM_NO_MEMORY; in OsDoSharedFault()
382 status = LOS_ERRNO_VM_NO_MEMORY; in OsVmPageFaultHandler()
408 status = LOS_ERRNO_VM_NO_MEMORY; in OsVmPageFaultHandler()
Dlos_vm_map.c277 ret = LOS_ERRNO_VM_NO_MEMORY; in LOS_VmSpaceClone()
725 return LOS_ERRNO_VM_NO_MEMORY;
734 return LOS_ERRNO_VM_NO_MEMORY;
962 return region ? LOS_OK : LOS_ERRNO_VM_NO_MEMORY;
991 return LOS_ERRNO_VM_NO_MEMORY;
/kernel/liteos_a/kernel/base/include/
Dlos_vm_common.h83 #define LOS_ERRNO_VM_NO_MEMORY (-5) macro
/kernel/liteos_a/arch/arm/arm/src/
Dlos_arch_mmu.c631 return LOS_ERRNO_VM_NO_MEMORY; in OsGetL2Table()
639 return LOS_ERRNO_VM_NO_MEMORY; in OsGetL2Table()