Searched refs:relocator (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/include/grub/x86_64/
H A Drelocator.h1 #include <grub/i386/relocator.h>
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/coreboot/
H A Dchainloader.c28 #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/lib/i386/
H A Dreboot.c19 #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);
H A Drelocator.c26 #include <grub/i386/relocator.h>
106 /* movq imm64, %rax (for relocator) */
114 /* movl imm32, %eax (for relocator) */
/osnet-11/usr/src/grub/grub2/include/grub/mips/
H A Drelocator.h24 #include <grub/relocator.h>
/osnet-11/usr/src/grub/grub2/include/grub/powerpc/
H A Drelocator.h24 #include <grub/relocator.h>
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dbsd.h23 #include <grub/relocator.h>
75 grub_err_t grub_freebsd_load_elfmodule32 (struct grub_relocator *relocator,
78 grub_err_t grub_freebsd_load_elfmodule_obj64 (struct grub_relocator *relocator,
82 grub_err_t grub_freebsd_load_elf_meta32 (struct grub_relocator *relocator,
85 grub_err_t grub_freebsd_load_elf_meta64 (struct grub_relocator *relocator,
89 grub_err_t grub_netbsd_load_elf_meta32 (struct grub_relocator *relocator,
92 grub_err_t grub_netbsd_load_elf_meta64 (struct grub_relocator *relocator,
H A Drelocator.h24 #include <grub/relocator.h>
H A Dxnu.h24 #include <grub/cpu/relocator.h>
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dlinux.c33 #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...]
H A Dfreedos.c34 #include <grub/cpu/relocator.h>
H A Dntldr.c34 #include <grub/cpu/relocator.h>
H A Dchainloader.c41 #include <grub/i386/relocator.h>
/osnet-11/usr/src/grub/grub2/grub-core/loader/mips/
H A Dlinux.c27 #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...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Drelocator.c19 #include <grub/relocator.h>
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c57 #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...]
H A DbsdXX.c6 #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 Dlinux.c34 #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 Dmultiboot_mbi.c30 #include <grub/cpu/relocator.h>
37 #include <grub/relocator.h>
/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/
H A Drelocator.c19 #include <grub/relocator.h>
100 grub_dprintf ("relocator", "EFI alloc: %llx, %llx\n",
/osnet-11/usr/src/grub/grub2/grub-core/lib/powerpc/
H A Drelocator.c27 #include <grub/powerpc/relocator.h>
/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/
H A Drelocator.c27 #include <grub/mips/relocator.h>
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot.c43 #include <grub/cpu/relocator.h>
358 get the real file size, then free the relocator chunk and do the
H A Dmultiboot_elfxx.c37 #include <grub/i386/relocator.h>
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile393 ../.././grub-core/lib/efi/relocator.c \
401 ../.././grub-core/lib/i386/relocator.c \
406 ../.././grub-core/lib/ieee1275/relocator.c \
472 ../.././grub-core/lib/mips/relocator.c \
474 ../.././grub-core/lib/powerpc/relocator.c \
477 ../.././grub-core/lib/relocator.c \

Completed in 1820 milliseconds

12