!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/alpha/include/asm/   drwxr-xr-x
Free 9.58 GB of 29.4 GB (32.59%)
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.66 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef _ALPHA_CMPXCHG_H
#define _ALPHA_CMPXCHG_H

/*
 * Atomic exchange routines.
 */

#define __ASM__MB
#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));                    \
})

#ifdef CONFIG_SMP
#undef __ASM__MB
#define __ASM__MB    "\tmb\n"
#endif
#undef ____xchg
#undef ____cmpxchg
#define ____xchg(type, args...)        __xchg ##type(args)
#define ____cmpxchg(type, args...)    __cmpxchg ##type(args)
#include <asm/xchg.h>

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

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

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

#undef __ASM__MB
#undef ____cmpxchg

#define __HAVE_ARCH_CMPXCHG 1

#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 KaizenLouie | C99Shell Github | Generation time: 0.0051 ]--