Searched refs:pt_cur_table (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/iommu/generic_pt/fmt/ |
| H A D | vtdss.h | 90 const u64 *tablep = pt_cur_table(pts, u64); in vtdss_pt_load_entry_raw() 108 u64 *tablep = pt_cur_table(pts, u64); in vtdss_pt_install_leaf_entry() 146 u64 *tablep = pt_cur_table(pts, u64) + pts->index; in vtdss_pt_entry_is_write_dirty() 154 u64 *tablep = pt_cur_table(pts, u64) + pts->index; in vtdss_pt_entry_make_write_clean() 162 u64 *tablep = pt_cur_table(pts, u64) + pts->index; in vtdss_pt_entry_make_write_dirty()
|
| /linux/drivers/iommu/generic_pt/ |
| H A D | pt_fmt_defaults.h | 175 u64 *tablep = pt_cur_table(pts, u64) + pts->index; in pt_clear_entries64() 186 u32 *tablep = pt_cur_table(pts, u32) + pts->index; in pt_clear_entries32() 222 u64 *entryp = pt_cur_table(pts, u64) + pts->index; in pt_set_sw_bit_release() 234 u32 *entryp = pt_cur_table(pts, u32) + pts->index; in pt_set_sw_bit_release()
|
| H A D | pt_defs.h | 157 #define pt_cur_table(pts, type) ((type *)((pts)->table)) macro 168 u64 *entryp = pt_cur_table(pts, u64) + pts->index; in pt_table_install64() 187 u32 *entryp = pt_cur_table(pts, u32) + pts->index; in pt_table_install32()
|