We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa79e55 commit 3597405Copy full SHA for 3597405
Documentation/core-api/entry.rst
@@ -115,8 +115,8 @@ Entering or exiting guest mode is very similar to syscalls. From the host
115
kernel point of view the CPU goes off into user space when entering the
116
guest and returns to the kernel on exit.
117
118
-kvm_guest_enter_irqoff() is a KVM-specific variant of exit_to_user_mode()
119
-and kvm_guest_exit_irqoff() is the KVM variant of enter_from_user_mode().
+guest_state_enter_irqoff() is a KVM-specific variant of exit_to_user_mode()
+and guest_state_exit_irqoff() is the KVM variant of enter_from_user_mode().
120
The state operations have the same ordering.
121
122
Task work handling is done separately for guest at the boundary of the
0 commit comments