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)
Wed, May 27, 12:36 PM
Unknown Object (File)
Tue, May 19, 5:21 PM
Unknown Object (File)
Mon, May 18, 8:09 AM
Unknown Object (File)
Sun, May 17, 3:47 PM
Unknown Object (File)
May 4 2026, 2:48 PM
Unknown Object (File)
Apr 30 2026, 9:21 AM
Unknown Object (File)
Apr 21 2026, 2:17 AM
Unknown Object (File)
Apr 20 2026, 12:53 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