Searched refs:pt_cur_table (Results 1 – 6 of 6) 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()
|
| H A D | amdv1.h | 178 const u64 *tablep = pt_cur_table(pts, u64) + pts->index; in amdv1pt_load_entry_raw() 200 u64 *tablep = pt_cur_table(pts, u64) + pts->index; in amdv1pt_install_leaf_entry() 270 u64 *tablep = pt_cur_table(pts, u64) + pts->index; in amdv1pt_clear_entries() 290 u64 *tablep = pt_cur_table(pts, u64) + in amdv1pt_entry_is_write_dirty() 304 u64 *tablep = pt_cur_table(pts, u64) + in amdv1pt_entry_make_write_clean() 315 u64 *tablep = pt_cur_table(pts, u64) + pts->index; in amdv1pt_entry_make_write_dirty()
|
| H A D | x86_64.h | 112 const u64 *tablep = pt_cur_table(pts, u64); in x86_64_pt_load_entry_raw() 130 u64 *tablep = pt_cur_table(pts, u64); in x86_64_pt_install_leaf_entry()
|
| H A D | riscv.h | 142 const pt_riscv_entry_t *tablep = pt_cur_table(pts, pt_riscv_entry_t); in riscvpt_load_entry_raw() 160 pt_riscv_entry_t *tablep = pt_cur_table(pts, pt_riscv_entry_t); in riscvpt_install_leaf_entry()
|
| /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()
|