arch/s390/include/asm/mem_encrypt.h

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

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/mem_encrypt.h
Extension
.h
Size
306 bytes
Lines
13
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 S390_MEM_ENCRYPT_H__
#define S390_MEM_ENCRYPT_H__

#ifndef __ASSEMBLER__

int set_memory_encrypted(unsigned long vaddr, int numpages);
int set_memory_decrypted(unsigned long vaddr, int numpages);

#endif	/* __ASSEMBLER__ */

#endif	/* S390_MEM_ENCRYPT_H__ */

Annotation

Implementation Notes