Searched refs:pg_shift (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | ldc_shm.c | 118 #define IDX2COOKIE(idx, pg_szc, pg_shift) \ argument 119 (((pg_szc) << LDC_COOKIE_PGSZC_SHIFT) | ((idx) << (pg_shift))) 357 uint64_t pg_shift, pg_size, pg_size_code, pg_mask; in i_ldc_mem_bind_handle() local 458 pg_shift = page_get_shift(pg_size_code); in i_ldc_mem_bind_handle() 463 ldcp->id, vaddr, pg_size, pg_size_code, pg_shift); in i_ldc_mem_bind_handle() 572 tmp_mte.mte_rpfn = ra_aligned >> pg_shift; in i_ldc_mem_bind_handle() 611 IDX2COOKIE(index, pg_size_code, pg_shift); in i_ldc_mem_bind_handle() 734 uint64_t pg_shift, pg_size_code; in ldc_mem_unbind_handle() local 772 pg_shift = page_get_shift(pg_size_code); in ldc_mem_unbind_handle() 774 pg_size_code, pg_shift); in ldc_mem_unbind_handle() [all …]
|
H A D | ldc.c | 385 #define IDX2COOKIE(idx, pg_szc, pg_shift) \ argument 386 (((pg_szc) << LDC_COOKIE_PGSZC_SHIFT) | ((idx) << (pg_shift)))
|