thiskv            950 dev/eisa/aha1742.c 	u_long thiskv, thisphys, nextphys;
thiskv           1051 dev/eisa/aha1742.c 			thiskv = (long) xs->data;
thiskv           1052 dev/eisa/aha1742.c 			thisphys = KVTOPHYS(thiskv);
thiskv           1080 dev/eisa/aha1742.c 					thiskv = (thiskv & ~PGOFSET) + NBPG;
thiskv           1082 dev/eisa/aha1742.c 						thisphys = KVTOPHYS(thiskv);
thiskv            364 dev/ic/uha.c   	u_long thiskv, thisphys, nextphys;
thiskv            434 dev/ic/uha.c   			thiskv = (int) xs->data;
thiskv            435 dev/ic/uha.c   			thisphys = KVTOPHYS(thiskv);
thiskv            463 dev/ic/uha.c   					thiskv = (thiskv & ~PGOFSET) + NBPG;
thiskv            465 dev/ic/uha.c   						thisphys = KVTOPHYS(thiskv);
thiskv           1057 dev/isa/wds.c  	u_long thiskv, thisphys, nextphys;
thiskv           1146 dev/isa/wds.c  			thiskv = (int)xs->data;
thiskv           1182 dev/isa/wds.c  					thiskv = (thiskv & ~PGOFSET) + NBPG;
thiskv           1184 dev/isa/wds.c  						thisphys = KVTOPHYS(thiskv);