Searched refs:x86_round_page (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/i386/include/
H A Dparam.h154 #define x86_round_page(x) ((((paddr_t)(x)) + PGOFSET) & ~PGOFSET) macro
/netbsd-current/sys/arch/amd64/include/
H A Dparam.h126 #define x86_round_page(x) ((((unsigned long)(x)) + PGOFSET) & ~PGOFSET) macro
/netbsd-current/sys/arch/x86/pci/
H A Dpci_addr_fixup.c123 start = x86_round_page(avail_end + 1);
/netbsd-current/sys/arch/x86/x86/
H A Dbus_space.c435 endpa = x86_round_page(bpa + size);
507 endva = x86_round_page(bsh + size);
557 endva = x86_round_page(bsh + size);
H A Dmpbios.c254 paddr_t endpa = x86_round_page(pa + len);
/netbsd-current/sys/arch/i386/pnpbios/
H A Dpnpbios.c262 endpa = x86_round_page(addr + len);

Completed in 223 milliseconds