!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/xtensa/include/asm/   drwxr-xr-x
Free 83.24 GB of 96.73 GB (86.05%)
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 (2.71 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>

/*
 * Per-CPU exception handling data structure.
 * EXCSAVE1 points to it.
 */
struct exc_table {
    /* Kernel Stack */
    void *kstk;
    /* Double exception save area for a0 */
    unsigned long double_save;
    /* Fixup handler */
    void *fixup;
    /* For passing a parameter to fixup */
    void *fixup_param;
    /* Fast user exception handlers */
    void *fast_user_handler[EXCCAUSE_N];
    /* Fast kernel exception handlers */
    void *fast_kernel_handler[EXCCAUSE_N];
    /* Default C-Handlers */
    void *default_handler[EXCCAUSE_N];
};

/*
 * 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);
void fast_second_level_miss(void);

/* Initialize minimal exc_table structure sufficient for basic paging */
static inline void __init early_trap_init(void)
{
    static struct exc_table exc_table __initdata = {
        .fast_kernel_handler[EXCCAUSE_DTLB_MISS] =
            fast_second_level_miss,
    };
    __asm__ __volatile__("wsr  %0, excsave1\n" : : "a" (&exc_table));
}

void secondary_trap_init(void);

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

struct debug_table {
    /* Pointer to debug exception handler */
    void (*debug_exception)(void);
    /* Temporary register save area */
    unsigned long debug_save[1];
#ifdef CONFIG_HAVE_HW_BREAKPOINT
    /* Save area for DBREAKC registers */
    unsigned long dbreakc_save[XCHAL_NUM_DBREAK];
    /* Saved ICOUNT register */
    unsigned long icount_save;
    /* Saved ICOUNTLEVEL register */
    unsigned long icount_level_save;
#endif
};

void debug_exception(void);

#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 HackingTool | HackingTool | Generation time: 0.0043 ]--