Home
last modified time | relevance | path

Searched refs:EFI_PHYSICAL_ADDRESS (Results 1 – 20 of 20) sorted by relevance

/freebsd/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.c106 (EFI_PHYSICAL_ADDRESS *)&trampcode); in elf64_exec()
121 (EFI_PHYSICAL_ADDRESS *)&PT4); in elf64_exec()
162 (EFI_PHYSICAL_ADDRESS *)&PT4); in elf64_exec()
H A Dmultiboot2.c319 EFI_PHYSICAL_ADDRESS addr = 0; in exec()
320 EFI_PHYSICAL_ADDRESS stack = 0; in exec()
/freebsd/stand/efi/loader/
H A Dcopy.c94 EFI_PHYSICAL_ADDRESS start, end; in efi_verify_staging_size()
191 EFI_PHYSICAL_ADDRESS staging, staging_end, staging_base;
285 static EFI_PHYSICAL_ADDRESS
288 EFI_PHYSICAL_ADDRESS res; in get_staging_max()
360 EFI_PHYSICAL_ADDRESS addr, new_base, new_staging; in efi_check_space()
H A Dloader_efi.h64 extern EFI_PHYSICAL_ADDRESS staging;
H A Defi_main.c33 static EFI_PHYSICAL_ADDRESS heap;
H A Dbootinfo.c175 EFI_PHYSICAL_ADDRESS addr = 0; in bi_load_efi_data()
H A Dframebuffer.c567 EFI_PHYSICAL_ADDRESS ptr; in efi_find_framebuffer()
/freebsd/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 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 Defigop.h63 EFI_PHYSICAL_ADDRESS FrameBufferBase;
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/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h132 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/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c214 (EFI_PHYSICAL_ADDRESS *)&trampcode); in elf64_exec()
238 (EFI_PHYSICAL_ADDRESS *)&PT4); in elf64_exec()
279 (EFI_PHYSICAL_ADDRESS *)&PT4); in elf64_exec()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h124 EFI_PHYSICAL_ADDRESS StartingAddress;
128 EFI_PHYSICAL_ADDRESS EndingAddress;
/freebsd/stand/efi/loader/arch/i386/
H A Delf64_freebsd.c91 EFI_PHYSICAL_ADDRESS ptr; in elf64_exec()
/freebsd/stand/efi/boot1/
H A Dboot1.c53 static EFI_PHYSICAL_ADDRESS heap;