Home
last modified time | relevance | path

Searched refs:MULTIBOOT_INFO_FLAGS_MMAP (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/arch/x86/info/src/
Dmultiboot.c35 if (multiboot_info.flags & MULTIBOOT_INFO_FLAGS_MMAP) { in multiboot()
/Zephyr-latest/include/zephyr/arch/x86/
Dmultiboot.h85 #define MULTIBOOT_INFO_FLAGS_MMAP BIT(6) /* mmap_* valid */ macro
/Zephyr-latest/arch/x86/core/
Dmultiboot.c69 if ((info->flags & MULTIBOOT_INFO_FLAGS_MMAP) && in z_multiboot_init()