Home
last modified time | relevance | path

Searched refs:swap_page (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/
Dkexec.h96 struct page *swap_page; member
/linux-3.4.99/arch/x86/kernel/
Dmachine_kexec_32.c227 page_list[PA_SWAP_PAGE] = (page_to_pfn(image->swap_page) in machine_kexec()
Dmachine_kexec_64.c311 page_list[PA_SWAP_PAGE] = (page_to_pfn(image->swap_page) in machine_kexec()
/linux-3.4.99/kernel/
Dkexec.c255 image->swap_page = kimage_alloc_control_pages(image, 0); in kimage_normal_alloc()
256 if (!image->swap_page) { in kimage_normal_alloc()