Searched refs:x86_btop (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/amd64/include/
H A Dparam.h128 #define x86_btop(x) ((unsigned long)(x) >> PGSHIFT) macro
131 #define btop(x) x86_btop(x)
/netbsd-current/sys/arch/i386/include/
H A Dparam.h156 #define x86_btop(x) ((paddr_t)(x) >> PGSHIFT) macro
/netbsd-current/sys/arch/xen/xen/
H A Dxenevt.c379 return x86_btop(
382 return x86_btop(
/netbsd-current/sys/arch/xen/x86/
H A Dcpu.c894 initctx->ctrlreg[3] = xen_pfn_to_cr3(x86_btop(xpmap_ptom(ci->ci_kpm_pdirpa)));
992 initctx->ctrlreg[3] = xen_pfn_to_cr3(x86_btop(xpmap_ptom(ci->ci_pae_l3_pdirpa)));
/netbsd-current/sys/arch/x86/x86/
H A Dbus_space.c670 return x86_btop(addr + off) | (pflags << X86_MMAP_FLAG_SHIFT);
H A Dbus_dma.c1264 return (x86_btop(_BUS_BUS_TO_PHYS(segs[i].ds_addr + off)));
H A Dpmap.c1250 x86_btop(kva_start - VM_MIN_KERNEL_ADDRESS);
/netbsd-current/sys/arch/i386/i386/
H A Dmachdep.c1016 setsegment(&gdtstore[GUCODE_SEL].sd, 0, x86_btop(I386_MAX_EXE_ADDR) - 1,
/netbsd-current/sys/dev/usb/
H A Dudl.c700 #define PTOMMAP(paddr) x86_btop(paddr)

Completed in 259 milliseconds