Searched refs:round_page_overflow (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/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() 368 if (round_page_overflow(x, &x)) { in mach_vm_round_page() 377 if (round_page_overflow(x, &x)) { in round_page() 386 if (round_page_overflow(x, &x)) { in round_page_64() 395 if (round_page_overflow(x, &x)) { in round_page_32()
|
| /xnu-8020.140.41/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-8020.140.41/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 252 if (round_page_overflow(capacity, &capacity)) { in initWithPhysicalMask() 321 if (round_page_overflow(capacity, &capacity)) { in initWithPhysicalMask() 481 if (round_page_overflow(capacity, &roundedCapacity)) { in initWithGuardPages()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | mach_loader.c | 888 round_page_overflow(cmds_size, &alloc_size) || in parse_machfile() 1552 round_page_overflow(cmds_size, &alloc_size) || in check_if_simulator_binary()
|