1 /* SPDX-License-Identifier: GPL-2.0 */ !! 1 #ifndef __ALPHA_MMU_H 2 #ifndef __ASM_GENERIC_MMU_H !! 2 #define __ALPHA_MMU_H 3 #define __ASM_GENERIC_MMU_H << 4 3 5 /* !! 4 /* The alpha MMU context is one "unsigned long" bitmap per CPU */ 6 * This is the mmu.h header for nommu implemen !! 5 typedef unsigned long mm_context_t[NR_CPUS]; 7 * Architectures with an MMU need something mo << 8 */ << 9 #ifndef __ASSEMBLY__ << 10 typedef struct { << 11 unsigned long end_brk; << 12 6 13 #ifdef CONFIG_BINFMT_ELF_FDPIC << 14 unsigned long exec_fdpic_loa << 15 unsigned long interp_fdpic_l << 16 #endif 7 #endif 17 } mm_context_t; << 18 #endif << 19 << 20 #endif /* __ASM_GENERIC_MMU_H */ << 21 8
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.