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)
Sat, May 9, 3:23 PM
Unknown Object (File)
Wed, May 6, 3:08 AM
Unknown Object (File)
Sun, May 3, 6:46 PM
Unknown Object (File)
Sat, May 2, 12:45 AM
Unknown Object (File)
Fri, May 1, 9:27 AM
Unknown Object (File)
Fri, May 1, 9:27 AM
Unknown Object (File)
Thu, Apr 30, 7:02 PM
Unknown Object (File)
Thu, Apr 30, 12:43 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