tools/testing/selftests/arm64/abi/syscall-abi.h

Source file repositories/reference/linux-study-clean/tools/testing/selftests/arm64/abi/syscall-abi.h

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/arm64/abi/syscall-abi.h
Extension
.h
Size
239 bytes
Lines
16
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: syscall or user/kernel boundary
Status
core 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 SYSCALL_ABI_H
#define SYSCALL_ABI_H

#define SVCR_ZA_MASK		2
#define SVCR_SM_MASK		1

#define SVCR_ZA_SHIFT		1
#define SVCR_SM_SHIFT		0

#endif

Annotation

Implementation Notes