Home
last modified time | relevance | path

Searched refs:x86_memmap (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/arch/x86/core/
Dmultiboot.c33 x86_memmap[index].type = X86_MEMMAP_ENTRY_UNUSED; in clear_memmap()
94 x86_memmap[index].base = mmap->base; in z_multiboot_init()
95 x86_memmap[index].length = mmap->length; in z_multiboot_init()
114 x86_memmap[index].type = type; in z_multiboot_init()
127 x86_memmap[0].base = 0; in z_multiboot_init()
128 x86_memmap[0].length = info->mem_lower * 1024ULL; in z_multiboot_init()
129 x86_memmap[0].type = X86_MEMMAP_ENTRY_RAM; in z_multiboot_init()
132 x86_memmap[1].base = 1048576U; /* 1MB */ in z_multiboot_init()
133 x86_memmap[1].length = info->mem_upper * 1024ULL; in z_multiboot_init()
134 x86_memmap[1].type = X86_MEMMAP_ENTRY_RAM; in z_multiboot_init()
Dmemmap.c38 __weak struct x86_memmap_entry x86_memmap[CONFIG_X86_MEMMAP_ENTRIES] = { variable
Dx86_mmu.c2040 struct x86_memmap_entry *entry = &x86_memmap[i]; in arch_reserved_pages_update()
/Zephyr-latest/include/zephyr/arch/x86/
Dmemmap.h56 extern struct x86_memmap_entry x86_memmap[];
/Zephyr-latest/tests/arch/x86/info/src/
Dmemmap.c33 struct x86_memmap_entry *entry = x86_memmap + i; in memmap()
/Zephyr-latest/arch/x86/
DKconfig255 can be manually defined via x86_memmap[].