K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / src / linux-headers-3.13.0-24 / arch / blackfin / include / asm /
server ip : 104.21.89.46

your ip : 172.71.255.138

H O M E


Filename/usr/src/linux-headers-3.13.0-24/arch/blackfin/include/asm/mmu.h
Size713
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified20-Jan-2014 10:40
Last accessed07-Jul-2025 00:25
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
/*
* Copyright 2004-2009 Analog Devices Inc.
* 2002 David McCullough <[email protected]>
*
* Licensed under the GPL-2.
*/

#ifndef __MMU_H
#define __MMU_H

struct sram_list_struct {
struct sram_list_struct *next;
void *addr;
size_t length;
};

typedef struct {
unsigned long end_brk;
unsigned long stack_start;

/* Points to the location in SDRAM where the L1 stack is normally
saved, or NULL if the stack is always in SDRAM. */
void *l1_stack_save;

struct sram_list_struct *sram_list;

#ifdef CONFIG_BINFMT_ELF_FDPIC
unsigned long exec_fdpic_loadmap;
unsigned long interp_fdpic_loadmap;
#endif
#ifdef CONFIG_MPU
unsigned long *page_rwx_mask;
#endif
} mm_context_t;

#endif