Searched refs:MMU_PAGESIZE (Results 101 - 118 of 118) sorted by relevance

12345

/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s121 .align MMU_PAGESIZE
1193 * CPU_ALLOC_SIZE, which is defined to be MMU_PAGESIZE, is used to allocate the
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c186 return (BOP_ALLOC(bootops, NULL, size, MMU_PAGESIZE));
H A Dcpr_impl.c442 hat_unload(kas.a_hat, (caddr_t)(uintptr_t)rm_platter_pa, MMU_PAGESIZE,
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c2522 ASSERT(dpages <= MMU_PAGESIZE);
2544 &pp_dummy[MMU_PAGESIZE * i]);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c270 MMU_PAGESIZE, /* alignment in bytes */
286 MMU_PAGESIZE, /* alignment in bytes */
H A Dxnb.c108 MMU_PAGESIZE, /* alignment in bytes */
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c2171 vaddr += MMU_PAGESIZE;
H A Ddrmach.c2504 ASSERT(funclen <= MMU_PAGESIZE);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s1171 * x-trap to flush pgcnt MMU_PAGESIZE pages from tlb
1197 set MMU_PAGESIZE, %g6 /* g6 = pgsize */
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c680 MIN(len, MMU_PAGESIZE - pg_off);
/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c1277 flags += MMU_PAGESIZE;
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c422 ASSERT(cp->memory_alignment > MMU_PAGESIZE);
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c564 fdc_dma_attr.dma_attr_align = MMU_PAGESIZE;
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c194 MMU_PAGESIZE, /* alignment in bytes */
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c953 cur_pa += MMU_PAGESIZE) {
962 claimlines(cur_pa, MMU_PAGESIZE,
H A Dspitfire.c522 max_utext_lpsize = MMU_PAGESIZE;
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1117 fds->fds_max_sgl_xfer_len = QLT_DMA_SG_LIST_LENGTH * MMU_PAGESIZE;
1118 fds->fds_copy_threshold = MMU_PAGESIZE;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c3924 MTYPE_INIT(mtype, vp, vaddr, flags, MMU_PAGESIZE);

Completed in 2077 milliseconds

12345