!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-6.8-headers-6.8.0-1027/include/linux/   drwxr-xr-x
Free 83.29 GB of 96.73 GB (86.11%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     peci-cpu.h (1.5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2021 Intel Corporation */

#ifndef __LINUX_PECI_CPU_H
#define __LINUX_PECI_CPU_H

#include <linux/types.h>

#include "../../arch/x86/include/asm/intel-family.h"

#define PECI_PCS_PKG_ID            0  /* Package Identifier Read */
#define  PECI_PKG_ID_CPU_ID        0x0000  /* CPUID Info */
#define  PECI_PKG_ID_PLATFORM_ID    0x0001  /* Platform ID */
#define  PECI_PKG_ID_DEVICE_ID        0x0002  /* Uncore Device ID */
#define  PECI_PKG_ID_MAX_THREAD_ID    0x0003  /* Max Thread ID */
#define  PECI_PKG_ID_MICROCODE_REV    0x0004  /* CPU Microcode Update Revision */
#define  PECI_PKG_ID_MCA_ERROR_LOG    0x0005  /* Machine Check Status */
#define PECI_PCS_MODULE_TEMP        9  /* Per Core DTS Temperature Read */
#define PECI_PCS_THERMAL_MARGIN        10 /* DTS thermal margin */
#define PECI_PCS_DDR_DIMM_TEMP        14 /* DDR DIMM Temperature */
#define PECI_PCS_TEMP_TARGET        16 /* Temperature Target Read */
#define PECI_PCS_TDP_UNITS        30 /* Units for power/energy registers */

struct peci_device;

int peci_temp_read(struct peci_device *device, s16 *temp_raw);

int peci_pcs_read(struct peci_device *device, u8 index,
          u16 param, u32 *data);

int peci_pci_local_read(struct peci_device *device, u8 bus, u8 dev,
            u8 func, u16 reg, u32 *data);

int peci_ep_pci_local_read(struct peci_device *device, u8 seg,
               u8 bus, u8 dev, u8 func, u16 reg, u32 *data);

int peci_mmio_read(struct peci_device *device, u8 bar, u8 seg,
           u8 bus, u8 dev, u8 func, u64 address, u32 *data);

#endif /* __LINUX_PECI_CPU_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.0033 ]--