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)
Thu, Mar 28, 10:28 PM
Unknown Object (File)
Thu, Mar 21, 7:07 AM
Unknown Object (File)
Feb 17 2024, 3:40 PM
Unknown Object (File)
Jan 4 2024, 3:01 PM
Unknown Object (File)
Dec 20 2023, 3:51 AM
Unknown Object (File)
Aug 7 2023, 3:33 AM
Unknown Object (File)
Aug 2 2023, 1:14 AM
Unknown Object (File)
Aug 2 2023, 1:03 AM

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