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


Viewing file:     traps.h (1.27 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * arch/xtensa/include/asm/traps.h
 *
 * 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) 2012 Tensilica Inc.
 */
#ifndef _XTENSA_TRAPS_H
#define _XTENSA_TRAPS_H

#include <asm/ptrace.h>

/*
 * handler must be either of the following:
 *  void (*)(struct pt_regs *regs);
 *  void (*)(struct pt_regs *regs, unsigned long exccause);
 */
extern void * __init trap_set_handler(int cause, void *handler);
extern void do_unhandled(struct pt_regs *regs, unsigned long exccause);

static inline void spill_registers(void)
{
#if XCHAL_NUM_AREGS > 16
    __asm__ __volatile__ (
        "    call12    1f\n"
        "    _j    2f\n"
        "    retw\n"
        "    .align    4\n"
        "1:\n"
        "    _entry    a1, 48\n"
        "    addi    a12, a0, 3\n"
#if XCHAL_NUM_AREGS > 32
        "    .rept    (" __stringify(XCHAL_NUM_AREGS) " - 32) / 12\n"
        "    _entry    a1, 48\n"
        "    mov    a12, a0\n"
        "    .endr\n"
#endif
        "    _entry    a1, 48\n"
#if XCHAL_NUM_AREGS % 12 == 0
        "    mov    a8, a8\n"
#elif XCHAL_NUM_AREGS % 12 == 4
        "    mov    a12, a12\n"
#elif XCHAL_NUM_AREGS % 12 == 8
        "    mov    a4, a4\n"
#endif
        "    retw\n"
        "2:\n"
        : : : "a12", "a13", "memory");
#else
    __asm__ __volatile__ (
        "    mov    a12, a12\n"
        : : : "memory");
#endif
}

#endif /* _XTENSA_TRAPS_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.0045 ]--