Changes in kernel/generic/include/mm/page.h [c868e2d:c6ae4c2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/page.h
rc868e2d rc6ae4c2 49 49 void (* mapping_remove)(as_t *, uintptr_t); 50 50 pte_t *(* mapping_find)(as_t *, uintptr_t, bool); 51 void (* mapping_make_global)(uintptr_t, size_t);52 51 } page_mapping_operations_t; 53 52 … … 61 60 extern void page_mapping_remove(as_t *, uintptr_t); 62 61 extern pte_t *page_mapping_find(as_t *, uintptr_t, bool); 63 extern void page_mapping_make_global(uintptr_t, size_t);64 62 extern pte_t *page_table_create(unsigned int); 65 63 extern void page_table_destroy(pte_t *);
Note:
See TracChangeset
for help on using the changeset viewer.