Home
last modified time | relevance | path

Searched refs:MMU_PAGEOFFSET512K (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/sun4/sys/
H A Dmachparam.h66 #define MMU_PAGEOFFSET512K (MMU_PAGESIZE512K - 1) macro
67 #define MMU_PAGEMASK512K (~MMU_PAGEOFFSET512K)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachparam.h109 #define MMU_PAGEOFFSET512K (MMU_PAGESIZE512K - 1) macro
110 #define MMU_PAGEMASK512K (~MMU_PAGEOFFSET512K)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachparam.h141 #define MMU_PAGEOFFSET512K (MMU_PAGESIZE512K - 1) macro
142 #define MMU_PAGEMASK512K (~MMU_PAGEOFFSET512K)
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c373 alsize = (cdump.cdd_filesize + MMU_PAGEOFFSET512K) & in cb_read_statefile()
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c569 ((uintptr_t)base & MMU_PAGEOFFSET512K) != 0) { in cobp_free_mem()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1202 tsb_slab_mask = MMU_PAGEOFFSET512K >> MMU_PAGESHIFT; in hat_init()
2375 !((uintptr_t)addr & MMU_PAGEOFFSET512K) && in hat_devload()
2377 !(mmu_ptob(pfn) & MMU_PAGEOFFSET512K)) { in hat_devload()
5702 if ((uintptr_t)addr & MMU_PAGEOFFSET512K) { in hat_unload_callback()
5750 if ((uintptr_t)addr & MMU_PAGEOFFSET512K) { in hat_unload_callback()
5833 if ((uintptr_t)addr & MMU_PAGEOFFSET512K) { in hat_unload_callback()