Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
src /
linux-headers-5.15.0-160 /
include /
xen /
arm /
[ HOME SHELL ]
Name
Size
Permission
Action
hypercall.h
3.38
KB
-rw-r--r--
hypervisor.h
774
B
-rw-r--r--
interface.h
2.53
KB
-rw-r--r--
page-coherent.h
613
B
-rw-r--r--
page.h
3.05
KB
-rw-r--r--
swiotlb-xen.h
431
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : swiotlb-xen.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_ARM_SWIOTLB_XEN_H #define _ASM_ARM_SWIOTLB_XEN_H #include <xen/features.h> #include <xen/xen.h> static inline int xen_swiotlb_detect(void) { if (!xen_domain()) return 0; if (xen_feature(XENFEAT_direct_mapped)) return 1; /* legacy case */ if (!xen_feature(XENFEAT_not_direct_mapped) && xen_initial_domain()) return 1; return 0; } #endif /* _ASM_ARM_SWIOTLB_XEN_H */
Close