Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Diommu.c3069 phys_addr_t old_ce_phys; in copy_context_table() local
3092 old_ce_phys = root_entry_lctp(&re); in copy_context_table()
3094 old_ce_phys = root_entry_uctp(&re); in copy_context_table()
3096 if (!old_ce_phys) { in copy_context_table()
3107 old_ce = memremap(old_ce_phys, PAGE_SIZE, in copy_context_table()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Diommu.c2597 phys_addr_t old_ce_phys; in copy_context_table() local
2620 old_ce_phys = root_entry_lctp(&re); in copy_context_table()
2622 old_ce_phys = root_entry_uctp(&re); in copy_context_table()
2624 if (!old_ce_phys) { in copy_context_table()
2635 old_ce = memremap(old_ce_phys, PAGE_SIZE, in copy_context_table()

Completed in 14 milliseconds