/openbmc/u-boot/arch/x86/lib/ |
H A D | e820.c | 42 struct e820_entry e820[E820MAX]; in efi_add_known_memory() local 47 num = install_e820_map(ARRAY_SIZE(e820), e820); in efi_add_known_memory() 50 start = e820[i].addr; in efi_add_known_memory() 51 pages = ALIGN(e820[i].size, EFI_PAGE_SIZE) >> EFI_PAGE_SHIFT; in efi_add_known_memory() 53 switch (e820[i].type) { in efi_add_known_memory()
|
H A D | coreboot_table.c | 102 struct e820_entry e820[32]; in write_coreboot_table() local 121 num = install_e820_map(ARRAY_SIZE(e820), e820); in write_coreboot_table() 123 map->start.lo = e820[i].addr & 0xffffffff; in write_coreboot_table() 124 map->start.hi = e820[i].addr >> 32; in write_coreboot_table() 125 map->size.lo = e820[i].size & 0xffffffff; in write_coreboot_table() 126 map->size.hi = e820[i].size >> 32; in write_coreboot_table() 127 map->type = e820[i].type; in write_coreboot_table()
|
H A D | Makefile | 18 obj-y += e820.o
|
/openbmc/qemu/tests/multiboot/ |
H A D | mmap.out | 9 e820 memory map: 27 e820 memory map: 44 e820 memory map: 62 e820 memory map: 81 e820 memory map:
|
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | gdb-kernel-debugging.rst | 105 [ 0.000000] e820: BIOS-provided physical RAM map: 106 [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable 107 [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
|
/openbmc/u-boot/arch/x86/cpu/qemu/ |
H A D | Makefile | 10 obj-$(CONFIG_QFW) += cpu.o e820.o
|
/openbmc/linux/drivers/nvdimm/ |
H A D | Makefile | 13 nd_e820-y := e820.o
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | gdb-kernel-debugging.rst | 116 [ 0.000000] e820: BIOS-provided physical RAM map: 117 [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable 118 [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | hw_random.rst | 82 3) users with properly working BIOS e820 handling will always 85 However, for people who use mem=XX, BIOS e820 information is
|
H A D | kernel-parameters.txt | 1648 gart_fix_e820= [X86-64] disable the fix e820 for K8 GART 3200 The memory region may be marked as e820 type 12 (0xc) 3209 specified as e820 types, e.g., 1 = RAM, 2 = reserved,
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-qemu_fw_cfg | 72 "etc/e820" 90 qemu_fw_cfg/by_name/etc/e820 -> ../../by_key/35
|
/openbmc/linux/tools/testing/nvdimm/ |
H A D | Kbuild | 52 nd_e820-y := $(NVDIMM_SRC)/e820.o
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | intel_txt.rst | 113 lock, e820 table does not have invalid entries, etc.). 137 - Tboot adjusts the e820 table provided by the bootloader to reserve 179 in the e820 table, but not any memory that BIOS might alter over
|
H A D | iommu.rst | 33 reserved in the e820 map. When we turn on DMA translation, DMA to those
|
/openbmc/linux/arch/x86/kernel/ |
H A D | Makefile | 61 obj-y += bootflag.o e820.o
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | 1623 Treat memory marked using the non-standard e820 type of 12 as used
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 1439 -rw-r--r-- root root 2579 ./usr/include/asm/e820.h
|
H A D | buildhistory_filelist1.txt | 1438 -rw-r--r-- root root 2579 ./usr/include/asm/e820.h
|
/openbmc/ |
H A D | opengrok1.0.log | 20705 …hildren: not file-less due to: /opengrok/data/xref/openbmc/linux/arch/x86/include/asm/e820/api.h.gz 20706 …sChildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/arch/x86/include/asm/e820
|
H A D | opengrok2.0.log | 19672 …hildren: not file-less due to: /opengrok/data/xref/openbmc/linux/arch/x86/include/asm/e820/api.h.gz 19673 …sChildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/arch/x86/include/asm/e820
|