Searched refs:e820 (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | e820.c | 42 struct e820map e820; variable 60 for (i = 0; i < e820.nr_map; i++) { in e820_any_mapped() 61 struct e820entry *ei = &e820.map[i]; in e820_any_mapped() 83 for (i = 0; i < e820.nr_map; i++) { in e820_all_mapped() 84 struct e820entry *ei = &e820.map[i]; in e820_all_mapped() 130 __e820_add_region(&e820, start, size, type); in e820_add_region() 166 for (i = 0; i < e820.nr_map; i++) { in e820_print_map() 168 (unsigned long long) e820.map[i].addr, in e820_print_map() 170 (e820.map[i].addr + e820.map[i].size - 1)); in e820_print_map() 171 e820_print_type(e820.map[i].type); in e820_print_map() [all …]
|
D | resource.c | 30 for (i = 0; i < e820.nr_map; i++) { in remove_e820_regions() 31 entry = &e820.map[i]; in remove_e820_regions()
|
D | setup.c | 458 sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map); in e820_reserve_setup_data() 459 memcpy(&e820_saved, &e820, sizeof(struct e820map)); in e820_reserve_setup_data() 763 sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map); in trim_bios_range() 1032 sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map); in setup_arch()
|
D | tboot.c | 197 for (i = 0; i < e820.nr_map; i++) { in tboot_setup_sleep() 198 if ((e820.map[i].type != E820_RAM) in tboot_setup_sleep() 199 && (e820.map[i].type != E820_RESERVED_KERN)) in tboot_setup_sleep() 202 add_mac_region(e820.map[i].addr, e820.map[i].size); in tboot_setup_sleep()
|
D | early-quirks.c | 575 sanitize_e820_map(e820.map, in intel_graphics_stolen() 576 ARRAY_SIZE(e820.map), in intel_graphics_stolen() 577 &e820.nr_map); in intel_graphics_stolen()
|
D | Makefile | 38 obj-y += bootflag.o e820.o
|
/linux-4.4.14/drivers/nvdimm/ |
D | Makefile | 13 nd_e820-y := e820.o
|
/linux-4.4.14/arch/x86/include/asm/ |
D | e820.h | 13 extern struct e820map e820;
|
/linux-4.4.14/Documentation/ |
D | gdb-kernel-debugging.txt | 100 [ 0.000000] e820: BIOS-provided physical RAM map: 101 [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable 102 [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
|
D | hw_random.txt | 69 3) users with properly working BIOS e820 handling will always 72 However, for people who use mem=XX, BIOS e820 information is
|
D | intel_txt.txt | 104 lock, e820 table does not have invalid entries, etc.). 124 o Tboot adjusts the e820 table provided by the bootloader to reserve 163 in the e820 table, but not any memory that BIOS might alter over
|
D | Intel-IOMMU.txt | 30 reserved in the e820 map. When we turn on DMA translation, DMA to those
|
D | kernel-parameters.txt | 1248 gart_fix_e820= [X86_64] disable the fix e820 for K8 GART 2072 The memory region may be marked as e820 type 12 (0xc)
|
/linux-4.4.14/tools/testing/nvdimm/ |
D | Kbuild | 36 nd_e820-y := $(NVDIMM_SRC)/e820.o
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | Kbuild | 14 header-y += e820.h
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi.c | 191 sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map); in do_add_efi_memmap()
|
/linux-4.4.14/arch/x86/xen/ |
D | setup.c | 864 sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map); in xen_memory_setup()
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1451 Treat memory marked using the non-standard e820 type of 12 as used
|