Home
last modified time | relevance | path

Searched defs:pageDirectoryEntry (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/util/x86/
H A Dx86_page_tables.go342 type pageDirectoryEntry struct { struct
343 physAddr uint64
344 flags uint64
345 pt *pageTable
348 func (pde *pageDirectoryEntry) Encode() uint64 {
406 func (pde *pageDirectoryEntry) SetPageTable(pt_addr uint64, pat uint) {
416 func (pde *pageDirectoryEntry) SetMapping(base uint64, pat uint, nx bool) {