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

/xnu-2782.1.97/osfmk/mach/
H A Dvm_param.h90 * The atop_32 and ptoa_32 macros should not be use on 64 bit types.
95 #define ptoa_32(x) ((uint32_t)(x) << PAGE_SHIFT) macro
164 #undef ptoa_32
179 #define ptoa_32(x) \
196 #define ptoa_32(x) (0)
/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c470 + ptoa_32(gIOHibernateCurrentHeader->restore1PageCount)
524 + ptoa_32(gIOHibernateCurrentHeader->restore1PageCount));
H A DIOMemoryDescriptor.cpp612 vm_size_t size = ptoa_32(_pages);
/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_backing_store.c687 basic->bs_clsize = ptoa_32(bs->bs_clsize); /* in bytes */
1913 fault_info.hi_offset = ptoa_32(vs->vs_size << vs->vs_clshift);
2266 newcl = ptoa_32(newcl) << vs->vs_clshift;
3752 return ptoa_32(num_pages);
/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c565 system_table_offset += ptoa_32(args->efiRuntimeServicesPageStart);

Completed in 69 milliseconds