|
|
@@ -390,8 +390,10 @@ __visible struct pv_cpu_ops pv_cpu_ops = {
|
|
|
.end_context_switch = paravirt_nop,
|
|
|
};
|
|
|
|
|
|
-/* At this point, native_get_debugreg has a real function entry */
|
|
|
+/* At this point, native_get/set_debugreg has real function entries */
|
|
|
NOKPROBE_SYMBOL(native_get_debugreg);
|
|
|
+NOKPROBE_SYMBOL(native_set_debugreg);
|
|
|
+NOKPROBE_SYMBOL(native_load_idt);
|
|
|
|
|
|
struct pv_apic_ops pv_apic_ops = {
|
|
|
#ifdef CONFIG_X86_LOCAL_APIC
|