Searched refs:commPageBaseOffset (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage.c86 static size_t commPageBaseOffset; // add to 32-bit runtime address to get offset in commpage variable
162 return (void*) ((uintptr_t)commPagePtr + addr_at_runtime - commPageBaseOffset);
346 size_t base_offset, // will become commPageBaseOffset
363 commPageBaseOffset = base_offset;

Completed in 21 milliseconds