Searched refs:patch_call (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | vapic.c | 390 static void patch_call(X86CPU *cpu, target_ulong ip, uint32_t target) in patch_call() function 418 patch_call(x86_cpu, ip + 1, handlers->set_tpr); in do_patch_instruction() 422 patch_call(x86_cpu, ip + 1, handlers->get_tpr[modrm_reg(opcode[1])]); in do_patch_instruction() 425 patch_call(x86_cpu, ip, handlers->get_tpr[0]); in do_patch_instruction() 428 patch_call(x86_cpu, ip, handlers->set_tpr_eax); in do_patch_instruction() 434 patch_call(x86_cpu, ip + 5, handlers->set_tpr); in do_patch_instruction() 438 patch_call(x86_cpu, ip + 1, handlers->get_tpr_stack); in do_patch_instruction()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | callthunks.c | 201 static __init_or_module void patch_call(void *addr, const struct core_text *ct) in patch_call() function 232 patch_call((void *)s + *s, ct); in patch_call_sites() 243 patch_call(p->instr, ct); in patch_paravirt_call_sites()
|