Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dkvmvapic.c388 static void patch_call(X86CPU *cpu, target_ulong ip, uint32_t target) in patch_call() function
416 patch_call(x86_cpu, ip + 1, handlers->set_tpr); in do_patch_instruction()
420 patch_call(x86_cpu, ip + 1, handlers->get_tpr[modrm_reg(opcode[1])]); in do_patch_instruction()
423 patch_call(x86_cpu, ip, handlers->get_tpr[0]); in do_patch_instruction()
426 patch_call(x86_cpu, ip, handlers->set_tpr_eax); in do_patch_instruction()
432 patch_call(x86_cpu, ip + 5, handlers->set_tpr); in do_patch_instruction()
436 patch_call(x86_cpu, ip + 1, handlers->get_tpr_stack); in do_patch_instruction()
/openbmc/linux/arch/x86/kernel/
H A Dcallthunks.c206 static __init_or_module void patch_call(void *addr, const struct core_text *ct) in patch_call() function
237 patch_call((void *)s + *s, ct); in patch_call_sites()
248 patch_call(p->instr, ct); in patch_paravirt_call_sites()