Searched refs:EFI_PHYSICAL_ADDRESS (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/stand/efi/loader/arch/amd64/
H A Dtrap.c64 static EFI_PHYSICAL_ADDRESS lidt_pa; /* Address of loader shadow IDT */
65 static EFI_PHYSICAL_ADDRESS tss_pa; /* Address of TSS */
66 static EFI_PHYSICAL_ADDRESS exc_stack_pa;/* Address of IST stack for loader */
67 EFI_PHYSICAL_ADDRESS exc_rsp; /* %rsp value on our IST stack when
69 EFI_PHYSICAL_ADDRESS fw_intr_handlers[NUM_EXC]; /* fw handlers for < 32 IDT
76 static EFI_PHYSICAL_ADDRESS loader_gdt_pa; /* Address of loader shadow GDT */
H A Delf64_freebsd.c77 extern EFI_PHYSICAL_ADDRESS staging;
112 (EFI_PHYSICAL_ADDRESS *)&trampcode);
127 (EFI_PHYSICAL_ADDRESS *)&PT4);
168 (EFI_PHYSICAL_ADDRESS *)&PT4);
H A Dmultiboot2.c320 EFI_PHYSICAL_ADDRESS addr = 0;
321 EFI_PHYSICAL_ADDRESS stack = 0;
/freebsd-current/stand/efi/include/
H A Defidef.h141 typedef UINT64 EFI_PHYSICAL_ADDRESS; typedef
199 EFI_PHYSICAL_ADDRESS PhysicalStart; // Field size is 64 bits
H A Defigop.h63 EFI_PHYSICAL_ADDRESS FrameBufferBase;
H A Defiprot.h434 IN EFI_PHYSICAL_ADDRESS *HostAddress,
436 OUT EFI_PHYSICAL_ADDRESS *DeviceAddress,
454 IN OUT EFI_PHYSICAL_ADDRESS *HostAddress
468 IN EFI_PHYSICAL_ADDRESS HostAddress
H A Defidevp.h99 EFI_PHYSICAL_ADDRESS StartingAddress;
100 EFI_PHYSICAL_ADDRESS EndingAddress;
H A Defipciio.h312 OUT EFI_PHYSICAL_ADDRESS *DeviceAddress,
H A Defiapi.h53 OUT EFI_PHYSICAL_ADDRESS *Memory
59 IN EFI_PHYSICAL_ADDRESS Memory,
/freebsd-current/stand/efi/loader/
H A Dcopy.c97 EFI_PHYSICAL_ADDRESS start, end;
199 EFI_PHYSICAL_ADDRESS staging, staging_end, staging_base;
290 static EFI_PHYSICAL_ADDRESS
293 EFI_PHYSICAL_ADDRESS res;
353 EFI_PHYSICAL_ADDRESS addr, new_base, new_staging;
H A Defi_main.c33 static EFI_PHYSICAL_ADDRESS heap;
H A Dbootinfo.c178 EFI_PHYSICAL_ADDRESS addr = 0;
H A Dframebuffer.c654 BS->FreePages((EFI_PHYSICAL_ADDRESS)gfx_state->tg_shadow_fb,
661 (EFI_PHYSICAL_ADDRESS *)&gfx_state->tg_shadow_fb);
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h130 /// EFI_PHYSICAL_ADDRESS is defined in the AllocatePages() function description
132 EFI_PHYSICAL_ADDRESS PhysicalStart;
184 IN OUT EFI_PHYSICAL_ADDRESS *Memory
202 IN EFI_PHYSICAL_ADDRESS Memory,
1619 EFI_PHYSICAL_ADDRESS DataBlock;
1626 EFI_PHYSICAL_ADDRESS ContinuationPointer;
1711 IN EFI_PHYSICAL_ADDRESS ScatterGatherList OPTIONAL
H A DUefiBaseType.h49 typedef UINT64 EFI_PHYSICAL_ADDRESS; typedef
/freebsd-current/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c124 extern EFI_PHYSICAL_ADDRESS staging;
216 (EFI_PHYSICAL_ADDRESS *)&trampcode);
240 (EFI_PHYSICAL_ADDRESS *)&PT4);
281 (EFI_PHYSICAL_ADDRESS *)&PT4);
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h124 EFI_PHYSICAL_ADDRESS StartingAddress;
128 EFI_PHYSICAL_ADDRESS EndingAddress;
/freebsd-current/stand/efi/boot1/
H A Dboot1.c53 static EFI_PHYSICAL_ADDRESS heap;

Completed in 218 milliseconds