Searched refs:addressLength (Results 1 – 2 of 2) sorted by relevance
1919 int addressLength, // how much to map in MapPhysicalMemory() argument1927 if (startAddress == 0 || addressLength <= 0) in MapPhysicalMemory()1935 pmi.Length = addressLength; in MapPhysicalMemory()1981 MapPhysicalMemory(int startAddress,int addressLength, int *virtualAddress ) in MapPhysicalMemory() argument1984 unsigned int length = addressLength; in MapPhysicalMemory()1989 if ((startAddress == 0) || (addressLength <= 0)) in MapPhysicalMemory()
605 int addressLength,