Lines Matching defs:pg_shift
118 #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;
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;
772 pg_shift = page_get_shift(pg_size_code);
774 pg_size_code, pg_shift);
868 uint64_t pg_shift, pg_size, pg_size_code;
928 pg_shift = page_get_shift(pg_size_code);
931 "(0x%llx) va 0x%llx pgsz=0x%llx, pgszc=0x%llx, pg_shift=0x%llx\n",
932 chid, vaddr, pg_size, pg_size_code, pg_shift);
1093 uint64_t pg_shift, pg_size, pg_size_code;
1132 pg_shift = page_get_shift(pg_size_code);
1135 "(0x%llx) va 0x%llx pgsz=0x%llx, pgszc=0x%llx, pg_shift=0x%llx\n",
1136 ldcp->id, vaddr, pg_size, pg_size_code, pg_shift);
1267 uint64_t pg_size, pg_shift, pg_size_code, pg_mask;
1314 pg_shift = page_get_shift(pg_size_code);
1322 npages = (map_size >> pg_shift);
1441 (pfn_t)(memseg->pages[i].raddr >> pg_shift),
2055 uint64_t pg_shift, pg_size_code;
2082 pg_shift = page_get_shift(pg_size_code);
2084 pg_size_code, pg_shift);