Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dintel_iommu_internal.h44 #define DMAR_CCMD_REG 0x28 /* Context command */ macro
H A Dintel_iommu.c2474 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()
2995 case DMAR_CCMD_REG: in vtd_mem_write()
4167 vtd_define_quad(s, DMAR_CCMD_REG, 0, 0xe0000003ffffffffULL, 0); in vtd_init()
4168 vtd_define_quad_wo(s, DMAR_CCMD_REG, 0x3ffff0000ULL); in vtd_init()
/openbmc/linux/drivers/iommu/intel/
H A Diommu.h68 #define DMAR_CCMD_REG 0x28 /* Context command reg */ macro
H A Diommu.c1285 dmar_writeq(iommu->reg + DMAR_CCMD_REG, val); in __iommu_flush_context()
1288 IOMMU_WAIT_OP(iommu, DMAR_CCMD_REG, in __iommu_flush_context()