Searched refs:DMAR_CCMD_REG (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | intel_iommu_internal.h | 44 #define DMAR_CCMD_REG 0x28 /* Context command */ macro
|
H A D | intel_iommu.c | 2474 uint64_t val = vtd_get_quad_raw(s, DMAR_CCMD_REG); in vtd_handle_ccmd_write() 2485 vtd_set_clear_mask_quad(s, DMAR_CCMD_REG, VTD_CCMD_ICC, 0ULL); in vtd_handle_ccmd_write() 2486 ret = vtd_set_clear_mask_quad(s, DMAR_CCMD_REG, VTD_CCMD_CAIG_MASK, in vtd_handle_ccmd_write() 3040 case DMAR_CCMD_REG: in vtd_mem_write() 4213 vtd_define_quad(s, DMAR_CCMD_REG, 0, 0xe0000003ffffffffULL, 0); in vtd_init() 4214 vtd_define_quad_wo(s, DMAR_CCMD_REG, 0x3ffff0000ULL); in vtd_init()
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | iommu.h | 68 #define DMAR_CCMD_REG 0x28 /* Context command reg */ macro
|
H A D | iommu.c | 1297 dmar_writeq(iommu->reg + DMAR_CCMD_REG, val); in __iommu_flush_context() 1300 IOMMU_WAIT_OP(iommu, DMAR_CCMD_REG, in __iommu_flush_context()
|