Searched refs:physaddr_t (Results 1 - 23 of 23) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | elf.h | 15 extern int elf_load ( struct image *image, physaddr_t *entry, physaddr_t *max );
|
H A D | hidemem.h | 15 extern void hide_umalloc ( physaddr_t start, physaddr_t end );
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/ |
H A D | stdint.h | 20 typedef unsigned long physaddr_t; typedef
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/ |
H A D | stdint.h | 18 typedef unsigned long physaddr_t; typedef
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/ |
H A D | com32_call.c | 46 void __asmcall com32_intcall ( uint8_t interrupt, physaddr_t inregs_phys, physaddr_t outregs_phys ) { 116 void __asmcall com32_farcall ( uint32_t proc, physaddr_t inregs_phys, physaddr_t outregs_phys ) { 175 int __asmcall com32_cfarcall ( uint32_t proc, physaddr_t stack, size_t stacksz ) {
|
/vbox/src/VBox/Devices/PC/ipxe/src/image/ |
H A D | segment.c | 57 physaddr_t start = user_to_phys ( segment, 0 ); 58 physaddr_t mid = user_to_phys ( segment, filesz ); 59 physaddr_t end = user_to_phys ( segment, memsz );
|
H A D | elf.c | 54 Elf_Ehdr *ehdr, physaddr_t *entry, 55 physaddr_t *max ) { 56 physaddr_t dest; 57 physaddr_t end; 133 int elf_load ( struct image *image, physaddr_t *entry, physaddr_t *max ) {
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/ |
H A D | hidemem.c | 86 physaddr_t start, physaddr_t end ) { 114 void hide_umalloc ( physaddr_t start, physaddr_t end ) {
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/ |
H A D | elfboot.c | 44 physaddr_t entry; 45 physaddr_t max;
|
H A D | multiboot.c | 146 static physaddr_t multiboot_add_cmdline ( struct image *image ) { 185 static int multiboot_add_modules ( struct image *image, physaddr_t start, 319 physaddr_t *entry, physaddr_t *max ) { 365 static int multiboot_load_elf ( struct image *image, physaddr_t *entry, 366 physaddr_t *max ) { 387 physaddr_t entry; 388 physaddr_t max;
|
H A D | bzimage.c | 73 physaddr_t ramdisk_image; 75 physaddr_t ramdisk_size; 393 physaddr_t address;
|
H A D | com32.c | 208 physaddr_t com32_irq_wrapper_phys;
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | myson.h | 187 myson_address_ok ( physaddr_t address ) { 190 if ( sizeof ( physaddr_t ) <= sizeof ( uint32_t ) )
|
H A D | natsemi.h | 312 natsemi_address_ok ( struct natsemi_nic *natsemi, physaddr_t address ) { 315 if ( sizeof ( physaddr_t ) <= sizeof ( uint32_t ) )
|
H A D | natsemi.c | 406 physaddr_t address; 407 physaddr_t link; 450 if ( sizeof ( physaddr_t ) > sizeof ( uint32_t ) ) { 504 physaddr_t address; 653 physaddr_t address;
|
H A D | myson.c | 168 physaddr_t address; 241 physaddr_t address; 397 physaddr_t address;
|
H A D | realtek.c | 336 physaddr_t address; 405 physaddr_t address; 422 if ( sizeof ( physaddr_t ) > sizeof ( uint32_t ) ) { 466 physaddr_t address; 603 physaddr_t address;
|
H A D | intel.c | 374 physaddr_t address; 391 if ( sizeof ( physaddr_t ) > sizeof ( uint32_t ) ) { 445 physaddr_t address; 584 physaddr_t address;
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | mlx_bitops.h | 240 if ( sizeof ( physaddr_t ) > sizeof ( uint32_t ) ) { \
|
H A D | arbel.c | 949 physaddr_t send_wqe_base_adr; 950 physaddr_t recv_wqe_base_adr; 951 physaddr_t wqe_base_adr; 990 if ( ( sizeof ( physaddr_t ) > sizeof ( uint32_t ) ) && 1916 uint64_t va, physaddr_t pa, size_t len ) { 1918 physaddr_t start; 1919 physaddr_t low; 1920 physaddr_t high; 1921 physaddr_t end; 1996 physaddr_t fw_bas [all...] |
H A D | hermon.c | 620 physaddr_t start; 621 physaddr_t addr; 2061 uint64_t va, physaddr_t pa, size_t len ) { 2063 physaddr_t start; 2064 physaddr_t low; 2065 physaddr_t high; 2066 physaddr_t end; 2140 physaddr_t fw_base; 2306 physaddr_t icm_phys;
|
H A D | linda.c | 1090 physaddr_t addr;
|
H A D | qib7322.c | 1333 physaddr_t addr;
|
Completed in 230 milliseconds