A virtual address. More...
Data Fields | |
| struct { | |
| uint16_t page_offset: 12 | |
| location in the page | |
| uint16_t page: 10 | |
| index in the page table | |
| uint16_t page_table: 10 | |
| index in the page directory | |
| } | bits |
| bit field | |
| void * | ptr |
| useful for casting | |
A virtual address.
It can be split up into indices into a page directory.