arch/hexagon/include/asm/intrinsics.h

Source file repositories/reference/linux-study-clean/arch/hexagon/include/asm/intrinsics.h

File Facts

System
Linux kernel
Corpus path
arch/hexagon/include/asm/intrinsics.h
Extension
.h
Size
369 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/hexagon
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _ASM_HEXAGON_INTRINSICS_H
#define _ASM_HEXAGON_INTRINSICS_H

#define HEXAGON_P_vrmpyhacc_PP	__builtin_HEXAGON_M2_vrmac_s0
#define HEXAGON_P_vrmpyh_PP	__builtin_HEXAGON_M2_vrmpy_s0
#define HEXAGON_R_cl0_R		__builtin_HEXAGON_S2_cl0

#endif

Annotation

Implementation Notes