The Pedigree Project  0.1
Macros | Typedefs

mips-common machine-specific kernel More...

+ Collaboration diagram for mips-common:

Macros

#define KSEG0(addr)   (addr | 0x80000000)
 
#define KSEG1(addr)   (addr | 0xa0000000)
 
#define IS_KUSEG(addr)   (addr < 0x80000000)
 
#define IS_KSEG0(addr)   (addr >= 0x80000000 && addr < 0xa0000000)
 
#define IS_KSEG1(addr)   (addr >= 0xa0000000 && addr < 0xc0000000)
 
#define IS_KSEG2(addr)   (addr >= 0xc0000000)
 

Typedefs

typedef uint8_t MIPSCommonirq_id_t
 

Detailed Description

mips-common machine-specific kernel

mips-common machine-specific kernel

Typedef Documentation

typedef uint8_t MIPSCommonirq_id_t

Define a type for IRQ identifications

Definition at line 29 of file system/include/pedigree/kernel/machine/mips_common/types.h.