!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-sh64/   drwxr-xr-x
Free 1.98 GB of 97.11 GB (2.04%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     tlb.h (2.28 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * include/asm-sh64/tlb.h
 *
 * Copyright (C) 2003  Paul Mundt
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 */
#ifndef __ASM_SH64_TLB_H
#define __ASM_SH64_TLB_H

/*
 * Note! These are mostly unused, we just need the xTLB_LAST_VAR_UNRESTRICTED
 * for head.S! Once this limitation is gone, we can clean the rest of this up.
 */

/* ITLB defines */
#define ITLB_FIXED    0x00000000    /* First fixed ITLB, see head.S */
#define ITLB_LAST_VAR_UNRESTRICTED    0x000003F0    /* Last ITLB */

/* DTLB defines */
#define DTLB_FIXED    0x00800000    /* First fixed DTLB, see head.S */
#define DTLB_LAST_VAR_UNRESTRICTED    0x008003F0    /* Last DTLB */

#ifndef __ASSEMBLY__

/**
 * for_each_dtlb_entry
 *
 * @tlb:    TLB entry
 *
 * Iterate over free (non-wired) DTLB entries
 */
#define for_each_dtlb_entry(tlb)        \
    for (tlb  = cpu_data->dtlb.first;    \
         tlb <= cpu_data->dtlb.last;    \
         tlb += cpu_data->dtlb.step)

/**
 * for_each_itlb_entry
 *
 * @tlb:    TLB entry
 *
 * Iterate over free (non-wired) ITLB entries
 */
#define for_each_itlb_entry(tlb)        \
    for (tlb  = cpu_data->itlb.first;    \
         tlb <= cpu_data->itlb.last;    \
         tlb += cpu_data->itlb.step)

/**
 * __flush_tlb_slot
 *
 * @slot:    Address of TLB slot.
 *
 * Flushes TLB slot @slot.
 */
static inline void __flush_tlb_slot(unsigned long long slot)
{
    __asm__ __volatile__ ("putcfg %0, 0, r63\n" : : "r" (slot));
}

/* arch/sh64/mm/tlb.c */
extern int sh64_tlb_init(void);
extern unsigned long long sh64_next_free_dtlb_entry(void);
extern unsigned long long sh64_get_wired_dtlb_entry(void);
extern int sh64_put_wired_dtlb_entry(unsigned long long entry);

extern void sh64_setup_tlb_slot(unsigned long long config_addr, unsigned long eaddr, unsigned long asid, unsigned long paddr);
extern void sh64_teardown_tlb_slot(unsigned long long config_addr);

#define tlb_start_vma(tlb, vma) \
    flush_cache_range(vma, vma->vm_start, vma->vm_end)

#define tlb_end_vma(tlb, vma)    \
    flush_tlb_range(vma, vma->vm_start, vma->vm_end)

#define __tlb_remove_tlb_entry(tlb, pte, address)    do { } while (0)

/*
 * Flush whole TLBs for MM
 */
#define tlb_flush(tlb)        flush_tlb_mm((tlb)->mm)

#include <asm-generic/tlb.h>

#endif /* __ASSEMBLY__ */

#endif /* __ASM_SH64_TLB_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.0223 ]--