![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __ASM_GENERIC_MMU_H 0003 #define __ASM_GENERIC_MMU_H 0004 0005 /* 0006 * This is the mmu.h header for nommu implementations. 0007 * Architectures with an MMU need something more complex. 0008 */ 0009 #ifndef __ASSEMBLY__ 0010 typedef struct { 0011 unsigned long end_brk; 0012 0013 #ifdef CONFIG_BINFMT_ELF_FDPIC 0014 unsigned long exec_fdpic_loadmap; 0015 unsigned long interp_fdpic_loadmap; 0016 #endif 0017 } mm_context_t; 0018 #endif 0019 0020 #endif /* __ASM_GENERIC_MMU_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |