!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-4.4.0-210/arch/arm64/include/asm/   drwxr-xr-x
Free 9.62 GB of 29.4 GB (32.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     lse.h (1.2 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef __ASM_LSE_H
#define __ASM_LSE_H

#if defined(CONFIG_AS_LSE) && defined(CONFIG_ARM64_LSE_ATOMICS)

#include <linux/stringify.h>
#include <asm/alternative.h>
#include <asm/cpufeature.h>

#ifdef __ASSEMBLER__

.arch_extension    lse

.macro alt_lse, llsc, lse
    alternative_insn "\llsc", "\lse", ARM64_HAS_LSE_ATOMICS
.endm

#else    /* __ASSEMBLER__ */

__asm__(".arch_extension    lse");

/* Move the ll/sc atomics out-of-line */
#define __LL_SC_INLINE
#define __LL_SC_PREFIX(x)    __ll_sc_##x
#define __LL_SC_EXPORT(x)    EXPORT_SYMBOL(__LL_SC_PREFIX(x))

/* Macro for constructing calls to out-of-line ll/sc atomics */
#define __LL_SC_CALL(op)    "bl\t" __stringify(__LL_SC_PREFIX(op)) "\n"

/* In-line patching at runtime */
#define ARM64_LSE_ATOMIC_INSN(llsc, lse)                \
    ALTERNATIVE(llsc, lse, ARM64_HAS_LSE_ATOMICS)

#endif    /* __ASSEMBLER__ */
#else    /* CONFIG_AS_LSE && CONFIG_ARM64_LSE_ATOMICS */

#ifdef __ASSEMBLER__

.macro alt_lse, llsc, lse
    \llsc
.endm

#else    /* __ASSEMBLER__ */

#define __LL_SC_INLINE        static inline
#define __LL_SC_PREFIX(x)    x
#define __LL_SC_EXPORT(x)

#define ARM64_LSE_ATOMIC_INSN(llsc, lse)    llsc

#endif    /* __ASSEMBLER__ */
#endif    /* CONFIG_AS_LSE && CONFIG_ARM64_LSE_ATOMICS */
#endif    /* __ASM_LSE_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.0061 ]--