Home
last modified time | relevance | path

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

/kernel/liteos_a/arch/arm/arm/src/
Dlos_exc.c428 paddr_t addr, oldAddr, startVaddr, startPaddr; in OsDumpExcVaddrRegion() local
434 for (pageCount = 0, startPaddr = 0, startVaddr = 0, i = 0; i < numPages; i++) { in OsDumpExcVaddrRegion()
438 if (startPaddr == 0) { in OsDumpExcVaddrRegion()
441 } else if (startPaddr == 0) { in OsDumpExcVaddrRegion()
443 startPaddr = addr; in OsDumpExcVaddrRegion()
461 startVaddr, LOS_PaddrToKVaddr(startPaddr), (UINT32)pageCount << PAGE_SHIFT); in OsDumpExcVaddrRegion()
463 startPaddr = 0; in OsDumpExcVaddrRegion()