Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/mach/
H A Dvm_param.h98 #define ptoa_32(x) ((uint32_t)(x) << PAGE_SHIFT) macro
184 #undef ptoa_32
199 #define ptoa_32(x) \
216 #define ptoa_32(x) (0)
/xnu-8019.80.24/osfmk/arm64/
H A Dhibernate_restore.c317 + ptoa_32(header->restore1PageCount) in pal_hib_resume_tramp()
/xnu-8019.80.24/iokit/Kernel/
H A DIOHibernateRestoreKernel.c632 + ptoa_32(gIOHibernateCurrentHeader->restore1PageCount) in hibernate_kernel_entrypoint()
689 + ptoa_32(gIOHibernateCurrentHeader->restore1PageCount)); in hibernate_kernel_entrypoint()
/xnu-8019.80.24/osfmk/i386/AT386/
H A Dmodel_dep.c514 system_table_offset += ptoa_32(args->efiRuntimeServicesPageStart); in hibernate_newruntime_map()