Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/
Dmultiboot.c24 x86_memmap[index].type = X86_MEMMAP_ENTRY_UNUSED; in clear_memmap()
85 x86_memmap[index].base = mmap->base; in z_multiboot_init()
86 x86_memmap[index].length = mmap->length; in z_multiboot_init()
105 x86_memmap[index].type = type; in z_multiboot_init()
118 x86_memmap[0].base = 0; in z_multiboot_init()
119 x86_memmap[0].length = info->mem_lower * 1024ULL; in z_multiboot_init()
120 x86_memmap[0].type = X86_MEMMAP_ENTRY_RAM; in z_multiboot_init()
123 x86_memmap[1].base = 1048576U; /* 1MB */ in z_multiboot_init()
124 x86_memmap[1].length = info->mem_upper * 1024ULL; in z_multiboot_init()
125 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.c2039 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/
DKconfig265 can be manually defined via x86_memmap[].