Home
last modified time | relevance | path

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

/Zephyr-latest/tests/arch/x86/info/src/
Dmultiboot.c27 if (multiboot_info.flags & MULTIBOOT_INFO_FLAGS_MEM) { in multiboot()
/Zephyr-latest/include/zephyr/arch/x86/
Dmultiboot.h83 #define MULTIBOOT_INFO_FLAGS_MEM BIT(0) /* mem_* valid */ macro
/Zephyr-latest/arch/x86/core/
Dmultiboot.c125 if ((info->flags & MULTIBOOT_INFO_FLAGS_MEM) && in z_multiboot_init()