arch/s390/include/asm/hiperdispatch.h

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

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/hiperdispatch.h
Extension
.h
Size
295 bytes
Lines
15
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 _ASM_HIPERDISPATCH_H
#define _ASM_HIPERDISPATCH_H

void hd_reset_state(void);
void hd_add_core(int cpu);
void hd_disable_hiperdispatch(void);
int hd_enable_hiperdispatch(void);

#endif /* _ASM_HIPERDISPATCH_H */

Annotation

Implementation Notes