Searched refs:KERNEL_IMAGE_TO_PHYS (Results 1 – 2 of 2) sorted by relevance
225 #define KERNEL_IMAGE_TO_PHYS(x) (x) macro
1918 page = atop_32(KERNEL_IMAGE_TO_PHYS(hibernateBase)); in hibernate_write_image()1919 count = atop_32(round_page(KERNEL_IMAGE_TO_PHYS(hibernateEnd))) - page; in hibernate_write_image()