| 126 | } |
| 127 | |
| 128 | inline void SetPageFlags(uint64_t* page, uint64_t flags){ |
| 129 | *page |= flags; |
| 130 | } |
| 131 | |
| 132 | inline uint32_t GetPageFrame(uint64_t p) { |
| 133 | return (p & PAGE_FRAME) >> 12; |
nothing calls this directly
no outgoing calls
no test coverage detected