diff options
Diffstat (limited to 'arch/powerpc/include/asm/prom.h')
-rw-r--r-- | arch/powerpc/include/asm/prom.h | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/arch/powerpc/include/asm/prom.h b/arch/powerpc/include/asm/prom.h index 4a90634e8322..35c00d7a0cf8 100644 --- a/arch/powerpc/include/asm/prom.h +++ b/arch/powerpc/include/asm/prom.h | |||
@@ -160,12 +160,18 @@ struct of_drconf_cell { | |||
160 | #define OV5_PFO_HW_ENCR 0x1120 /* PFO Encryption Accelerator */ | 160 | #define OV5_PFO_HW_ENCR 0x1120 /* PFO Encryption Accelerator */ |
161 | #define OV5_SUB_PROCESSORS 0x1501 /* 1,2,or 4 Sub-Processors supported */ | 161 | #define OV5_SUB_PROCESSORS 0x1501 /* 1,2,or 4 Sub-Processors supported */ |
162 | #define OV5_XIVE_EXPLOIT 0x1701 /* XIVE exploitation supported */ | 162 | #define OV5_XIVE_EXPLOIT 0x1701 /* XIVE exploitation supported */ |
163 | #define OV5_MMU_RADIX_300 0x1880 /* ISA v3.00 radix MMU supported */ | 163 | /* MMU Base Architecture */ |
164 | #define OV5_MMU_HASH_300 0x1840 /* ISA v3.00 hash MMU supported */ | 164 | #define OV5_MMU_SUPPORT 0x18C0 /* MMU Mode Support Mask */ |
165 | #define OV5_MMU_SEGM_RADIX 0x1820 /* radix mode (no segmentation) */ | 165 | #define OV5_MMU_HASH 0x1800 /* Hash MMU Only */ |
166 | #define OV5_MMU_PROC_TBL 0x1810 /* hcall selects SLB or proc table */ | 166 | #define OV5_MMU_RADIX 0x1840 /* Radix MMU Only */ |
167 | #define OV5_MMU_SLB 0x1800 /* always use SLB */ | 167 | #define OV5_MMU_EITHER 0x1880 /* Hash or Radix Supported */ |
168 | #define OV5_MMU_GTSE 0x1808 /* Guest translation shootdown */ | 168 | #define OV5_MMU_DYNAMIC 0x18C0 /* Hash or Radix Can Switch Later */ |
169 | #define OV5_NMMU 0x1820 /* Nest MMU Available */ | ||
170 | /* Hash Table Extensions */ | ||
171 | #define OV5_HASH_SEG_TBL 0x1980 /* In Memory Segment Tables Available */ | ||
172 | #define OV5_HASH_GTSE 0x1940 /* Guest Translation Shoot Down Avail */ | ||
173 | /* Radix Table Extensions */ | ||
174 | #define OV5_RADIX_GTSE 0x1A40 /* Guest Translation Shoot Down Avail */ | ||
169 | 175 | ||
170 | /* Option Vector 6: IBM PAPR hints */ | 176 | /* Option Vector 6: IBM PAPR hints */ |
171 | #define OV6_LINUX 0x02 /* Linux is our OS */ | 177 | #define OV6_LINUX 0x02 /* Linux is our OS */ |