Page MenuHomeFreeBSD

vmm: Make vmmops declarations more consistent
ClosedPublic

Authored by markj on Oct 9 2025, 11:11 PM.
Tags
None
Referenced Files
F136106192: D53011.diff
Sat, Nov 15, 8:28 PM
F136090868: D53011.id163929.diff
Sat, Nov 15, 5:40 PM
Unknown Object (File)
Sat, Nov 1, 11:09 PM
Unknown Object (File)
Sat, Nov 1, 3:54 PM
Unknown Object (File)
Tue, Oct 28, 5:21 AM
Unknown Object (File)
Sat, Oct 25, 10:33 PM
Unknown Object (File)
Sat, Oct 25, 4:11 PM
Unknown Object (File)
Oct 17 2025, 2:44 AM

Details

Summary
  • On amd64, make vmmops_* functions globally visible, as some will be called from machine-independent code in the future.
  • On arm64 and riscv, move declarations to vmm.h, since they're supposed to be generic across different VMM backends (only amd64 has more than one backend).
  • Make the declaration macros consistent with each other.
  • On amd64, make the function typedef names consistent with the corresponding ifunc names.

No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable