| 380 | } |
| 381 | |
| 382 | void |
| 383 | dmar_flush_ctx_to_ram(struct dmar_unit *unit, dmar_ctx_entry_t *dst) |
| 384 | { |
| 385 | |
| 386 | dmar_flush_transl_to_ram(unit, dst, sizeof(*dst)); |
| 387 | } |
| 388 | |
| 389 | void |
| 390 | dmar_flush_root_to_ram(struct dmar_unit *unit, dmar_root_entry_t *dst) |
no test coverage detected