@@ -15,6 +15,13 @@
|
|||||||
#include <sys/status.h>
|
#include <sys/status.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Each running SP1 process is to have a virtual fuck region
|
||||||
|
* which logically isolates their address space with the help
|
||||||
|
* of the platform memory management unit.
|
||||||
|
*/
|
||||||
|
#include <machine/vfr.h> /* shared; virtual fuck region~ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Represents valid page sizes that can be used when
|
* Represents valid page sizes that can be used when
|
||||||
* creating mappings
|
* creating mappings
|
||||||
@@ -25,13 +32,6 @@ typedef enum {
|
|||||||
PAGESIZE_1G
|
PAGESIZE_1G
|
||||||
} pagesize_t;
|
} pagesize_t;
|
||||||
|
|
||||||
/*
|
|
||||||
* Each running SP1 process is to have a virtual fuck region
|
|
||||||
* which logically isolates their address space with the help
|
|
||||||
* of the platform memory management unit.
|
|
||||||
*/
|
|
||||||
#include <machine/vfr.h> /* shared; virtual fuck region~ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Obtain the current VFR in-use
|
* Obtain the current VFR in-use
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user