PGOFSET 60 arch/i386/i386/acpi_machdep.c handle->va = (u_int8_t *)(va + (u_long)(pa & PGOFSET)); PGOFSET 255 arch/i386/i386/bios.c (sh->addr & PGOFSET)); PGOFSET 101 arch/i386/i386/kgdb_machdep.c va &= ~PGOFSET; PGOFSET 102 arch/i386/i386/kgdb_machdep.c last_va &= ~PGOFSET; PGOFSET 3521 arch/i386/i386/machdep.c *bshp = (bus_space_handle_t)(va + (bpa & PGOFSET)); PGOFSET 3569 arch/i386/i386/machdep.c bpa += (bsh & PGOFSET); PGOFSET 3613 arch/i386/i386/machdep.c bpa += (bsh & PGOFSET); PGOFSET 3962 arch/i386/i386/machdep.c if ((u_long)kva & PGOFSET) PGOFSET 3982 arch/i386/i386/machdep.c if (off & PGOFSET) PGOFSET 3984 arch/i386/i386/machdep.c if (segs[i].ds_addr & PGOFSET) PGOFSET 3986 arch/i386/i386/machdep.c if (segs[i].ds_len & PGOFSET) PGOFSET 4039 arch/i386/i386/machdep.c sgsize = PAGE_SIZE - ((u_long)vaddr & PGOFSET); PGOFSET 155 arch/i386/i386/mem.c o = uio->uio_offset & PGOFSET; PGOFSET 232 arch/i386/i386/mpbios.c vaddr_t retva = va + (pa & PGOFSET); PGOFSET 121 arch/i386/include/param.h #define btoc(x) (((x) + PGOFSET) >> PGSHIFT) PGOFSET 65 arch/i386/stand/boot/crt0.c register caddr_t p = (caddr_t)(((u_long)end + PGOFSET) & ~PGOFSET); PGOFSET 142 arch/i386/stand/libsa/apmprobe.c ai->apm_data_len = NBPG - (ai->apm_data_base & PGOFSET) - 1; PGOFSET 1071 dev/eisa/aha1742.c nextphys = (thisphys & ~PGOFSET) + NBPG; PGOFSET 1080 dev/eisa/aha1742.c thiskv = (thiskv & ~PGOFSET) + NBPG; PGOFSET 357 dev/ic/lsi64854.c if ((eaddr & PGOFSET) != 0) PGOFSET 454 dev/ic/uha.c nextphys = (thisphys & ~PGOFSET) + NBPG; PGOFSET 463 dev/ic/uha.c thiskv = (thiskv & ~PGOFSET) + NBPG; PGOFSET 1173 dev/isa/wds.c nextphys = (thisphys & ~PGOFSET) + NBPG; PGOFSET 1182 dev/isa/wds.c thiskv = (thiskv & ~PGOFSET) + NBPG; PGOFSET 310 dev/sbus/agten.c if (offset & PGOFSET) PGOFSET 320 dev/sbus/bwtwo.c if (offset & PGOFSET) PGOFSET 564 dev/sbus/cgsix.c if (off & PGOFSET || off < 0) PGOFSET 390 dev/sbus/cgthree.c if (offset & PGOFSET || offset < 0) PGOFSET 422 dev/sbus/cgtwelve.c if (offset & PGOFSET || offset < 0) PGOFSET 287 dev/sbus/mgx.c if (offset & PGOFSET) PGOFSET 376 dev/sbus/rfx.c if (offset & PGOFSET) PGOFSET 373 dev/sbus/tvtwo.c if (offset & PGOFSET) PGOFSET 456 dev/sbus/vigra.c if (offset & PGOFSET) PGOFSET 420 dev/sbus/zx.c if (offset & PGOFSET)