HomeSort by: relevance | last modified time | path
    Searched defs:Addr (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
AllocPages.c 42 __AllocType__ {0,1,2} -- Any, MaxAddr, Addr
56 __AllocType__ {0,1,2} -- Any, MaxAddr, Addr
121 EFI_PHYSICAL_ADDRESS Addr = 0;
126 Print(L"__AllocType__ {0,1,2} -- Any, MaxAddr, Addr\n");
154 if ( argc == 5 ) Addr = xtoi(argv[4]);
168 if ( Addr > MAX_ADDR ) {
176 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr);
178 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 109 UINT8 Addr[4];
113 UINT8 Addr[16];
117 UINT8 Addr[32];
efipxebc.h 40 UINT32 Addr[4];
efi_pxe.h 1447 PXE_UINT32 Addr;
  /src/sys/arch/arm/at91/
at91emacreg.h 186 volatile uint32_t Addr;
  /src/sys/dev/cadence/
cemacreg.h 241 volatile uint32_t Addr;
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1111 UINT8 *Addr;

Completed in 21 milliseconds