!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 

uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 

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

Safe-mode: OFF (not secure)

/usr/src/linux-headers-3.13.0-57/arch/arm64/include/asm/   drwxr-xr-x
Free 9.63 GB of 29.4 GB (32.77%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     barrier.h (1.63 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * Based on arch/arm/include/asm/barrier.h
 *
 * Copyright (C) 2012 ARM Ltd.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
#ifndef __ASM_BARRIER_H
#define __ASM_BARRIER_H

#ifndef __ASSEMBLY__

#define sev()        asm volatile("sev" : : : "memory")
#define wfe()        asm volatile("wfe" : : : "memory")
#define wfi()        asm volatile("wfi" : : : "memory")

#define isb()        asm volatile("isb" : : : "memory")
#define dsb()        asm volatile("dsb sy" : : : "memory")

#define mb()        dsb()
#define rmb()        asm volatile("dsb ld" : : : "memory")
#define wmb()        asm volatile("dsb st" : : : "memory")

#ifndef CONFIG_SMP
#define smp_mb()    barrier()
#define smp_rmb()    barrier()
#define smp_wmb()    barrier()
#else
#define smp_mb()    asm volatile("dmb ish" : : : "memory")
#define smp_rmb()    asm volatile("dmb ishld" : : : "memory")
#define smp_wmb()    asm volatile("dmb ishst" : : : "memory")
#endif

#define read_barrier_depends()        do { } while(0)
#define smp_read_barrier_depends()    do { } while(0)

#define set_mb(var, value)    do { var = value; smp_mb(); } while (0)
#define nop()        asm volatile("nop");

#endif    /* __ASSEMBLY__ */

#endif    /* __ASM_BARRIER_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.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0058 ]--