Changes in kernel/arch/abs32le/include/mm/page.h [7a0359b:fc81981] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/include/mm/page.h
r7a0359b rfc81981 37 37 38 38 #include <arch/mm/frame.h> 39 #include <trace.h>40 39 41 40 #define PAGE_WIDTH FRAME_WIDTH … … 140 139 } __attribute__((packed)) pte_t; 141 140 142 NO_TRACEstatic inline unsigned int get_pt_flags(pte_t *pt, size_t i)141 static inline unsigned int get_pt_flags(pte_t *pt, size_t i) 143 142 REQUIRES_ARRAY_MUTABLE(pt, PTL0_ENTRIES_ARCH) 144 143 { … … 156 155 } 157 156 158 NO_TRACEstatic inline void set_pt_flags(pte_t *pt, size_t i, int flags)157 static inline void set_pt_flags(pte_t *pt, size_t i, int flags) 159 158 WRITES(ARRAY_RANGE(pt, PTL0_ENTRIES_ARCH)) 160 159 REQUIRES_ARRAY_MUTABLE(pt, PTL0_ENTRIES_ARCH)
Note:
See TracChangeset
for help on using the changeset viewer.