OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mods_addr
(Results
1 - 8
of
8
) sorted by null
/external/grub/docs/
kernel.c
92
printf ("mods_count = %d,
mods_addr
= 0x%x\n",
93
(int) mbi->mods_count, (int) mbi->
mods_addr
);
94
for (i = 0, mod = (module_t *) mbi->
mods_addr
;
kernel.c.texi
92
printf ("mods_count = %d,
mods_addr
= 0x%x\n",
93
(int) mbi->mods_count, (int) mbi->
mods_addr
);
94
for (i = 0, mod = (module_t *) mbi->
mods_addr
;
multiboot.h
88
unsigned long
mods_addr
;
member in struct:multiboot_info
multiboot.h.texi
88
unsigned long
mods_addr
;
multiboot.info
589
24 |
mods_addr
| (present if flags[3] is set)
675
modules loaded; `
mods_addr
' contains the physical address of the first
[
all
...]
multiboot.texi
625
24 |
mods_addr
| (present if flags[3] is set)
718
the number of modules loaded; @samp{
mods_addr
} contains the physical
[
all
...]
/external/grub/stage2/
mb_info.h
123
unsigned long
mods_addr
;
member in struct:multiboot_info
boot.c
482
mbi.
mods_addr
= 0;
783
mbi.
mods_addr
= (int) mll;
Completed in 930 milliseconds