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
F150455441: D37160.diff
Wed, Apr 1, 8:51 AM
Unknown Object (File)
Wed, Mar 18, 9:06 PM
Unknown Object (File)
Wed, Mar 18, 9:02 PM
Unknown Object (File)
Fri, Mar 13, 5:07 AM
Unknown Object (File)
Fri, Mar 13, 5:04 AM
Unknown Object (File)
Feb 21 2026, 7:22 AM
Unknown Object (File)
Feb 16 2026, 7:45 AM
Unknown Object (File)
Feb 15 2026, 9:56 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