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)
Mon, May 4, 2:48 PM
Unknown Object (File)
Thu, Apr 30, 9:21 AM
Unknown Object (File)
Tue, Apr 21, 2:17 AM
Unknown Object (File)
Mon, Apr 20, 12:53 PM
Unknown Object (File)
Mon, Apr 20, 11:36 AM
Unknown Object (File)
Sat, Apr 18, 8:37 AM
Unknown Object (File)
Wed, Apr 15, 3:40 AM
Unknown Object (File)
Apr 9 2026, 10:33 AM
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