Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dx86_init.c37 void x86_op_int_noop(int cpu) { } in x86_op_int_noop() function
156 .hyper.pin_vcpu = x86_op_int_noop,
/openbmc/linux/arch/x86/include/asm/
H A Dx86_init.h335 extern void x86_op_int_noop(int cpu);
/openbmc/linux/arch/x86/xen/
H A Denlighten_hvm.c316 x86_hyper_xen_hvm.runtime.pin_vcpu = x86_op_int_noop; in xen_platform_hvm()