Home
last modified time | relevance | path

Searched refs:KERNEL_IMAGE_TO_PHYS (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/osfmk/mach/i386/
H A Dvm_param.h234 #define KERNEL_IMAGE_TO_PHYS(x) (x) macro
/xnu-8020.101.4/iokit/Kernel/
H A DIOHibernateIO.cpp1917 page = atop_32(KERNEL_IMAGE_TO_PHYS(hibernateBase)); in hibernate_write_image()
1918 count = atop_32(round_page(KERNEL_IMAGE_TO_PHYS(hibernateEnd))) - page; in hibernate_write_image()