Home
last modified time | relevance | path

Searched refs:pt_install_table (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iommu/generic_pt/
H A Dpt_common.h220 static inline bool pt_install_table(struct pt_state *pts, pt_oaddr_t table_pa,
H A Dkunit_generic_pt.h336 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 Diommu_pt.h431 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 Dvtdss.h134 #define pt_install_table vtdss_pt_install_table macro