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, Oct 9, 7:41 AM
Unknown Object (File)
Tue, Oct 7, 1:30 PM
Unknown Object (File)
Sat, Oct 4, 9:08 AM
Unknown Object (File)
Sat, Sep 27, 2:15 AM
Unknown Object (File)
Sep 12 2025, 12:12 AM
Unknown Object (File)
Sep 9 2025, 7:18 PM
Unknown Object (File)
Sep 3 2025, 4:42 AM
Unknown Object (File)
Aug 27 2025, 5:50 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