Home
last modified time | relevance | path

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

/xnu-11417.121.6/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-11417.121.6/osfmk/arm64/
H A Dhibernate_restore.c311 + ptoa_32(header->restore1PageCount) in pal_hib_resume_tramp()
/xnu-11417.121.6/iokit/Kernel/
H A DIOHibernateRestoreKernel.c632 + ptoa_32(gIOHibernateCurrentHeader->restore1PageCount) in hibernate_kernel_entrypoint()
689 + ptoa_32(gIOHibernateCurrentHeader->restore1PageCount)); in hibernate_kernel_entrypoint()
/xnu-11417.121.6/bsd/kern/
H A Dkern_memorystatus.c1384 threshold_mb = ptoa_32(os_atomic_load((uint32_t *)arg1, relaxed)) >> 20;
1507 "thresholds\n", ptoa_32(memstat_ballast_offset) >> 20); in memorystatus_ballast_control()
1525 "thresholds\n", ptoa_32(memstat_ballast_offset) >> 20); in memorystatus_ballast_control()
1607 "thresholds\n", ptoa_32(memstat_ctd_offset) >> 20); in memstat_clear_the_decks()
1623 "thresholds\n", ptoa_32(memstat_ctd_offset) >> 20); in memstat_clear_the_decks()
/xnu-11417.121.6/osfmk/i386/AT386/
H A Dmodel_dep.c510 system_table_offset += ptoa_32(args->efiRuntimeServicesPageStart); in hibernate_newruntime_map()