Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/mach/
H A Dvm_param.h125 #define round_page_overflow(in, out) __os_warn_unused(({ \ macro
134 return round_page_overflow(in, out); in mach_vm_round_page_overflow()
385 if (round_page_overflow(x, &x)) { in mach_vm_round_page()
394 if (round_page_overflow(x, &x)) { in round_page()
403 if (round_page_overflow(x, &x)) { in round_page_64()
412 if (round_page_overflow(x, &x)) { in round_page_32()
/xnu-8792.61.2/libkern/c++/
H A DOSSerialize.cpp219 if (round_page_overflow(inCapacity, &inCapacity)) { in initWithCapacity()
286 if (round_page_overflow(newCapacity, &newCapacity)) { in ensureCapacity()
/xnu-8792.61.2/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp252 if (round_page_overflow(capacity, &capacity)) { in initWithPhysicalMask()
321 if (round_page_overflow(capacity, &capacity)) { in initWithPhysicalMask()
485 if (round_page_overflow(capacity, &roundedCapacity)) { in initWithGuardPages()
/xnu-8792.61.2/bsd/kern/
H A Dmach_loader.c897 round_page_overflow(cmds_size, &alloc_size) || in parse_machfile()
1592 round_page_overflow(cmds_size, &alloc_size) || in check_if_simulator_binary()
H A Dkern_resource.c1086 if (round_page_overflow(size, &size)) { in dosetrlimit()