Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Diommu.c2676 phys_addr_t old_rt_phys; in copy_translation_tables() local
2699 old_rt_phys = rtaddr_reg & VTD_PAGE_MASK; in copy_translation_tables()
2700 if (!old_rt_phys) in copy_translation_tables()
2703 old_rt = memremap(old_rt_phys, PAGE_SIZE, MEMREMAP_WB); in copy_translation_tables()