Searched refs:e820 (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | coreboot_table.c | 103 struct e820entry e820[32]; in write_coreboot_table() local 122 num = install_e820_map(ARRAY_SIZE(e820), e820); in write_coreboot_table() 124 map->start.lo = e820[i].addr & 0xffffffff; in write_coreboot_table() 125 map->start.hi = e820[i].addr >> 32; in write_coreboot_table() 126 map->size.lo = e820[i].size & 0xffffffff; in write_coreboot_table() 127 map->size.hi = e820[i].size >> 32; in write_coreboot_table() 128 map->type = e820[i].type; in write_coreboot_table()
|
| H A D | Makefile | 20 obj-y += e820.o
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/ |
| H A D | Makefile | 11 obj-$(CONFIG_QFW) += cpu.o e820.o
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 112 [ 0.000000] e820: BIOS-provided physical RAM map: 113 [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable 114 [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | Makefile | 16 nd_e820-y := e820.o
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-qemu_fw_cfg | 71 "etc/e820" 89 qemu_fw_cfg/by_name/etc/e820 -> ../../by_key/35
|
| /OK3568_Linux_fs/kernel/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 | 1487 gart_fix_e820= [X86-64] disable the fix e820 for K8 GART 2811 The memory region may be marked as e820 type 12 (0xc) 2820 specified as e820 types, e.g., 1 = RAM, 2 = reserved,
|
| /OK3568_Linux_fs/kernel/Documentation/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 | intel-iommu.rst | 31 reserved in the e820 map. When we turn on DMA translation, DMA to those
|
| /OK3568_Linux_fs/kernel/tools/testing/nvdimm/ |
| H A D | Kbuild | 58 nd_e820-y := $(NVDIMM_SRC)/e820.o
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | Makefile | 71 obj-y += bootflag.o e820.o
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Kconfig | 1652 Treat memory marked using the non-standard e820 type of 12 as used
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 1438 -rw-r--r-- root root 2579 ./usr/include/asm/e820.h
|
| H A D | buildhistory_filelist2.txt | 1439 -rw-r--r-- root root 2579 ./usr/include/asm/e820.h
|