HomeSort by: relevance | last modified time | path
    Searched defs:multiboot2_enabled (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
multiboot2.c 115 bool multiboot2_enabled = false; variable in typeref:typename:bool
294 *RELOC(bool *, &multiboot2_enabled) = true;
658 if (multiboot2_enabled == false)
828 if (multiboot2_enabled == false)
1029 if (!multiboot2_enabled || !has_syms)
multiboot2.c 115 bool multiboot2_enabled = false; variable in typeref:typename:bool
294 *RELOC(bool *, &multiboot2_enabled) = true;
658 if (multiboot2_enabled == false)
828 if (multiboot2_enabled == false)
1029 if (!multiboot2_enabled || !has_syms)

Completed in 24 milliseconds