Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dkcdata.modulemap9 // will run into all kinds of redeclaration sadness that the include guards
H A Dkern_debug.modulemap15 // of redeclaration sadness that the include guards somehow don’t block.
H A Dzalloc.c4373 guards = 0; in zone_allocate_va_locked()
4409 guards = rnum >= 128; in zone_allocate_va_locked()
4421 guards += rnum < rest; in zone_allocate_va_locked()
4428 guards = runs * rnum / 128; in zone_allocate_va_locked()
4439 guards += rnum < rest; in zone_allocate_va_locked()
4441 assert3u(guards, <=, runs); in zone_allocate_va_locked()
4474 if (guards > g) { in zone_allocate_va_locked()
4477 guards = g; in zone_allocate_va_locked()
4481 assert3u(guards, <=, 1); in zone_allocate_va_locked()
4490 pages + guards, &addr); in zone_allocate_va_locked()
[all …]
/xnu-11215/osfmk/mach/
H A Dmach_port.defs611 * or incorrect guards passed in it raises an exception
/xnu-11215/config/
H A DMASTER457 # Vnode guards
/xnu-11215/makedefs/
H A DMakeInc.def1214 # Some header guards need to be present and checked in kernel headers but removed from userspace he…
/xnu-11215/tools/lldbmacros/
H A Dmemory.py202 guards = unsigned(kern.GetGlobalVariable('zone_guard_pages'))
249 print("{:<20s}: {:<d}".format("guard pages", guards))