Searched defs:e820 (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | e820.c | 106 void dump_e820_table(struct e820entry *e820, unsigned int nr) in dump_e820_table() 152 int build_e820_table(struct e820entry *e820, in build_e820_table()
|
A D | ovmf.c | 60 uint64_t e820; member 141 struct e820entry *e820 = scratch_alloc(sizeof(struct e820entry)*16, 0); in ovmf_setup_e820() local
|
A D | seabios.c | 47 uint32_t e820; member 123 struct e820entry *e820 = scratch_alloc(sizeof(struct e820entry)*16, 0); in seabios_setup_e820() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | e820.c | 36 struct e820map e820; variable 555 struct e820map *e820, uint64_t s, uint64_t e, uint32_t type) in e820_add_range() 603 struct e820map *e820, uint64_t s, uint64_t e, in e820_change_range_type() 688 int __init reserve_e820_ram(struct e820map *e820, uint64_t s, uint64_t e) in reserve_e820_ram()
|
A D | setup.c | 539 static void __init kexec_reserve_area(struct e820map *e820) in kexec_reserve_area()
|
A D | mm.c | 4192 struct e820entry *e820; in arch_memory_op() local
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/guest/ |
A D | xen.h | 62 static inline void hypervisor_fixup_e820(struct e820map *e820) in hypervisor_fixup_e820()
|
/xen-4.10.0-shim-comet/xen/arch/x86/guest/ |
A D | xen.c | 306 static void __init mark_pfn_as_ram(struct e820map *e820, uint64_t pfn) in mark_pfn_as_ram() 316 void __init hypervisor_fixup_e820(struct e820map *e820) in hypervisor_fixup_e820()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_x86.c | 58 struct e820entry e820[E820MAX]; in e820_sanitize() local 522 struct e820entry *e820 = NULL; in libxl__arch_domain_construct_memmap() local
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | pmm.c | 271 struct e820entry *e820 = E820; in pmm_initalize() local
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | domain.h | 388 struct e820entry *e820; member
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 791 struct e820entry e820; in xc_domain_set_memmap_limit() local
|
Completed in 31 milliseconds