Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/mach/
H A Dvm_param.h100 #define ptoa_32(x) ((uint32_t)(x) << PAGE_SHIFT) macro
186 #undef ptoa_32
201 #define ptoa_32(x) \
218 #define ptoa_32(x) (0)
/xnu-11215.1.10/osfmk/arm64/
H A Dhibernate_restore.c311 + ptoa_32(header->restore1PageCount) in pal_hib_resume_tramp()
/xnu-11215.1.10/iokit/Kernel/
H A DIOHibernateRestoreKernel.c632 + ptoa_32(gIOHibernateCurrentHeader->restore1PageCount) in hibernate_kernel_entrypoint()
689 + ptoa_32(gIOHibernateCurrentHeader->restore1PageCount)); in hibernate_kernel_entrypoint()
/xnu-11215.1.10/osfmk/i386/AT386/
H A Dmodel_dep.c510 system_table_offset += ptoa_32(args->efiRuntimeServicesPageStart); in hibernate_newruntime_map()