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

/darwin-on-arm/xnu/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)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c462 + ptoa_32(gIOHibernateCurrentHeader->restore1PageCount)
515 + ptoa_32(gIOHibernateCurrentHeader->restore1PageCount));
H A DIOMemoryDescriptor.cpp458 vm_size_t size = ptoa_32(_pages);
2171 ptoa_32(pageIndex),
2592 vm_size_t size = ptoa_32(_pages);
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c687 basic->bs_clsize = ptoa_32(bs->bs_clsize); /* in bytes */
1912 fault_info.hi_offset = ptoa_32(vs->vs_size << vs->vs_clshift);
2255 newcl = ptoa_32(newcl) << vs->vs_clshift;
3728 return ptoa_32(num_pages);
4446 dp_offset_t offset = ptoa_32(VSM_CLOFF(*map)) << shift;
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c579 system_table_offset += ptoa_32(args->efiRuntimeServicesPageStart);

Completed in 42 milliseconds