PASID_PDE_SHIFT
tbl_wlk->pasid = (dir_idx << PASID_PDE_SHIFT) + tbl_idx;
dir_idx = pasid >> PASID_PDE_SHIFT;
dir_index = pasid >> PASID_PDE_SHIFT;
dir_index = pasid >> PASID_PDE_SHIFT;
size = max_pasid >> (PASID_PDE_SHIFT - 3);
max_pde = table->max_pasid >> PASID_PDE_SHIFT;
max_pde = pasid_table->max_pasid >> PASID_PDE_SHIFT;
#define PASID_TBL_ENTRIES BIT(PASID_PDE_SHIFT)