Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dintel-iommu.c2898 phys_addr_t old_ce_phys; in copy_context_table() local
2921 old_ce_phys = root_entry_lctp(&re); in copy_context_table()
2923 old_ce_phys = root_entry_uctp(&re); in copy_context_table()
2925 if (!old_ce_phys) { in copy_context_table()
2936 old_ce = memremap(old_ce_phys, PAGE_SIZE, in copy_context_table()