Searched refs:round_page_overflow (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/osfmk/mach/ |
| H A D | vm_param.h | 125 #define round_page_overflow(in, out) __os_warn_unused(({ \ macro 134 return round_page_overflow(in, out); in mach_vm_round_page_overflow() 443 if (round_page_overflow(x, &x)) { in mach_vm_round_page() 452 if (round_page_overflow(x, &x)) { in round_page() 461 if (round_page_overflow(x, &x)) { in round_page_64() 470 if (round_page_overflow(x, &x)) { in round_page_32()
|
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 262 if (round_page_overflow(capacity, &capacity)) { in initWithPhysicalMask() 342 if (round_page_overflow(capacity, &capacity)) { in initWithPhysicalMask() 519 if (round_page_overflow(capacity, &roundedCapacity)) { in initWithGuardPages() 721 if (!round_page_overflow(size, &rsize)) { in free() 736 if (!round_page_overflow(size, &rsize)) { in free()
|
| H A D | IOHibernateIO.cpp | 1607 if (round_page_overflow(req->newlen, &rounded_size)) {
|
| /xnu-12377.61.12/libkern/c++/ |
| H A D | OSSerialize.cpp | 219 if (round_page_overflow(inCapacity, &inCapacity)) { in initWithCapacity() 286 if (round_page_overflow(newCapacity, &newCapacity)) { in ensureCapacity()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | mach_loader.c | 1196 round_page_overflow(cmds_size, &alloc_size) || in parse_machfile() 1891 round_page_overflow(cmds_size, &alloc_size) || in check_if_simulator_binary()
|
| H A D | kern_resource.c | 1572 if (round_page_overflow(size, &size)) { in dosetrlimit()
|
| /xnu-12377.61.12/osfmk/ipc/ |
| H A D | ipc_kmsg.c | 2269 if (round_page_overflow(udesc.size, &size) || in ipc_kmsg_inflate_ool_descriptor()
|