Home
last modified time | relevance | path

Searched refs:swap_size (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/xen/
H A Dsetup.c637 phys_addr_t swap_addr, swap_size, entry_end; in xen_e820_swap_entry_with_ram() local
640 swap_size = PAGE_ALIGN(swap_entry->addr - swap_addr + swap_entry->size); in xen_e820_swap_entry_with_ram()
645 if (entry->type == E820_TYPE_RAM && entry->size >= swap_size && in xen_e820_swap_entry_with_ram()
646 entry_end - swap_size >= mem_end) { in xen_e820_swap_entry_with_ram()
648 entry->size -= swap_size; in xen_e820_swap_entry_with_ram()
657 entry->addr = entry_end - swap_size + in xen_e820_swap_entry_with_ram()
664 swap_entry->size = swap_size; in xen_e820_swap_entry_with_ram()
667 xen_add_remap_nonram(swap_addr, entry_end - swap_size, in xen_e820_swap_entry_with_ram()
668 swap_size); in xen_e820_swap_entry_with_ram()
/linux/drivers/net/wireless/ath/ath10k/
H A Dswap.c67 seg_info->seg_hw_info.swap_size = __cpu_to_le32(total_payload_len); in ath10k_swap_code_seg_fill()
114 seg_info->seg_hw_info.swap_size = __cpu_to_le32(swap_bin_len); in ath10k_swap_code_seg_alloc()
H A Dswap.h35 __le32 swap_size; member