Home | History | Annotate | Download | only in ia64

Lines Matching refs:SalMemDesc

120     SAL_ST_MEMORY_DESCRIPTOR_ENTRY      *SalMemDesc;
137 // The SalMemDesc is Type 1 so it comes next.
139 SalMemDesc = (SAL_ST_MEMORY_DESCRIPTOR_ENTRY *)(SalSystemTable + 1);
140 while (SalMemDesc->Type == SAL_ST_MEMORY_DESCRIPTOR) {
141 if (SalMemDesc->MemoryType == SAL_IO_PORT_MAPPING) {
142 *IoPortMapping = SalMemDesc->PhysicalMemoryAddress;
145 SalMemDesc++;
161 SAL_ST_MEMORY_DESCRIPTOR_ENTRY *SalMemDesc;
178 // The SalMemDesc is Type 1 so it comes next.
180 SalMemDesc = (SAL_ST_MEMORY_DESCRIPTOR_ENTRY *)(SalSystemTable + 1);
181 while (SalMemDesc->Type == SAL_ST_MEMORY_DESCRIPTOR) {
182 if (SalMemDesc->MemoryType == SAL_SAPIC_IPI_BLOCK ) {
183 *IpiBlock = SalMemDesc->PhysicalMemoryAddress;
186 SalMemDesc++;