Home
last modified time | relevance | path

Searched refs:hp300_btop (Results 1 – 5 of 5) sorted by relevance

/original-bsd/sys/hp300/hp300/
H A Dpmap_bootstrap.c269 pte = &((u_int *)kptpa)[hp300_btop(KERNBASE)];
270 epte = &pte[hp300_btop(hp300_trunc_page(&etext))];
285 epte = &((u_int *)kptpa)[hp300_btop(nextpa - firstpa)];
H A Dmem.c155 return (hp300_btop(off));
/original-bsd/sys/hp300/include/
H A Dpmap.h73 (pcbp)->pcb_ustp = hp300_btop((vm_offset_t)(pmapp)->pm_stpa); \
H A Dparam.h115 #define hp300_btop(x) ((unsigned)(x) >> PGSHIFT) macro
/original-bsd/old/adb/adb.hp300/
H A Daccess.c217 #define btop hp300_btop