Home
last modified time | relevance | path

Searched refs:MMU_PAGEOFFSET64K (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/psm/stand/boot/sparc/sun4/sys/
H A Dmachparam.h61 #define MMU_PAGEOFFSET64K (MMU_PAGESIZE64K - 1) macro
62 #define MMU_PAGEMASK64K (~MMU_PAGEOFFSET64K)
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachparam.h104 #define MMU_PAGEOFFSET64K (MMU_PAGESIZE64K - 1) macro
105 #define MMU_PAGEMASK64K (~MMU_PAGEOFFSET64K)
/titanic_41/usr/src/uts/sun4u/sys/
H A Dmachparam.h144 #define MMU_PAGEOFFSET64K (MMU_PAGESIZE64K - 1) macro
145 #define MMU_PAGEMASK64K (~MMU_PAGEOFFSET64K)
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2407 !((uintptr_t)addr & MMU_PAGEOFFSET64K) && in hat_devload()
2409 !(mmu_ptob(pfn) & MMU_PAGEOFFSET64K)) { in hat_devload()