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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea.c162 savec->sac_vrswap = 0; /* V=R, so the translation factor is 0 */
190 savec->sac_vrswap = 0; /* V=R, so the translation factor is 0 */
302 freepage->sac_vrswap = ((uint64_t)physpage << 12) ^ (uint64_t)((uintptr_t)freepage); /* XOR to calculate conversion mask */
H A Dsavearea.h70 uint64_t sac_vrswap; /* XOR mask to swap V to R or vice versa */ member in struct:savearea_comm
H A Dgenassym.c1179 DECLARE("SACvrswap", offsetof(struct savearea_comm *, sac_vrswap));

Completed in 40 milliseconds