|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | _PAGE_HASHPTE 0x0400 /* software: pte has an associated HPTE */ |
| #define | _PAGE_SECONDARY 0x8000 /* software: HPTE is in secondary group */ |
| #define | _PAGE_GROUP_IX 0x7000 /* software: HPTE index within group */ |
| #define | _PAGE_F_SECOND _PAGE_SECONDARY |
| #define | _PAGE_F_GIX _PAGE_GROUP_IX |
| #define | _PAGE_SPECIAL 0x10000 /* software: special page */ |
| #define | _PAGE_HPTEFLAGS |
| #define | PTE_RPN_SHIFT (17) |
| #define _PAGE_F_GIX _PAGE_GROUP_IX |
Definition at line 8 of file pte-hash64-4k.h.
| #define _PAGE_F_SECOND _PAGE_SECONDARY |
Definition at line 7 of file pte-hash64-4k.h.
| #define _PAGE_GROUP_IX 0x7000 /* software: HPTE index within group */ |
Definition at line 6 of file pte-hash64-4k.h.
| #define _PAGE_HASHPTE 0x0400 /* software: pte has an associated HPTE */ |
Definition at line 4 of file pte-hash64-4k.h.
| #define _PAGE_HPTEFLAGS |
Definition at line 12 of file pte-hash64-4k.h.
| #define _PAGE_SECONDARY 0x8000 /* software: HPTE is in secondary group */ |
Definition at line 5 of file pte-hash64-4k.h.
| #define _PAGE_SPECIAL 0x10000 /* software: special page */ |
Definition at line 9 of file pte-hash64-4k.h.
| #define PTE_RPN_SHIFT (17) |
Definition at line 16 of file pte-hash64-4k.h.
1.8.2