Searched refs:swap_entry (Results 1 – 1 of 1) sorted by relevance
632 static void __init xen_e820_swap_entry_with_ram(struct e820_entry *swap_entry) in xen_e820_swap_entry_with_ram() argument639 swap_addr = PAGE_ALIGN_DOWN(swap_entry->addr); in xen_e820_swap_entry_with_ram()640 swap_size = PAGE_ALIGN(swap_entry->addr - swap_addr + swap_entry->size); in xen_e820_swap_entry_with_ram()656 entry->type = swap_entry->type; in xen_e820_swap_entry_with_ram()658 swap_addr - swap_entry->addr; in xen_e820_swap_entry_with_ram()659 entry->size = swap_entry->size; in xen_e820_swap_entry_with_ram()662 swap_entry->type = E820_TYPE_RAM; in xen_e820_swap_entry_with_ram()663 swap_entry->addr = swap_addr; in xen_e820_swap_entry_with_ram()664 swap_entry->size = swap_size; in xen_e820_swap_entry_with_ram()
Completed in 12 milliseconds