mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	x86/include/asm/msr-index.h: Add IFS Array test bits
Define MSR bitfields for enumerating support for Array BIST test. Signed-off-by: Jithu Joseph <jithu.joseph@intel.com> Reviewed-by: Tony Luck <tony.luck@intel.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230322003359.213046-5-jithu.joseph@intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
		
							parent
							
								
									d847eddf0e
								
							
						
					
					
						commit
						c68e3d4739
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -206,6 +206,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Abbreviated from Intel SDM name IA32_INTEGRITY_CAPABILITIES */
 | 
					/* Abbreviated from Intel SDM name IA32_INTEGRITY_CAPABILITIES */
 | 
				
			||||||
#define MSR_INTEGRITY_CAPS			0x000002d9
 | 
					#define MSR_INTEGRITY_CAPS			0x000002d9
 | 
				
			||||||
 | 
					#define MSR_INTEGRITY_CAPS_ARRAY_BIST_BIT      2
 | 
				
			||||||
 | 
					#define MSR_INTEGRITY_CAPS_ARRAY_BIST          BIT(MSR_INTEGRITY_CAPS_ARRAY_BIST_BIT)
 | 
				
			||||||
#define MSR_INTEGRITY_CAPS_PERIODIC_BIST_BIT	4
 | 
					#define MSR_INTEGRITY_CAPS_PERIODIC_BIST_BIT	4
 | 
				
			||||||
#define MSR_INTEGRITY_CAPS_PERIODIC_BIST	BIT(MSR_INTEGRITY_CAPS_PERIODIC_BIST_BIT)
 | 
					#define MSR_INTEGRITY_CAPS_PERIODIC_BIST	BIT(MSR_INTEGRITY_CAPS_PERIODIC_BIST_BIT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue