Searched refs:startAddress (Results 1 – 3 of 3) sorted by relevance
1918 int startAddress, // physical address to map in in MapPhysicalMemory() argument1927 if (startAddress == 0 || addressLength <= 0) in MapPhysicalMemory()1933 pmi.BusAddress.LowPart = (LONG)startAddress; in MapPhysicalMemory()1981 MapPhysicalMemory(int startAddress,int addressLength, int *virtualAddress ) in MapPhysicalMemory() argument1985 off_t startpAddress = (off_t)startAddress; in MapPhysicalMemory()1989 if ((startAddress == 0) || (addressLength <= 0)) in MapPhysicalMemory()
604 int startAddress,
148 __le64 startAddress; member