Include dependency graph for tlb.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
union | entry_lo |
struct | pte |
union | entry_hi |
union | page_mask |
union | index |
Defines | |
#define | TLB_ENTRY_COUNT 48 |
#define | TLB_WIRED 1 |
#define | TLB_KSTACK_WIRED_INDEX 0 |
#define | TLB_PAGE_MASK_16K (0x3<<13) |
#define | PAGE_UNCACHED 2 |
#define | PAGE_CACHEABLE_EXC_WRITE 5 |
#define | tlb_invalidate(asid) tlb_invalidate_asid(asid) |
Typedefs | |
typedef entry_lo | entry_lo_t |
typedef entry_hi | entry_hi_t |
typedef page_mask | page_mask_t |
typedef index | tlb_index_t |
Functions | |
static void | tlbp (void) |
static void | tlbr (void) |
static void | tlbwi (void) |
static void | tlbwr (void) |
void | tlb_invalid (istate_t *istate) |
void | tlb_refill (istate_t *istate) |
void | tlb_modified (istate_t *istate) |
Definition in file tlb.h.