Searched refs:memory (Results 1 - 25 of 198) sorted by relevance

12345678

/osnet-11/usr/src/grub/grub2/include/grub/i386/efi/
H A Dmemory.h1 #include <grub/efi/memory.h>
/osnet-11/usr/src/grub/grub2/include/grub/ia64/efi/
H A Dmemory.h1 #include <grub/efi/memory.h>
/osnet-11/usr/src/grub/grub2/include/grub/x86_64/efi/
H A Dmemory.h1 #include <grub/efi/memory.h>
/osnet-11/usr/src/grub/grub2/include/grub/x86_64/
H A Dmemory.h1 #include <grub/i386/memory.h>
/osnet-11/usr/src/grub/grub2/include/grub/i386/ieee1275/
H A Dmemory.h1 #include <grub/i386/coreboot/memory.h>
/osnet-11/usr/src/grub/grub2/include/grub/i386/multiboot/
H A Dmemory.h1 #include <grub/i386/coreboot/memory.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/coreboot/
H A Dstartup.S21 #include <grub/i386/pc/memory.h>
22 #include <grub/machine/memory.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dmmap.c19 #include <grub/memory.h>
27 grub_ieee1275_phandle_t memory; local
44 /* Load `/memory/available'. */
45 if (grub_ieee1275_finddevice ("/memory", &memory))
47 "couldn't find /memory node");
48 if (grub_ieee1275_get_integer_property (memory, "available", available,
51 "couldn't examine /memory/available property");
/osnet-11/usr/src/grub/grub2/include/grub/i386/qemu/
H A Dmemory.h0 /* memory.h - describe the memory map */
24 #include <grub/i386/coreboot/memory.h>
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/qemu/
H A Dboot.S21 #include <grub/i386/pc/memory.h>
22 #include <grub/machine/memory.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/qemu/
H A Dstartup.S22 #include <grub/i386/pc/memory.h>
23 #include <grub/machine/memory.h>
37 /* Relocate to low memory. First we figure out our location.
/osnet-11/usr/src/grub/grub2/grub-core/mmap/mips/
H A Duppermem.c1 /* Compute amount of lower and upper memory till the first hole. */
20 #include <grub/memory.h>
23 #include <grub/cpu/memory.h>
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dmemory.h0 /* memory.h - describe the memory map */
27 #include <grub/memory.h>
30 #include <grub/i386/memory.h>
50 /* The memory area where GRUB uses its own purpose. This part is not added
51 into free memory for dynamic allocations. */
/osnet-11/usr/src/grub/grub2/include/grub/
H A Drelocator.h24 #include <grub/memory.h>
25 #include <grub/cpu/memory.h>
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dlock.s43 / - clear lock and force it to appear unlocked in memory.
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/qemu_mips/
H A Dinit.c9 #include <grub/machine/memory.h>
11 #include <grub/cpu/memory.h>
12 #include <grub/memory.h>
/osnet-11/usr/src/grub/grub2/grub-core/mmap/i386/
H A Dmmap.c20 #include <grub/machine/memory.h>
21 #include <grub/i386/memory.h>
22 #include <grub/memory.h>
55 /* FIXME: use low-memory mm allocation once it's available. */
H A Duppermem.c1 /* Compute amount of lower and upper memory till the first hole. */
20 #include <grub/memory.h>
21 #include <grub/i386/memory.h>
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_rpc_clnt.c31 #include <memory.h> /* for memset */
/osnet-11/usr/src/grub/grub2/include/grub/i386/coreboot/
H A Dmemory.h0 /* memory.h - describe the memory map */
28 #include <grub/memory.h>
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dlock.s44 / - clear lock and force it to appear unlocked in memory.
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprintf-parse.c94 /* Out of memory. */
107 argument *memory; \
114 /* Overflow, would lead to out of memory. */ \
116 memory = (argument *) (a->arg \
119 if (memory == NULL) \
120 /* Out of memory. */ \
122 a->arg = memory; \
169 /* n too large, would lead to out of memory later. */
239 /* n too large, would lead to out of memory later. */
296 /* n too large, would lead to out of memory
577 DIRECTIVE *memory; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D24_cache_loop.t30 my $o = tie @a, 'Tie::File', $file, memory => $MAX, autodefer => 1;
36 # Suppose you overfill the defer buffer by so much that the memory
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dparser.y40 struct grub_script_mem *memory;
155 object makes memory management difficult, because:
180 $<memory>$ = grub_script_mem_record (state);
189 struct grub_script_mem *memory;
192 memory = grub_script_mem_record_stop (state, $<memory>2);
197 if (! $$ || ! ($$->script = grub_script_create ($3, memory)))
198 grub_script_mem_free (memory);
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Dmultiboot_mmap.c19 #include <grub/machine/memory.h>
46 grub_fatal ("Missing Multiboot memory information");
48 /* Move the memory map to a safe place. */

Completed in 63 milliseconds

12345678