Searched refs:lmtt_root_pd_level (Results 1 – 5 of 5) sorted by relevance
29 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_root_pd_level); in test_ops()36 KUNIT_EXPECT_NE(test, ops->lmtt_root_pd_level(), 0); in test_ops()38 for (n = 0; n <= ops->lmtt_root_pd_level(); n++) { in test_ops()47 for (n = 0; n < ops->lmtt_root_pd_level(); n++) { in test_ops()
52 unsigned int (*lmtt_root_pd_level)(void); member
144 .lmtt_root_pd_level = lmtt_2l_root_pd_level,
103 lmtt_assert(lmtt, lmtt->ops->lmtt_root_pd_level()); in lmtt_init_pd()105 pd = lmtt_pt_alloc(lmtt, lmtt->ops->lmtt_root_pd_level()); in lmtt_init_pd()495 while (++level < lmtt->ops->lmtt_root_pd_level()) { in xe_lmtt_estimate_pt_size()
155 .lmtt_root_pd_level = lmtt_ml_root_pd_level,