Searched refs:mmu_btop (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/plat-sunos5/ | ||
D | IN.py | 142 def mmu_btop(x): return (((x)) >> MMU_PAGESHIFT) function |
D | STROPTS.py | 139 def mmu_btop(x): return (((x)) >> MMU_PAGESHIFT) function |