!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g. PHP/5.2.4-2ubuntu5.12 

uname -a: Linux forum.circlefusion.com 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-2.6.24-28/include/asm-sh/   drwxr-xr-x
Free 1.06 GB of 97.11 GB (1.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mmu.h (1.64 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef __MMU_H
#define __MMU_H

/* Default "unsigned long" context */
typedef unsigned long mm_context_id_t[NR_CPUS];

typedef struct {
#ifdef CONFIG_MMU
    mm_context_id_t        id;
    void            *vdso;
#else
    struct vm_list_struct    *vmlist;
    unsigned long        end_brk;
#endif
} mm_context_t;

/*
 * Privileged Space Mapping Buffer (PMB) definitions
 */
#define PMB_PASCR        0xff000070
#define PMB_IRMCR        0xff000078

#define PMB_ADDR        0xf6100000
#define PMB_DATA        0xf7100000
#define PMB_ENTRY_MAX        16
#define PMB_E_MASK        0x0000000f
#define PMB_E_SHIFT        8

#define PMB_SZ_16M        0x00000000
#define PMB_SZ_64M        0x00000010
#define PMB_SZ_128M        0x00000080
#define PMB_SZ_512M        0x00000090
#define PMB_SZ_MASK        PMB_SZ_512M
#define PMB_C            0x00000008
#define PMB_WT            0x00000001
#define PMB_UB            0x00000200
#define PMB_V            0x00000100

#define PMB_NO_ENTRY        (-1)

struct pmb_entry;

struct pmb_entry {
    unsigned long vpn;
    unsigned long ppn;
    unsigned long flags;

    /*
     * 0 .. NR_PMB_ENTRIES for specific entry selection, or
     * PMB_NO_ENTRY to search for a free one
     */
    int entry;

    struct pmb_entry *next;
    /* Adjacent entry link for contiguous multi-entry mappings */
    struct pmb_entry *link;
};

/* arch/sh/mm/pmb.c */
int __set_pmb_entry(unsigned long vpn, unsigned long ppn,
            unsigned long flags, int *entry);
int set_pmb_entry(struct pmb_entry *pmbe);
void clear_pmb_entry(struct pmb_entry *pmbe);
struct pmb_entry *pmb_alloc(unsigned long vpn, unsigned long ppn,
                unsigned long flags);
void pmb_free(struct pmb_entry *pmbe);
long pmb_remap(unsigned long virt, unsigned long phys,
           unsigned long size, unsigned long flags);
void pmb_unmap(unsigned long addr);

#endif /* __MMU_H */


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0048 ]--