Page MenuHomeFreeBSD

vmm: Add vm_gpa_hold_global wrapper function.
ClosedPublic

Authored by jhb on Oct 27 2022, 3:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 8:42 PM
Unknown Object (File)
Sun, Oct 26, 1:41 PM
Unknown Object (File)
Sun, Oct 26, 10:37 AM
Unknown Object (File)
Sun, Oct 26, 4:07 AM
Unknown Object (File)
Fri, Oct 24, 8:06 PM
Unknown Object (File)
Tue, Oct 21, 4:31 PM
Unknown Object (File)
Oct 9 2025, 7:41 AM
Unknown Object (File)
Oct 7 2025, 1:30 PM
Subscribers

Details

Summary

This handles the case that guest pages are being held not on behalf of
a virtual CPU but globally. Previously this was handled by passing a
vcpuid of -1 to vm_gpa_hold, but that will not work in the future when
vm_gpa_hold is changed to accept a struct vcpu pointer.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable