arch/s390/boot/uv.h

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

File Facts

System
Linux kernel
Corpus path
arch/s390/boot/uv.h
Extension
.h
Size
215 bytes
Lines
10
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_UV_H
#define BOOT_UV_H

unsigned long adjust_to_uv_max(unsigned long limit);
void sanitize_prot_virt_host(void);
void uv_query_info(void);

#endif /* BOOT_UV_H */

Annotation

Implementation Notes