Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/include/
Dlos_vm_common.h80 #define LOS_ERRNO_VM_NOT_FOUND (-2) macro
/kernel/liteos_a/kernel/base/vm/
Dlos_vm_fault.c352 status = LOS_ERRNO_VM_NOT_FOUND; in OsVmPageFaultHandler()
366 status = LOS_ERRNO_VM_NOT_FOUND; in OsVmPageFaultHandler()
/kernel/liteos_a/arch/arm/arm/src/
Dlos_arch_mmu.c521 return LOS_ERRNO_VM_NOT_FOUND; in LOS_ArchMmuQuery()
533 return LOS_ERRNO_VM_NOT_FOUND; in LOS_ArchMmuQuery()
547 return LOS_ERRNO_VM_NOT_FOUND; in LOS_ArchMmuQuery()
Dlos_exc.c194 return LOS_ERRNO_VM_NOT_FOUND; in OsArmSharedPageFault()