!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-sparc64/   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:     iommu.h (1.63 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* iommu.h: Definitions for the sun5 IOMMU.
 *
 * Copyright (C) 1996, 1999, 2007 David S. Miller (davem@davemloft.net)
 */
#ifndef _SPARC64_IOMMU_H
#define _SPARC64_IOMMU_H

/* The format of an iopte in the page tables. */
#define IOPTE_VALID   0x8000000000000000UL
#define IOPTE_64K     0x2000000000000000UL
#define IOPTE_STBUF   0x1000000000000000UL
#define IOPTE_INTRA   0x0800000000000000UL
#define IOPTE_CONTEXT 0x07ff800000000000UL
#define IOPTE_PAGE    0x00007fffffffe000UL
#define IOPTE_CACHE   0x0000000000000010UL
#define IOPTE_WRITE   0x0000000000000002UL

#define IOMMU_NUM_CTXS    4096

struct iommu_arena {
    unsigned long    *map;
    unsigned int    hint;
    unsigned int    limit;
};

struct iommu {
    spinlock_t        lock;
    struct iommu_arena    arena;
    iopte_t            *page_table;
    u32            page_table_map_base;
    unsigned long        iommu_control;
    unsigned long        iommu_tsbbase;
    unsigned long        iommu_flush;
    unsigned long        iommu_flushinv;
    unsigned long        iommu_tags;
    unsigned long        iommu_ctxflush;
    unsigned long        write_complete_reg;
    unsigned long        dummy_page;
    unsigned long        dummy_page_pa;
    unsigned long        ctx_lowest_free;
    DECLARE_BITMAP(ctx_bitmap, IOMMU_NUM_CTXS);
    u32            dma_addr_mask;
};

struct strbuf {
    int            strbuf_enabled;
    unsigned long        strbuf_control;
    unsigned long        strbuf_pflush;
    unsigned long        strbuf_fsync;
    unsigned long        strbuf_ctxflush;
    unsigned long        strbuf_ctxmatch_base;
    unsigned long        strbuf_flushflag_pa;
    volatile unsigned long *strbuf_flushflag;
    volatile unsigned long    __flushflag_buf[(64+(64-1)) / sizeof(long)];
};

extern int iommu_table_init(struct iommu *iommu, int tsbsize,
                u32 dma_offset, u32 dma_addr_mask);

#endif /* !(_SPARC64_IOMMU_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.0039 ]--