Searched refs:xtheadvector (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/testing/selftests/riscv/vector/ |
| H A D | vstate_prctl.c | 95 int xtheadvector = 0; in TEST() local 99 xtheadvector = 1; in TEST() 113 int xtheadvector = 0; in TEST() local 117 xtheadvector = 1; in TEST() 131 int xtheadvector = 0; in TEST() local 135 xtheadvector = 1; in TEST() 151 int xtheadvector = 0; in TEST() local 155 xtheadvector = 1; in TEST() 171 int xtheadvector = 0; in TEST() local 175 xtheadvector = 1; in TEST() [all …]
|
| H A D | v_initval.c | 10 int xtheadvector = 0; in TEST() local 14 xtheadvector = 1; in TEST() 19 ASSERT_EQ(0, launch_test(NEXT_PROGRAM, 0, xtheadvector)); in TEST()
|
| H A D | vstate_exec_nolibc.c | 9 int rc, pid, status, test_inherit = 0, xtheadvector = 0; in main() local 17 xtheadvector = 1; in main() 59 if (xtheadvector) in main()
|
| H A D | v_helpers.c | 29 int launch_test(char *next_program, int test_inherit, int xtheadvector) in launch_test() argument 43 exec_argv[2] = xtheadvector != 0 ? "x" : NULL; in launch_test()
|
| H A D | v_helpers.h | 8 int launch_test(char *next_program, int test_inherit, int xtheadvector);
|
| /linux-6.15/arch/riscv/ |
| H A D | Kconfig.vendor | 32 bool "xtheadvector extension support" 38 Say N here if you want to disable all xtheadvector related procedures 40 contains xtheadvector rather than the standard vector.
|
| H A D | Kconfig.errata | 127 The T-Head C9xx cores have a vulnerability in the xtheadvector 129 to determine if they are vulnerable and disable xtheadvector.
|
| /linux-6.15/arch/riscv/kernel/vendor_extensions/ |
| H A D | thead.c | 13 __RISCV_ISA_EXT_DATA(xtheadvector, RISCV_ISA_VENDOR_EXT_XTHEADVECTOR),
|
| /linux-6.15/arch/riscv/boot/dts/allwinner/ |
| H A D | sun20i-d1s.dtsi | 30 "zifencei", "zihpm", "xtheadvector";
|
| /linux-6.15/Documentation/devicetree/bindings/riscv/ |
| H A D | extensions.yaml | 666 - const: xtheadvector 669 …m/T-head-Semi/thead-extension-spec/blob/95358cb2cca9489361c61d335e03d3134b14133f/xtheadvector.adoc.
|
| /linux-6.15/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 332 * :c:macro:`RISCV_HWPROBE_VENDOR_EXT_XTHEADVECTOR`: The xtheadvector vendor
|