!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-mips/   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:     prefetch.h (2.07 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * 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.
 *
 * Copyright (C) 2003 by Ralf Baechle
 */
#ifndef __ASM_PREFETCH_H
#define __ASM_PREFETCH_H


/*
 * R5000 and RM5200 implements pref and prefx instructions but they're nops, so
 * rather than wasting time we pretend these processors don't support
 * prefetching at all.
 *
 * R5432 implements Load, Store, LoadStreamed, StoreStreamed, LoadRetained,
 * StoreRetained and WriteBackInvalidate but not Pref_PrepareForStore.
 *
 * Hell (and the book on my shelf I can't open ...) know what the R8000 does.
 *
 * RM7000 version 1.0 interprets all hints as Pref_Load; version 2.0 implements
 * Pref_PrepareForStore also.
 *
 * RM9000 is MIPS IV but implements prefetching like MIPS32/MIPS64; it's
 * Pref_WriteBackInvalidate is a nop and Pref_PrepareForStore is broken in
 * current versions due to erratum G105.
 *
 * VR7701 only implements the Load prefetch.
 *
 * Finally MIPS32 and MIPS64 implement all of the following hints.
 */

#define Pref_Load            0
#define Pref_Store            1
                        /* 2 and 3 are reserved */
#define Pref_LoadStreamed        4
#define Pref_StoreStreamed        5
#define Pref_LoadRetained        6
#define Pref_StoreRetained        7
                        /* 8 ... 24 are reserved */
#define Pref_WriteBackInvalidate    25
#define Pref_PrepareForStore        30

#ifdef __ASSEMBLY__

    .macro    __pref hint addr
#ifdef CONFIG_CPU_HAS_PREFETCH
    pref    \hint, \addr
#endif
    .endm

    .macro    pref_load addr
    __pref    Pref_Load, \addr
    .endm

    .macro    pref_store addr
    __pref    Pref_Store, \addr
    .endm

    .macro    pref_load_streamed addr
    __pref    Pref_LoadStreamed, \addr
    .endm

    .macro    pref_store_streamed addr
    __pref    Pref_StoreStreamed, \addr
    .endm

    .macro    pref_load_retained addr
    __pref    Pref_LoadRetained, \addr
    .endm

    .macro    pref_store_retained addr
    __pref    Pref_StoreRetained, \addr
    .endm

    .macro    pref_wback_inv addr
    __pref    Pref_WriteBackInvalidate, \addr
    .endm

    .macro    pref_prepare_for_store addr
    __pref    Pref_PrepareForStore, \addr
    .endm

#endif

#endif /* __ASM_PREFETCH_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.0225 ]--