Searched refs:pte2Index (Results 1 – 1 of 1) sorted by relevance
444 UINT32 pte2Index; in OsUnmapL2PTE() local449 pte2Index = OsGetPte2Index(vaddr); in OsUnmapL2PTE()450 unmapCount = MIN2(MMU_DESCRIPTOR_L2_NUMBERS_PER_L1 - pte2Index, *count); in OsUnmapL2PTE()464 OsClearPte2Continuous(&pte2BasePtr[pte2Index], unmapCount); in OsUnmapL2PTE()