OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULTIBOOT_TAG_ALIGN
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/i386/stand/lib/
exec_multiboot2.c
179
if (mbi != (char *)rounddown((vaddr_t)mbi,
MULTIBOOT_TAG_ALIGN
)) {
193
cp = cp + roundup(mbt->size,
MULTIBOOT_TAG_ALIGN
)) {
195
actual_size += roundup(mbt->size,
MULTIBOOT_TAG_ALIGN
);
475
return roundup(len,
MULTIBOOT_TAG_ALIGN
);
500
return roundup(len,
MULTIBOOT_TAG_ALIGN
);
520
size_t mbt_len_align = roundup(mbt_len,
MULTIBOOT_TAG_ALIGN
);
553
return roundup(len,
MULTIBOOT_TAG_ALIGN
);
578
return roundup(len,
MULTIBOOT_TAG_ALIGN
);
646
return roundup(len,
MULTIBOOT_TAG_ALIGN
);
671
return roundup(len,
MULTIBOOT_TAG_ALIGN
);
[
all
...]
/src/sys/arch/i386/include/
multiboot2.h
43
#define
MULTIBOOT_TAG_ALIGN
8
/src/sys/arch/x86/x86/
multiboot2.c
837
cp = cp + roundup(mbt->size,
MULTIBOOT_TAG_ALIGN
)) {
Completed in 16 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025