Rev 2071 | Rev 3830 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef KERN_ppc32_TLB_H_ |
35 | #ifndef KERN_ppc32_TLB_H_ |
36 | #define KERN_ppc32_TLB_H_ |
36 | #define KERN_ppc32_TLB_H_ |
37 | 37 | ||
- | 38 | #include <arch/interrupt.h> |
|
- | 39 | ||
38 | typedef struct { |
40 | typedef struct { |
39 | unsigned v : 1; /**< Valid */ |
41 | unsigned v : 1; /**< Valid */ |
40 | unsigned vsid : 24; /**< Virtual Segment ID */ |
42 | unsigned vsid : 24; /**< Virtual Segment ID */ |
41 | unsigned h : 1; /**< Primary/secondary hash */ |
43 | unsigned h : 1; /**< Primary/secondary hash */ |
42 | unsigned api : 6; /**< Abbreviated Page Index */ |
44 | unsigned api : 6; /**< Abbreviated Page Index */ |