162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef _ASM_X86_HWCAP2_H 362306a36Sopenharmony_ci#define _ASM_X86_HWCAP2_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <linux/const.h> 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci/* MONITOR/MWAIT enabled in Ring 3 */ 862306a36Sopenharmony_ci#define HWCAP2_RING3MWAIT _BITUL(0) 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci/* Kernel allows FSGSBASE instructions available in Ring 3 */ 1162306a36Sopenharmony_ci#define HWCAP2_FSGSBASE _BITUL(1) 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#endif 14