Searched refs:pt_install_table (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iommu/generic_pt/ |
| H A D | pt_common.h | 220 static inline bool pt_install_table(struct pt_state *pts, pt_oaddr_t table_pa,
|
| H A D | kunit_generic_pt.h | 336 KUNIT_ASSERT_TRUE(test, pt_install_table(pts, paddr, &attrs)); in test_lvl_table_ptr() 339 KUNIT_ASSERT_EQ(test, pt_install_table(pts, paddr, &attrs), true); in test_lvl_table_ptr() 744 KUNIT_ASSERT_TRUE(test, pt_install_table(pts, paddr, &attrs)); in test_lvl_sw_bit_table()
|
| H A D | iommu_pt.h | 431 if (!pt_install_table(pts, phys, attrs)) { in pt_iommu_new_table() 717 pt_install_table(&pts, virt_to_phys(pts.table_lower), in increase_top() 723 * Avoid double flushing, flush it once after all pt_install_table() in increase_top()
|
| /linux/drivers/iommu/generic_pt/fmt/ |
| H A D | vtdss.h | 134 #define pt_install_table vtdss_pt_install_table macro
|