Page MenuHomeFreeBSD

Add a VA_IS_CLEANMAP() macro.
ClosedPublic

Authored by jhb on Feb 16 2021, 6:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 28, 8:53 AM
Unknown Object (File)
Oct 8 2024, 1:58 AM
Unknown Object (File)
Sep 30 2024, 4:13 PM
Unknown Object (File)
Sep 30 2024, 1:22 AM
Unknown Object (File)
Sep 29 2024, 11:35 PM
Unknown Object (File)
Sep 28 2024, 6:26 AM
Unknown Object (File)
Sep 27 2024, 7:05 AM
Unknown Object (File)
Sep 23 2024, 4:38 PM

Details

Summary

This macro returns true if a provided virtual address is contained
in the kernel's clean submap.

In CHERI kernels, the buffer cache and transient I/O map are allocated
as separate regions. Abstracting this check reduces the diff relative
to FreeBSD. It is perhaps slightly more readable as well.

Sponsored by: DARPA

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37059
Build 33948: arc lint + arc unit