tools/testing/selftests/arm64/bti/btitest.h

Source file repositories/reference/linux-study-clean/tools/testing/selftests/arm64/bti/btitest.h

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/arm64/bti/btitest.h
Extension
.h
Size
524 bytes
Lines
24
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

#ifndef BTITEST_H
#define BTITEST_H

/* Trampolines for calling the test stubs: */
void call_using_br_x0(void (*)(void));
void call_using_br_x16(void (*)(void));
void call_using_blr(void (*)(void));

/* Test stubs: */
void nohint_func(void);
void bti_none_func(void);
void bti_c_func(void);
void bti_j_func(void);
void bti_jc_func(void);
void paciasp_func(void);

#endif /* !BTITEST_H */

Annotation

Implementation Notes