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

/netbsd-current/sys/arch/newsmips/apbus/
H A Ddmac3reg.h76 pfnum:20; member in struct:dma_pte
/netbsd-current/sys/arch/vax/boot/boot/
H A Dtmscp.c154 u_int i,j,pfnum, mapnr, nsize, bn, cn, sn, tn; local
159 pfnum=(u_int)buf>>VAX_PGSHIFT;
162 ptmapp[mapnr++]=PG_V|pfnum++;
/netbsd-current/sys/arch/vax/vax/
H A Ddisksubr.c259 int pfnum, npf, o; local
287 pfnum = pte->pg_pfn;
288 if (pfnum == 0)
291 *(volatile int *)io++ = pfnum | flag;

Completed in 168 milliseconds