Searched defs:SalMemDesc (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
H A Dsalpal.c120 SAL_ST_MEMORY_DESCRIPTOR_ENTRY *SalMemDesc; local
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; local
178 // The SalMemDesc is Type 1 so it comes next.
180 SalMemDesc
[all...]

Completed in 87 milliseconds