Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mm]: Implement protect #167

Open
wants to merge 9 commits into
base: monolithic
Choose a base branch
from
Open

Conversation

tkf2019
Copy link

@tkf2019 tkf2019 commented Aug 4, 2024

No description provided.

.map_err(|_| AxError::BadState)?
.ignore();
self.areas
.protect(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to handle UNCACHE flag changes:

let want_flags = MappingFlags::READ | MappingFlags::WRITE | MappingFlags::UNCACHED;

@equation314 equation314 force-pushed the monolithic branch 2 times, most recently from 2ab8b6c to d4cf00a Compare August 5, 2024 10:41
@Azure-stars Azure-stars force-pushed the monolithic branch 2 times, most recently from c78c790 to 2c05fe5 Compare September 20, 2024 02:19
@Azure-stars Azure-stars force-pushed the monolithic branch 2 times, most recently from bfb9068 to 0706b21 Compare September 26, 2024 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants