Searched refs:i386_btop (Results 1 – 1 of 1) sorted by relevance
111 #define i386_btop(x) ((ppnum_t)((x) >> I386_PGSHIFT)) macro112 #define machine_btop(x) i386_btop(x)