/titanic_44/usr/src/uts/sun4u/starfire/os/ |
H A D | cpu_sgnblk.c | 111 MMU_PAGEOFFSET) + sizeof (cpu_sgnblk_t))); in cpu_sgn_mapin() 122 (uint32_t)(cpu_sgnblk_offset & MMU_PAGEOFFSET))); in cpu_sgn_mapin() 137 cvaddr &= ~MMU_PAGEOFFSET; in cpu_sgn_mapout() 173 MMU_PAGEOFFSET) + sizeof (cpu_sgnblk_t))); in cpu_sgn_mapout()
|
H A D | pda.c | 564 cpu_p2o_offset = (uint32_t)(cpu_p2o_physaddr & MMU_PAGEOFFSET); in cpu_p2o_mapin() 606 MMU_PAGEOFFSET); in cpu_p2o_mapout() 611 if (cvaddr & MMU_PAGEOFFSET) { in cpu_p2o_mapout()
|
/titanic_44/usr/src/lib/libbc/inc/include/sun4/ |
H A D | param.h | 102 #define MMU_PAGEOFFSET (MMU_PAGESIZE-1)/* Mask of address bits in page */ macro 103 #define MMU_PAGEMASK (~MMU_PAGEOFFSET) 124 #define mmu_btopr(x) ((((unsigned)(x) + MMU_PAGEOFFSET) >> MMU_PAGESHIFT)) 193 #define PGOFSET MMU_PAGEOFFSET
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | machparam.h | 98 #define MMU_PAGEOFFSET (MMU_PAGESIZE-1) /* Mask of address bits in page */ macro 100 #define MMU_PAGEOFFSET _CONST(MMU_PAGESIZE-1) /* assembler lameness */ 103 #define MMU_PAGEMASK (~MMU_PAGEOFFSET)
|
/titanic_44/usr/src/psm/stand/boot/sparc/sun4/sys/ |
H A D | machparam.h | 56 #define MMU_PAGEOFFSET (MMU_PAGESIZE - 1) macro 57 #define MMU_PAGEMASK (~MMU_PAGEOFFSET)
|
/titanic_44/usr/src/uts/i86xpv/boot/ |
H A D | boot_xconsole.c | 74 vaddr = (vaddr + MMU_PAGEOFFSET) & MMU_PAGEMASK; in bcons_init_xen() 124 vaddr = (vaddr + MMU_PAGEOFFSET) & MMU_PAGEMASK; in bcons_init_xen() 133 vaddr = (vaddr + MMU_PAGEOFFSET) & MMU_PAGEMASK; in bcons_init_xen()
|
/titanic_44/usr/src/uts/i86pc/vm/ |
H A D | hat_kdi.c | 121 return (pfn_to_pa(mfn) | (pa & MMU_PAGEOFFSET)); in kdi_ptom() 140 return (pfn_to_pa(pfn) | (ma & MMU_PAGEOFFSET)); in kdi_mtop() 171 *pap = pfn_to_pa(pfn) + (vaddr & MMU_PAGEOFFSET); in kdi_vtop() 227 pgoff = pa & MMU_PAGEOFFSET; in kdi_prw()
|
H A D | hat_i86.h | 172 #define IS_PAGEALIGNED(a) (((uintptr_t)(a) & MMU_PAGEOFFSET) == 0)
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | mp_implfuncs.c | 215 pgoffset = addr & MMU_PAGEOFFSET; in psm_map_phys_new() 223 (addr & MMU_PAGEOFFSET); in psm_map_phys_new() 249 pgoffset = (uintptr_t)addr & MMU_PAGEOFFSET; in psm_unmap_phys() 293 pgoffset = (uintptr_t)addr & MMU_PAGEOFFSET; in psm_unmap()
|
H A D | pci_cfgacc_x86.c | 65 (phys_addr & MMU_PAGEOFFSET); in pci_cfgacc_map() 93 return (pci_cfgacc_virt_base + (phys_addr & MMU_PAGEOFFSET)); in pci_cfgacc_map()
|
H A D | smb_dev.c | 86 startoff = startaddr & MMU_PAGEOFFSET; in smbios_open()
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | machparam.h | 99 #define MMU_PAGEOFFSET (MMU_PAGESIZE - 1) macro 100 #define MMU_PAGEMASK (~MMU_PAGEOFFSET)
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | rootnex.c | 191 static const int mmu_pageoffset = MMU_PAGEOFFSET; 338 base = (uint64_t)rp->regspec_addr & (~MMU_PAGEOFFSET); /* base addr */ in rootnex_map_regspec() 362 pgoffset = (ulong_t)rp->regspec_addr & MMU_PAGEOFFSET; in rootnex_map_regspec() 405 pgoffset = (uintptr_t)addr & MMU_PAGEOFFSET; in rootnex_unmap_regspec() 476 hp->ah_pfn = mmu_btop((ulong_t)rp->regspec_addr & (~MMU_PAGEOFFSET)); in rootnex_map_handle() 478 (ulong_t)rp->regspec_addr & MMU_PAGEOFFSET); in rootnex_map_handle()
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | machparam.h | 139 #define MMU_PAGEOFFSET (MMU_PAGESIZE - 1) macro 140 #define MMU_PAGEMASK (~MMU_PAGEOFFSET)
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 154 { "MMU_PAGEOFFSET", MMU_PAGEOFFSET }, 1108 (ulong_t)rp->regspec_addr & MMU_PAGEOFFSET); in rootnex_map_regspec() 1167 pgoffset = (ulong_t)rp->regspec_addr & MMU_PAGEOFFSET; in rootnex_map_regspec() 1253 pgoffset = (uintptr_t)addr & MMU_PAGEOFFSET; in rootnex_unmap_regspec() 1337 (~(rootnex_addr_t)MMU_PAGEOFFSET); in rootnex_map_handle() 1338 pgoffset = (ulong_t)rp->regspec_addr & MMU_PAGEOFFSET; in rootnex_map_handle() 1350 (rbase & MMU_PAGEOFFSET); in rootnex_map_handle() 2574 poff = dma->dp_dma.dmao_obj.pp_obj.pp_offset & MMU_PAGEOFFSET; in rootnex_verify_buffer() 2577 poff = (uintptr_t)vaddr & MMU_PAGEOFFSET; in rootnex_verify_buffer() 2683 if ((attr->dma_attr_seg < MMU_PAGEOFFSET) || in rootnex_valid_alloc_parms() [all …]
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_cpu.c | 408 if ((bbsram_pa & MMU_PAGEOFFSET) != 0) { in sbdp_cpu_poweroff() 655 ASSERT((bbsram_pa & MMU_PAGEOFFSET) == 0); in sbdp_cpu_stop_self() 741 base = (uint64_t)SBDP_CPU_SRAM_ADDR & (~MMU_PAGEOFFSET); in cpusram_map() 750 pgoffset = (ulong_t)SBDP_CPU_SRAM_ADDR & MMU_PAGEOFFSET; in cpusram_map() 778 pgoffset = (ulong_t)SBDP_CPU_SRAM_ADDR & MMU_PAGEOFFSET; in cpusram_unmap()
|
/titanic_44/usr/src/uts/sfmmu/vm/ |
H A D | hat_kdi.c | 52 (va & MMU_PAGEOFFSET); in kdi_vtop()
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | xen_mmu.c | 199 if (((j * sizeof (mfn_t)) & MMU_PAGEOFFSET) == 0) { in xen_relocate_start_info() 381 return (mfn_to_ma(mfn) + (pa & MMU_PAGEOFFSET)); in pa_to_ma() 394 return (pfn_to_pa(pfn) + (ma & MMU_PAGEOFFSET)); in ma_to_pa()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | param.h | 388 #define MMU_PAGEOFFSET _mmu_pageoffset macro 414 #define mmu_btopr(x) ((((x) + MMU_PAGEOFFSET) >> MMU_PAGESHIFT))
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_param.h | 125 #define MMU_PAGEOFFSET _mdb_ks_mmu_pageoffset macro
|
/titanic_44/usr/src/uts/sun4u/starfire/cvc/ |
H A D | cvc.c | 1159 & MMU_PAGEOFFSET) + sizeof (sigb_cvc_t))); in cvc_iobuf_mapin() 1170 & MMU_PAGEOFFSET))); in cvc_iobuf_mapin() 1190 num_pages = mmu_btopr(((size_t)((uint64_t)cvaddr & MMU_PAGEOFFSET) + in cvc_iobuf_mapout()
|
/titanic_44/usr/src/psm/stand/cpr/common/ |
H A D | support.c | 217 mem_term = (ctrm_t *)(mapva + (file_term->va & MMU_PAGEOFFSET)); in cpr_update_terminator()
|
/titanic_44/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ddi.c | 79 (uint_t)(((uintptr_t)bp->b_un.b_addr) & MMU_PAGEOFFSET); in fc_ddi_dma_buf_bind_handle()
|
/titanic_44/usr/src/cmd/mdb/sparc/kmdb/kctl/ |
H A D | kctl_isadep.c | 111 ASSERT((sz & MMU_PAGEOFFSET) == 0); in kctl_ttable_tlb_modify()
|
/titanic_44/usr/src/uts/i86pc/io/pci/ |
H A D | pci_tools.c | 858 uint64_t page_base = phys_addr & ~MMU_PAGEOFFSET; in pcitool_map() 859 uint64_t offset = phys_addr & MMU_PAGEOFFSET; in pcitool_map() 922 void *base_virt_addr = (void *)(uintptr_t)(virt_addr & ~MMU_PAGEOFFSET); in pcitool_unmap()
|