OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SalMemDesc
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
salpal.c
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)
[
all
...]
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/
PcatIo.c
270
SAL_ST_MEMORY_DESCRIPTOR_ENTRY *
SalMemDesc
;
296
// The
SalMemDesc
is Type 1 so it comes next.
298
SalMemDesc
= (SAL_ST_MEMORY_DESCRIPTOR_ENTRY *)(SalSystemTable + 1);
299
while (
SalMemDesc
->Type == SAL_ST_MEMORY_DESCRIPTOR) {
300
if (
SalMemDesc
->MemoryType == SAL_IO_PORT_MAPPING) {
301
*IoPortMapping =
SalMemDesc
->PhysicalMemoryAddress;
305
SalMemDesc
++;
Completed in 69 milliseconds