arch/s390/boot/decompressor.h

Source file repositories/reference/linux-study-clean/arch/s390/boot/decompressor.h

File Facts

System
Linux kernel
Corpus path
arch/s390/boot/decompressor.h
Extension
.h
Size
276 bytes
Lines
11
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 BOOT_COMPRESSED_DECOMPRESSOR_H
#define BOOT_COMPRESSED_DECOMPRESSOR_H

#ifndef CONFIG_KERNEL_UNCOMPRESSED
unsigned long mem_safe_offset(void);
void deploy_kernel(void *output);
#endif

#endif /* BOOT_COMPRESSED_DECOMPRESSOR_H */

Annotation

Implementation Notes