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)
Sat, Feb 22, 2:18 PM
Unknown Object (File)
Sat, Feb 22, 2:09 PM
Unknown Object (File)
Sat, Feb 22, 1:51 PM
Unknown Object (File)
Sat, Feb 22, 1:41 PM
Unknown Object (File)
Thu, Feb 20, 2:11 PM
Unknown Object (File)
Jan 27 2025, 5:03 PM
Unknown Object (File)
Jan 23 2025, 6:41 PM
Unknown Object (File)
Jan 17 2025, 1:29 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