arch/arm/mach-mvebu/coherency.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-mvebu/coherency.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-mvebu/coherency.h
Extension
.h
Size
505 bytes
Lines
21
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 __MACH_370_XP_COHERENCY_H
#define __MACH_370_XP_COHERENCY_H

extern void __iomem *coherency_base;	/* for coherency_ll.S */
extern unsigned long coherency_phys_base;
int set_cpu_coherent(void);

int coherency_init(void);
int coherency_available(void);

#endif	/* __MACH_370_XP_COHERENCY_H */

Annotation

Implementation Notes