Lines Matching refs:patch
253 const struct indirection_patch *patch = &patches[i]; in vmm_gpt_patch_indirection() local
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()
265 if (old_target != (uintptr_t)patch->old_implf) { in vmm_gpt_patch_indirection()
268 addr_to_sym(patch->patch_site), in vmm_gpt_patch_indirection()
270 addr_to_sym(patch->old_implf)); in vmm_gpt_patch_indirection()
277 if (!jmp_addr_to_off(instp, patch->new_implf, NULL)) { in vmm_gpt_patch_indirection()
280 addr_to_sym(patch->new_implf), in vmm_gpt_patch_indirection()
281 addr_to_sym(patch->patch_site)); in vmm_gpt_patch_indirection()
287 const struct indirection_patch *patch = &patches[i]; in vmm_gpt_patch_indirection() local
288 struct jmp_instr *instp = (void *)patch->patch_site; in vmm_gpt_patch_indirection()
291 VERIFY(jmp_addr_to_off(instp, patch->new_implf, &new_off)); in vmm_gpt_patch_indirection()