Searched defs:e820 (Results 1 – 17 of 17) sorted by relevance
/xen/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 142 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/xen/arch/x86/ |
A D | e820.c | 37 struct e820map e820; variable 547 struct e820map *e820, uint64_t s, uint64_t e, uint32_t type) in e820_add_range() 595 struct e820map *e820, uint64_t s, uint64_t e, in e820_change_range_type() 680 int __init reserve_e820_ram(struct e820map *e820, uint64_t s, uint64_t e) in reserve_e820_ram()
|
A D | setup.c | 583 static void __init kexec_reserve_area(struct e820map *e820) in kexec_reserve_area()
|
A D | mm.c | 4761 struct e820entry *e820; in arch_memory_op() local
|
/xen/xen/arch/x86/guest/ |
A D | hypervisor.c | 75 void __init hypervisor_e820_fixup(struct e820map *e820) in hypervisor_e820_fixup()
|
/xen/xen/include/asm-x86/guest/ |
A D | hypervisor.h | 66 static inline void hypervisor_e820_fixup(struct e820map *e820) {} in hypervisor_e820_fixup()
|
/xen/xen/include/asm-x86/pv/ |
A D | shim.h | 96 static inline void pv_shim_fixup_e820(struct e820map *e820) in pv_shim_fixup_e820()
|
/xen/xen/arch/x86/guest/hyperv/ |
A D | hyperv.c | 202 static void __init e820_fixup(struct e820map *e820) in e820_fixup()
|
/xen/tools/libxl/ |
A D | libxl_x86.c | 55 struct e820entry e820[E820MAX]; in e820_sanitize() local 682 struct e820entry *e820 = NULL; in domain_construct_memmap() local
|
/xen/xen/arch/x86/pv/ |
A D | shim.c | 120 static void __init mark_pfn_as_ram(struct e820map *e820, uint64_t pfn) in mark_pfn_as_ram() 130 void __init pv_shim_fixup_e820(struct e820map *e820) in pv_shim_fixup_e820()
|
/xen/xen/arch/x86/guest/xen/ |
A D | xen.c | 321 static void __init e820_fixup(struct e820map *e820) in e820_fixup()
|
/xen/tools/firmware/rombios/32bit/ |
A D | pmm.c | 271 struct e820entry *e820 = E820; in pmm_initalize() local
|
/xen/tools/libxc/include/ |
A D | xc_dom.h | 222 struct e820entry *e820; member
|
/xen/xen/include/asm-x86/ |
A D | domain.h | 391 struct e820entry *e820; member
|
/xen/tools/libxc/ |
A D | xc_domain.c | 754 struct e820entry e820; in xc_domain_set_memmap_limit() local
|
Completed in 38 milliseconds