/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/ |
H A D | reboot.c | 19 #include <grub/relocator.h> 20 #include <grub/cpu/relocator.h> 29 struct grub_relocator *relocator = NULL; local 36 relocator = grub_relocator_new (); 37 if (!relocator) 39 err = grub_relocator_alloc_chunk_align (relocator, &ch, 0x1000, 0x1000, 56 err = grub_relocator16_boot (relocator, state);
|
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/coreboot/ |
H A D | chainloader.c | 28 #include <grub/relocator.h> 29 #include <grub/i386/relocator.h> 36 static struct grub_relocator *relocator = NULL; variable in typeref:struct:grub_relocator 46 return grub_relocator32_boot (relocator, state); 52 grub_relocator_unload (relocator); 53 relocator = NULL; 71 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 99 relocator = grub_relocator_new (); 100 if (!relocator) 109 grub_relocator_unload (relocator); [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/ |
H A D | bsdXX.c | 6 #include <grub/i386/relocator.h> 74 SUFFIX (grub_freebsd_load_elfmodule_obj) (struct grub_relocator *relocator, argument 108 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 167 SUFFIX (grub_freebsd_load_elfmodule) (struct grub_relocator *relocator, argument 206 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 266 return SUFFIX (grub_freebsd_load_elf_meta) (relocator, file, kern_end); 272 SUFFIX (grub_freebsd_load_elf_meta) (struct grub_relocator *relocator, argument 321 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 396 SUFFIX (grub_netbsd_load_elf_meta) (struct grub_relocator *relocator, argument 436 err = grub_relocator_alloc_chunk_addr (relocator, [all...] |
H A D | linux.c | 34 #include <grub/i386/relocator.h> 77 static struct grub_relocator *relocator = NULL; variable in typeref:struct:grub_relocator 131 grub_relocator_unload (relocator); 132 relocator = NULL; 167 relocator = grub_relocator_new (); 168 if (!relocator) 214 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 228 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 563 return grub_relocator32_boot (relocator, state); 970 err = grub_relocator_alloc_chunk_align (relocator, [all...] |
H A D | bsd.c | 57 #include <grub/relocator.h> 58 #include <grub/i386/relocator.h> 72 static struct grub_relocator *relocator = NULL; variable in typeref:struct:grub_relocator 608 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 688 err = grub_relocator_alloc_chunk_align (relocator, &ch, 715 return grub_relocator64_boot (relocator, state, 0, 0x40000000); 725 err = grub_relocator_alloc_chunk_align (relocator, &ch, 755 return grub_relocator32_boot (relocator, state); 788 err = grub_relocator_alloc_chunk_addr (relocator, &ch, buf_target, 842 return grub_relocator32_boot (relocator, stat [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/ |
H A D | linux.c | 33 #include <grub/cpu/relocator.h> 46 static struct grub_relocator *relocator = NULL; variable in typeref:struct:grub_relocator 69 return grub_relocator16_boot (relocator, state); 77 grub_relocator_unload (relocator); 78 relocator = NULL; 211 relocator = grub_relocator_new (); 212 if (!relocator) 273 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 318 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 347 grub_relocator_unload (relocator); [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/loader/mips/ |
H A D | linux.c | 27 #include <grub/mips/relocator.h> 55 static struct grub_relocator *relocator; variable in typeref:struct:grub_relocator 88 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 113 grub_relocator32_boot (relocator, state); 121 grub_relocator_unload (relocator); 154 relocator = grub_relocator_new (); 155 if (!relocator) 160 err = grub_relocator_alloc_chunk_addr (relocator, &ch, 209 relocator = grub_relocator_new (); 210 if (!relocator) [all...] |