arch/arm/include/asm/hardware/cache-b15-rac.h

Source file repositories/reference/linux-study-clean/arch/arm/include/asm/hardware/cache-b15-rac.h

File Facts

System
Linux kernel
Corpus path
arch/arm/include/asm/hardware/cache-b15-rac.h
Extension
.h
Size
162 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/arm
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_ARM_HARDWARE_CACHE_B15_RAC_H
#define __ASM_ARM_HARDWARE_CACHE_B15_RAC_H

#ifndef __ASSEMBLY__

void b15_flush_kern_cache_all(void);

#endif

#endif

Annotation

Implementation Notes