arch/s390/include/asm/cache.h

Source file repositories/reference/linux-study-clean/arch/s390/include/asm/cache.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/cache.h
Extension
.h
Size
389 bytes
Lines
20
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 __ARCH_S390_CACHE_H
#define __ARCH_S390_CACHE_H

#define L1_CACHE_BYTES     256
#define L1_CACHE_SHIFT     8
#define NET_SKB_PAD	   32

#define __read_mostly __section(".data..read_mostly")

#endif

Annotation

Implementation Notes