Searched refs:m68k_trunc_page (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/sys/arch/m68k/include/
H A Dparam.h97 #define m68k_trunc_page(x) ((vaddr_t)(x) & ~PGOFSET) macro
/netbsd-current/sys/arch/sun2/sun2/
H A Ddb_memrw.c112 pgva = m68k_trunc_page((long)dst);
125 pgva = m68k_trunc_page((long)dst);
H A Ddb_machdep.c108 u_long va = m68k_trunc_page((u_long)addr);
/netbsd-current/sys/arch/sun3/sun3/
H A Ddb_memrw.c111 pgva = m68k_trunc_page((long)dst);
121 pgva = m68k_trunc_page((long)dst);
H A Ddb_machdep.c109 u_long va = m68k_trunc_page((u_long)addr);
H A Dbus_subr.c121 pgva = m68k_trunc_page(vp);
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dbus_space.c91 seg.ds_addr = seg._ds_cpuaddr = m68k_trunc_page(addr);
114 bush = m68k_trunc_page(bush);
H A Dpmap_bootstrap.c123 m68k_trunc_page(RELOC(phys_seg_list[i].ps_end,
363 epte = &pte[m68k_btop(m68k_trunc_page(&etext))];
/netbsd-current/sys/arch/m68k/m68k/
H A Dvm_machdep.c160 uva = m68k_trunc_page(bp->b_saveaddr = bp->b_data);
198 kva = m68k_trunc_page(bp->b_data);
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dbootinfo.c148 m->mem_size = m68k_trunc_page(m->mem_size);
179 initrd_start = m68k_trunc_page(initrd_start);
388 rdstart = m68k_trunc_page(bootinfo_initrd_start);
H A Dpmap_bootstrap.c331 epte = &pte[m68k_btop(m68k_trunc_page(&etext))];
332 pte = &pte[m68k_btop(m68k_trunc_page(&kernel_text))];
333 protopte = m68k_trunc_page(&kernel_text) | PG_RO | PG_U | PG_V;
/netbsd-current/sys/arch/sun3/sun3x/
H A Dbus_subr.c118 pgva = m68k_trunc_page(vp);
/netbsd-current/sys/arch/mac68k/obio/
H A Dgrf_obio.c219 m68k_trunc_page(mac68k_video.mv_phys);
292 sc->sc_basepa = m68k_trunc_page(mac68k_video.mv_phys);
306 sc->sc_basepa = m68k_trunc_page(mac68k_video.mv_phys);
337 sc->sc_basepa = m68k_trunc_page(mac68k_video.mv_phys);
/netbsd-current/sys/arch/hp300/hp300/
H A Dbus_space.c134 kva = m68k_trunc_page(bsh);
H A Dpmap_bootstrap.c344 epte = &pte[m68k_btop(m68k_trunc_page(&etext))];
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dautoconf.c111 pa = m68k_trunc_page(physaddr);
H A Dpmap_bootstrap.c338 epte = &((u_int *)kptpa)[m68k_btop(m68k_trunc_page(&etext))];
/netbsd-current/sys/arch/mac68k/dev/
H A Dmacfb.c337 dc->dc_vaddr = m68k_trunc_page(mac68k_video.mv_kvaddr);
338 dc->dc_paddr = m68k_trunc_page(mac68k_video.mv_phys);
H A Dgenfb_grfbus.c175 return m68k_btop(m68k_trunc_page(sc->sc_paddr) + off);
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dpmap_bootstrap.c376 epte = &pte[m68k_btop(m68k_trunc_page(&etext))];
439 protopte = m68k_trunc_page(mac68k_video.mv_phys) |
/netbsd-current/sys/arch/next68k/next68k/
H A Dpmap_bootstrap.c134 m68k_trunc_page(RELOC(phys_seg_list[i].ps_end,
373 epte = &pte[m68k_btop(m68k_trunc_page(&etext))];
/netbsd-current/sys/arch/x68k/x68k/
H A Dbus.c314 addr = m68k_trunc_page(addr);
337 addr = m68k_trunc_page(addr);
/netbsd-current/sys/arch/luna68k/dev/
H A Dxp.c254 pa = m68k_btop(m68k_trunc_page(sc->sc_shm_base) + offset);
H A Dlunafb.c307 cookie = m68k_btop(m68k_trunc_page(dc->dc_videobase) +
315 cookie = m68k_btop(m68k_trunc_page(OMFB_FB_RADDR) +
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dpmap_bootstrap.c317 epte = &pte[m68k_btop(m68k_trunc_page(&etext))];

Completed in 240 milliseconds

12