hwcap.h (939e4649d4fd54b622d08cd57100828df7a82074) | hwcap.h (d12aada8dfb030f7df8ec0bb0ce4bb01a2ab3944) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2/* 3 * Copyright (C) 2012 ARM Ltd. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 * --- 81 unchanged lines hidden (view full) --- 90#define HWCAP2_SME_B16F32 (1 << 28) 91#define HWCAP2_SME_F32F32 (1 << 29) 92#define HWCAP2_SME_FA64 (1 << 30) 93#define HWCAP2_WFXT (1UL << 31) 94#define HWCAP2_EBF16 (1UL << 32) 95#define HWCAP2_SVE_EBF16 (1UL << 33) 96#define HWCAP2_CSSC (1UL << 34) 97#define HWCAP2_RPRFM (1UL << 35) | 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2/* 3 * Copyright (C) 2012 ARM Ltd. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 * --- 81 unchanged lines hidden (view full) --- 90#define HWCAP2_SME_B16F32 (1 << 28) 91#define HWCAP2_SME_F32F32 (1 << 29) 92#define HWCAP2_SME_FA64 (1 << 30) 93#define HWCAP2_WFXT (1UL << 31) 94#define HWCAP2_EBF16 (1UL << 32) 95#define HWCAP2_SVE_EBF16 (1UL << 33) 96#define HWCAP2_CSSC (1UL << 34) 97#define HWCAP2_RPRFM (1UL << 35) |
98#define HWCAP2_SVE2P1 (1UL << 36) |
|
98 99#endif /* _UAPI__ASM_HWCAP_H */ | 99 100#endif /* _UAPI__ASM_HWCAP_H */ |