HomeSort by relevance Sort by last modified time
    Searched refs:MMU_PAGESHIFT (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/plat-sunos5/
IN.py 140 def mmu_ptob(x): return ((x) << MMU_PAGESHIFT)
142 def mmu_btop(x): return (((x)) >> MMU_PAGESHIFT)
144 def mmu_btopr(x): return ((((x) + MMU_PAGEOFFSET) >> MMU_PAGESHIFT))
146 def mmu_ptod(x): return ((x) << (MMU_PAGESHIFT - DEV_BSHIFT))
STROPTS.py 137 def mmu_ptob(x): return ((x) << MMU_PAGESHIFT)
139 def mmu_btop(x): return (((x)) >> MMU_PAGESHIFT)
141 def mmu_btopr(x): return ((((x) + MMU_PAGEOFFSET) >> MMU_PAGESHIFT))
143 def mmu_ptod(x): return ((x) << (MMU_PAGESHIFT - DEV_BSHIFT))
    [all...]

Completed in 61 milliseconds