RTEMS
5.0.0
|
Implementation of routines to manipulate the PPC 440 MMU. More...
#include <rtems.h>
#include <rtems/bspIo.h>
#include <rtems/powerpc/powerpc.h>
#include <inttypes.h>
#include <stdio.h>
#include <bsp/mmu.h>
Macros | |
#define | STATIC static |
Variables | |
bsp_tlb_entry_t * | bsp_mmu_cache = 0 |
Implementation of routines to manipulate the PPC 440 MMU.
Since this is a real-time OS we want to stay away from software TLB replacement.