The Pedigree Project  0.1
Classes | Typedefs | Variables

MIPS64 processor-specific kernel. More...

+ Collaboration diagram for MIPS64:

Classes

class  MIPS64StackFrame
 
class  MIPS64InterruptState
 
class  MIPS64SyscallState
 

Typedefs

typedef signed char MIPS64int8_t
 
typedef unsigned char MIPS64uint8_t
 
typedef signed short MIPS64int16_t
 
typedef unsigned short MIPS64uint16_t
 
typedef signed int MIPS64int32_t
 
typedef unsigned int MIPS64uint32_t
 
typedef signed long MIPS64int64_t
 
typedef unsigned long MIPS64uint64_t
 
typedef MIPS64int64_t MIPS64intptr_t
 
typedef MIPS64uint64_t MIPS64uintptr_t
 
typedef MIPS64uint64_t MIPS64processor_register_t
 
typedef MIPS64int32_t MIPS64ssize_t
 
typedef MIPS64uint32_t MIPS64size_t
 

Variables

class MIPS64InterruptState PACKED
 

Detailed Description

MIPS64 processor-specific kernel.

MIPS64 processor-specific kernel

Typedef Documentation

typedef signed short MIPS64int16_t

Define an 16bit signed integer type

Definition at line 31 of file system/include/pedigree/kernel/processor/mips64/types.h.

typedef signed int MIPS64int32_t

Define a 32bit signed integer type

Definition at line 35 of file system/include/pedigree/kernel/processor/mips64/types.h.

typedef signed long MIPS64int64_t

Define a 64bit signed integer type

Definition at line 39 of file system/include/pedigree/kernel/processor/mips64/types.h.

typedef signed char MIPS64int8_t

Define an 8bit signed integer type

Definition at line 27 of file system/include/pedigree/kernel/processor/mips64/types.h.

Define a signed integer type for pointer arithmetic

Definition at line 44 of file system/include/pedigree/kernel/processor/mips64/types.h.

Define an unsigned integer type for the processor registers

Definition at line 49 of file system/include/pedigree/kernel/processor/mips64/types.h.

Define size_t

Definition at line 54 of file system/include/pedigree/kernel/processor/mips64/types.h.

Define ssize_t

Definition at line 52 of file system/include/pedigree/kernel/processor/mips64/types.h.

typedef unsigned short MIPS64uint16_t

Define an 16bit unsigned integer type

Definition at line 33 of file system/include/pedigree/kernel/processor/mips64/types.h.

typedef unsigned int MIPS64uint32_t

Define a 32bit unsigned integer type

Definition at line 37 of file system/include/pedigree/kernel/processor/mips64/types.h.

typedef unsigned long MIPS64uint64_t

Define a 64bit unsigned integer type

Definition at line 41 of file system/include/pedigree/kernel/processor/mips64/types.h.

typedef unsigned char MIPS64uint8_t

Define an 8bit unsigned integer type

Definition at line 29 of file system/include/pedigree/kernel/processor/mips64/types.h.

Define an unsigned integer type for pointer arithmetic

Definition at line 46 of file system/include/pedigree/kernel/processor/mips64/types.h.