1 | // SPDX-License-Identifier: GPL-3.0-or-later |
---|---|
2 | #pragma once |
3 | |
4 | #include "mos/platform/platform.h" |
5 | |
6 | struct pagetable_do_flag_data |
7 | { |
8 | vm_flags flags; |
9 | }; |
10 | |
11 | extern const pagetable_walk_options_t pagetable_do_flag_callbacks; |
12 |
1 | // SPDX-License-Identifier: GPL-3.0-or-later |
---|---|
2 | #pragma once |
3 | |
4 | #include "mos/platform/platform.h" |
5 | |
6 | struct pagetable_do_flag_data |
7 | { |
8 | vm_flags flags; |
9 | }; |
10 | |
11 | extern const pagetable_walk_options_t pagetable_do_flag_callbacks; |
12 |