diff options
Diffstat (limited to 'linux-headers/include/asm/vendor')
-rw-r--r-- | linux-headers/include/asm/vendor/sifive.h | 6 | ||||
-rw-r--r-- | linux-headers/include/asm/vendor/thead.h | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/linux-headers/include/asm/vendor/sifive.h b/linux-headers/include/asm/vendor/sifive.h new file mode 100644 index 0000000..9f3278a --- /dev/null +++ b/linux-headers/include/asm/vendor/sifive.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ + +#define RISCV_HWPROBE_VENDOR_EXT_XSFVQMACCDOD (1 << 0) +#define RISCV_HWPROBE_VENDOR_EXT_XSFVQMACCQOQ (1 << 1) +#define RISCV_HWPROBE_VENDOR_EXT_XSFVFNRCLIPXFQF (1 << 2) +#define RISCV_HWPROBE_VENDOR_EXT_XSFVFWMACCQQQ (1 << 3) diff --git a/linux-headers/include/asm/vendor/thead.h b/linux-headers/include/asm/vendor/thead.h new file mode 100644 index 0000000..43790eb --- /dev/null +++ b/linux-headers/include/asm/vendor/thead.h @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ + +#define RISCV_HWPROBE_VENDOR_EXT_XTHEADVECTOR (1 << 0) |