Searched refs:pte2Base (Results 1 – 1 of 1) sorted by relevance
731 PADDR_T pte2Base = 0; in OsMapL1PTE() local744 … 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()