MOS Source Code
Loading...
Searching...
No Matches
x86_pde64_t Struct Reference

#include <paging_impl.h>

Public Attributes

bool present: 1
 
bool writable: 1
 
bool usermode: 1
 
bool write_through: 1
 
bool cache_disabled: 1
 
bool accessed: 1
 
bool _ignored1: 1
 
bool page_size: 1
 
u8 available_2: 3
 
bool hlat_restart: 1
 
pfn_t page_table_paddr: 40
 
u32 _ignored2: 11
 
bool no_execute: 1
 

Detailed Description

Definition at line 7 of file paging_impl.h.

Member Data Documentation

◆ present

◆ writable

◆ usermode

◆ write_through

◆ cache_disabled

◆ accessed

bool accessed

Definition at line 14 of file paging_impl.h.

◆ _ignored1

bool _ignored1

Definition at line 15 of file paging_impl.h.

◆ page_size

◆ available_2

u8 available_2

Definition at line 17 of file paging_impl.h.

◆ hlat_restart

bool hlat_restart

Definition at line 18 of file paging_impl.h.

◆ page_table_paddr

◆ _ignored2

u32 _ignored2

Definition at line 20 of file paging_impl.h.

◆ no_execute


The documentation for this struct was generated from the following file: