Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef _ASM_X86_HWCAP2_H
0003 #define _ASM_X86_HWCAP2_H
0004 
0005 #include <linux/const.h>
0006 
0007 /* MONITOR/MWAIT enabled in Ring 3 */
0008 #define HWCAP2_RING3MWAIT       _BITUL(0)
0009 
0010 /* Kernel allows FSGSBASE instructions available in Ring 3 */
0011 #define HWCAP2_FSGSBASE         _BITUL(1)
0012 
0013 #endif