arch/s390/lib/tishift.h

Source file repositories/reference/linux-study-clean/arch/s390/lib/tishift.h

File Facts

System
Linux kernel
Corpus path
arch/s390/lib/tishift.h
Extension
.h
Size
259 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/s390
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 _S390_LIB_TISHIFT_H
#define _S390_LIB_TISHIFT_H

__int128_t __ashlti3(__int128_t a, int b);
__int128_t __ashrti3(__int128_t a, int b);
__int128_t __lshrti3(__int128_t a, int b);

#endif /* _S390_LIB_TISHIFT_H */

Annotation

Implementation Notes