Home
last modified time | relevance | path

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

/kernel/liteos_a/arch/arm/arm/src/
Dlos_arch_mmu.c731 PADDR_T pte2Base = 0; in OsMapL1PTE() local
744 … if (OsGetL2Table(mmuMapInfo->archMmu, OsGetPte1Index(*mmuMapInfo->vaddr), &pte2Base) != LOS_OK) { in OsMapL1PTE()
748 *l1Entry = pte2Base | MMU_DESCRIPTOR_L1_TYPE_PAGE_TABLE; in OsMapL1PTE()
761 pte2BasePtr = (PTE_T *)LOS_PaddrToKVaddr(pte2Base); in OsMapL1PTE()