Searched refs:lmtt_pte_size (Results 1 – 5 of 5) sorted by relevance
31 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_size); in test_ops()41 KUNIT_EXPECT_NE_MSG(test, ops->lmtt_pte_size(n), 0, in test_ops()
70 PAGE_ALIGN(lmtt->ops->lmtt_pte_size(level) * in lmtt_pt_alloc()227 switch (lmtt->ops->lmtt_pte_size(level)) { in lmtt_write_pte()492 pt_size = PAGE_ALIGN(lmtt->ops->lmtt_pte_size(level) * in xe_lmtt_estimate_pt_size()497 pt_size += PAGE_ALIGN(lmtt->ops->lmtt_pte_size(level) * in xe_lmtt_estimate_pt_size()
54 unsigned int (*lmtt_pte_size)(unsigned int level); member
146 .lmtt_pte_size = lmtt_2l_pte_size,
157 .lmtt_pte_size = lmtt_ml_pte_size,