Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_gpt.c230 void (*old_implf)(); in vmm_gpt_patch_indirection() member
236 .old_implf = (void *)old_impl->vpi_map_table, in vmm_gpt_patch_indirection()
241 .old_implf = (void *)old_impl->vpi_map_page, in vmm_gpt_patch_indirection()
246 .old_implf = (void *)old_impl->vpi_pte_parse, in vmm_gpt_patch_indirection()
265 if (old_target != (uintptr_t)patch->old_implf) { in vmm_gpt_patch_indirection()
270 addr_to_sym(patch->old_implf)); in vmm_gpt_patch_indirection()