Searched refs:physaddr_t (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Delf.h15 extern int elf_load ( struct image *image, physaddr_t *entry, physaddr_t *max );
H A Dhidemem.h15 extern void hide_umalloc ( physaddr_t start, physaddr_t end );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/
H A Dstdint.h20 typedef unsigned long physaddr_t; typedef
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/
H A Dstdint.h18 typedef unsigned long physaddr_t; typedef
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/
H A Dcom32_call.c46 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 Dsegment.c57 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 Delf.c54 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 Dhidemem.c86 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 Delfboot.c44 physaddr_t entry;
45 physaddr_t max;
H A Dmultiboot.c146 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 Dbzimage.c73 physaddr_t ramdisk_image;
75 physaddr_t ramdisk_size;
393 physaddr_t address;
H A Dcom32.c208 physaddr_t com32_irq_wrapper_phys;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyson.h187 myson_address_ok ( physaddr_t address ) {
190 if ( sizeof ( physaddr_t ) <= sizeof ( uint32_t ) )
H A Dnatsemi.h312 natsemi_address_ok ( struct natsemi_nic *natsemi, physaddr_t address ) {
315 if ( sizeof ( physaddr_t ) <= sizeof ( uint32_t ) )
H A Dnatsemi.c406 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 Dmyson.c168 physaddr_t address;
241 physaddr_t address;
397 physaddr_t address;
H A Drealtek.c336 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 Dintel.c374 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 Dmlx_bitops.h240 if ( sizeof ( physaddr_t ) > sizeof ( uint32_t ) ) { \
H A Darbel.c949 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 Dhermon.c620 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 Dlinda.c1090 physaddr_t addr;
H A Dqib7322.c1333 physaddr_t addr;

Completed in 941 milliseconds