KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
mmucontext_t Struct Reference

MMU context type. More...

#include <arch/mmu.h>

Data Fields

mmusubcontext_tsub [MMU_PAGES]
 1024 sub-contexts
 
int asid
 Address Space ID.
 

Detailed Description

MMU context type.

This type is the top-level context that makes up the page table. There is one of these, with 1024 sub-contexts.

Field Documentation

◆ asid

int mmucontext_t::asid

Address Space ID.

◆ sub

mmusubcontext_t* mmucontext_t::sub[MMU_PAGES]

1024 sub-contexts


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