Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dx86_init.c34 void x86_op_int_noop(int cpu) { } in x86_op_int_noop() function
142 .hyper.pin_vcpu = x86_op_int_noop,
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dx86_init.h311 extern void x86_op_int_noop(int cpu);
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_hvm.c305 x86_hyper_xen_hvm.runtime.pin_vcpu = x86_op_int_noop; in xen_platform_hvm()