HomeSort by: relevance | last modified time | path
    Searched refs:VAX_PGOFSET (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/vax/include/
vmparam.h 87 #define vax_round_page(x) (((vaddr_t)(x) + VAX_PGOFSET) & ~VAX_PGOFSET)
88 #define vax_trunc_page(x) ((vaddr_t)(x) & ~VAX_PGOFSET)
param.h 59 #define VAX_PGOFSET (VAX_NBPG - 1)
110 #define vax_btoc(x) (((unsigned)(x) + VAX_PGOFSET) >> VAX_PGSHIFT)
pte.h 120 (((kvtopte(va))->pg_pfn << VAX_PGSHIFT) | ((paddr_t)(va) & VAX_PGOFSET))
  /src/sys/arch/vax/vax/
bus_mem.c 55 size += (pa & VAX_PGOFSET); /* have to include the byte offset */
60 *bshp = (bus_space_handle_t)(va + (pa & VAX_PGOFSET));
disksubr.c 262 o = (int)bp->b_data & VAX_PGOFSET;
sgmap.c 203 dmaoffset = ((u_long)buf) & VAX_PGOFSET;
machdep.c 550 return addr | (phys & VAX_PGOFSET);
563 addr &= ~VAX_PGOFSET;
  /src/sys/arch/vax/boot/boot/
autoconf.c 158 i = (int)alloc(VAX_NBPG + 128*sizeof(scb_vec[0])) + VAX_PGOFSET;
159 i &= ~VAX_PGOFSET;
hp.c 115 MBA_WCSR(MBA_VAR, ((u_int)buf & VAX_PGOFSET));
devopen.c 210 int voff = (vaddr & VAX_PGOFSET);
if_ni.c 79 #define roundpg(x) (((int)x + VAX_PGOFSET) & ~VAX_PGOFSET)
  /src/sys/arch/vax/mba/
mba.c 274 MBA_WCSR(MBA_VAR, ((u_int)bp->b_data & VAX_PGOFSET));
  /src/sys/arch/vax/vsa/
gpx.c 1301 (tmp + (GPX_READBACK_OFFSET & VAX_PGOFSET)) & 0x00f0;
1335 (GPX_READBACK_OFFSET & VAX_PGOFSET))) == 0x00f0 ? 4 : 8;
1342 ss->ss_vdac = (void *)(virtual_avail + (GPX_VDAC_OFFSET & VAX_PGOFSET));

Completed in 16 milliseconds