Home
last modified time | relevance | path

Searched refs:round_page_overflow (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/osfmk/mach/
H A Dvm_param.h127 #define round_page_overflow(in, out) __os_warn_unused(({ \ macro
136 return round_page_overflow(in, out); in mach_vm_round_page_overflow()
441 if (round_page_overflow(x, &x)) { in mach_vm_round_page()
450 if (round_page_overflow(x, &x)) { in round_page()
459 if (round_page_overflow(x, &x)) { in round_page_64()
468 if (round_page_overflow(x, &x)) { in round_page_32()
/xnu-11215.1.10/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp255 if (round_page_overflow(capacity, &capacity)) { in initWithPhysicalMask()
324 if (round_page_overflow(capacity, &capacity)) { in initWithPhysicalMask()
488 if (round_page_overflow(capacity, &roundedCapacity)) { in initWithGuardPages()
690 if (!round_page_overflow(size, &rsize)) { in free()
705 if (!round_page_overflow(size, &rsize)) { in free()
H A DIOHibernateIO.cpp1554 if (round_page_overflow(req->newlen, &rounded_size)) {
/xnu-11215.1.10/libkern/c++/
H A DOSSerialize.cpp219 if (round_page_overflow(inCapacity, &inCapacity)) { in initWithCapacity()
286 if (round_page_overflow(newCapacity, &newCapacity)) { in ensureCapacity()
/xnu-11215.1.10/bsd/kern/
H A Dmach_loader.c903 round_page_overflow(cmds_size, &alloc_size) || in parse_machfile()
1598 round_page_overflow(cmds_size, &alloc_size) || in check_if_simulator_binary()
H A Dkern_resource.c1343 if (round_page_overflow(size, &size)) { in dosetrlimit()
/xnu-11215.1.10/osfmk/ipc/
H A Dipc_kmsg.c2360 if (round_page_overflow(udesc.size, &size) || in ipc_kmsg_inflate_ool_descriptor()