coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pg_table Struct Reference
Collaboration diagram for pg_table:
Collaboration graph

Data Fields

struct pde pd [2048]
 
struct pde pdp [512]
 

Detailed Description

Definition at line 59 of file pgtbl.c.

Field Documentation

◆ pd

struct pde pg_table::pd[2048]

Definition at line 57 of file pgtbl.c.

Referenced by memset_pae().

◆ pdp

struct pde pg_table::pdp[512]

Definition at line 57 of file pgtbl.c.

Referenced by memset_pae().


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