Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19-rc8 12 lines 306 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef S390_MEM_ENCRYPT_H__ 3#define S390_MEM_ENCRYPT_H__ 4 5#ifndef __ASSEMBLER__ 6 7int set_memory_encrypted(unsigned long vaddr, int numpages); 8int set_memory_decrypted(unsigned long vaddr, int numpages); 9 10#endif /* __ASSEMBLER__ */ 11 12#endif /* S390_MEM_ENCRYPT_H__ */