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

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

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

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-5.13-headers-5.13.0-1018/arch/alpha/include/asm/   drwxr-xr-x
Free 83.22 GB of 96.73 GB (86.04%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     cmpxchg.h (1.86 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ALPHA_CMPXCHG_H
#define _ALPHA_CMPXCHG_H

/*
 * Atomic exchange routines.
 */

#define ____xchg(type, args...)        __xchg ## type ## _local(args)
#define ____cmpxchg(type, args...)    __cmpxchg ## type ## _local(args)
#include <asm/xchg.h>

#define xchg_local(ptr, x)                        \
({                                    \
    __typeof__(*(ptr)) _x_ = (x);                    \
    (__typeof__(*(ptr))) __xchg_local((ptr), (unsigned long)_x_,    \
                       sizeof(*(ptr)));            \
})

#define cmpxchg_local(ptr, o, n)                    \
({                                    \
    __typeof__(*(ptr)) _o_ = (o);                    \
    __typeof__(*(ptr)) _n_ = (n);                    \
    (__typeof__(*(ptr))) __cmpxchg_local((ptr), (unsigned long)_o_,    \
                      (unsigned long)_n_,        \
                      sizeof(*(ptr)));        \
})

#define cmpxchg64_local(ptr, o, n)                    \
({                                    \
    BUILD_BUG_ON(sizeof(*(ptr)) != 8);                \
    cmpxchg_local((ptr), (o), (n));                    \
})

#undef ____xchg
#undef ____cmpxchg
#define ____xchg(type, args...)        __xchg ##type(args)
#define ____cmpxchg(type, args...)    __cmpxchg ##type(args)
#include <asm/xchg.h>

/*
 * The leading and the trailing memory barriers guarantee that these
 * operations are fully ordered.
 */
#define xchg(ptr, x)                            \
({                                    \
    __typeof__(*(ptr)) __ret;                    \
    __typeof__(*(ptr)) _x_ = (x);                    \
    smp_mb();                            \
    __ret = (__typeof__(*(ptr)))                    \
        __xchg((ptr), (unsigned long)_x_, sizeof(*(ptr)));    \
    smp_mb();                            \
    __ret;                                \
})

#define cmpxchg(ptr, o, n)                        \
({                                    \
    __typeof__(*(ptr)) __ret;                    \
    __typeof__(*(ptr)) _o_ = (o);                    \
    __typeof__(*(ptr)) _n_ = (n);                    \
    smp_mb();                            \
    __ret = (__typeof__(*(ptr))) __cmpxchg((ptr),            \
        (unsigned long)_o_, (unsigned long)_n_, sizeof(*(ptr)));\
    smp_mb();                            \
    __ret;                                \
})

#define cmpxchg64(ptr, o, n)                        \
({                                    \
    BUILD_BUG_ON(sizeof(*(ptr)) != 8);                \
    cmpxchg((ptr), (o), (n));                    \
})

#undef ____cmpxchg

#endif /* _ALPHA_CMPXCHG_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 HackingTool | HackingTool | Generation time: 0.0046 ]--