tools/testing/selftests/riscv/vector/v_helpers.h

Source file repositories/reference/linux-study-clean/tools/testing/selftests/riscv/vector/v_helpers.h

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/riscv/vector/v_helpers.h
Extension
.h
Size
244 bytes
Lines
11
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#include <stdbool.h>

bool is_xtheadvector_supported(void);

bool is_vector_supported(void);

unsigned long get_vr_len(void);

int launch_test(char *next_program, int test_inherit, int xtheadvector);

Annotation

Implementation Notes