Searched defs:pg_shift (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c118 #define IDX2COOKIE(idx, pg_szc, pg_shift) \
119 (((pg_szc) << LDC_COOKIE_PGSZC_SHIFT) | ((idx) << (pg_shift)))
357 uint64_t pg_shift, pg_size, pg_size_code, pg_mask; local
458 pg_shift = page_get_shift(pg_size_code);
462 "va 0x%llx pgsz=0x%llx, pgszc=0x%llx, pg_shift=0x%llx\n",
463 ldcp->id, vaddr, pg_size, pg_size_code, pg_shift);
572 tmp_mte.mte_rpfn = ra_aligned >> pg_shift;
611 IDX2COOKIE(index, pg_size_code, pg_shift);
734 uint64_t pg_shift, pg_size_code; local
772 pg_shift
868 uint64_t pg_shift, pg_size, pg_size_code; local
1093 uint64_t pg_shift, pg_size, pg_size_code; local
1267 uint64_t pg_size, pg_shift, pg_size_code, pg_mask; local
2055 uint64_t pg_shift, pg_size_code; local
[all...]

Completed in 46 milliseconds