Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_gpt.c229 void (*patch_site)(); in vmm_gpt_patch_indirection() member
235 .patch_site = (void *)vmm_gpti_map_table, in vmm_gpt_patch_indirection()
240 .patch_site = (void *)vmm_gpti_map_page, in vmm_gpt_patch_indirection()
245 .patch_site = (void *)vmm_gpti_parse, in vmm_gpt_patch_indirection()
254 const struct jmp_instr *instp = (void *)patch->patch_site; in vmm_gpt_patch_indirection()
260 addr_to_sym(patch->patch_site)); in vmm_gpt_patch_indirection()
268 addr_to_sym(patch->patch_site), in vmm_gpt_patch_indirection()
281 addr_to_sym(patch->patch_site)); in vmm_gpt_patch_indirection()
288 struct jmp_instr *instp = (void *)patch->patch_site; in vmm_gpt_patch_indirection()