!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

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

Safe-mode: OFF (not secure)

/usr/src/linux-headers-5.4.0-204/arch/mips/include/asm/mach-paravirt/   drwxr-xr-x
Free 13.17 GB of 57.97 GB (22.71%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     kernel-entry-init.h (1.03 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * 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) 2013 Cavium, Inc
 */
#ifndef __ASM_MACH_PARAVIRT_KERNEL_ENTRY_H
#define __ASM_MACH_PARAVIRT_KERNEL_ENTRY_H

#define CP0_EBASE $15, 1

    .macro  kernel_entry_setup
#ifdef CONFIG_SMP
    mfc0    t0, CP0_EBASE
    andi    t0, t0, 0x3ff        # CPUNum
    beqz    t0, 1f
    # CPUs other than zero goto smp_bootstrap
    j    smp_bootstrap
#endif /* CONFIG_SMP */

1:
    .endm

/*
 * Do SMP slave processor setup necessary before we can safely execute
 * C code.
 */
    .macro  smp_slave_setup
    mfc0    t0, CP0_EBASE
    andi    t0, t0, 0x3ff        # CPUNum
    slti    t1, t0, NR_CPUS
    bnez    t1, 1f
2:
    di
    wait
    b    2b            # Unknown CPU, loop forever.
1:
    PTR_LA    t1, paravirt_smp_sp
    PTR_SLL    t0, PTR_SCALESHIFT
    PTR_ADDU t1, t1, t0
3:
    PTR_L    sp, 0(t1)
    beqz    sp, 3b            # Spin until told to proceed.

    PTR_LA    t1, paravirt_smp_gp
    PTR_ADDU t1, t1, t0
    sync
    PTR_L    gp, 0(t1)
    .endm

#endif /* __ASM_MACH_PARAVIRT_KERNEL_ENTRY_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.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0317 ]--