Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-6.8.0-124 /
include /
xen /
arm /
Delete
Unzip
Name
Size
Permission
Date
Action
hypercall.h
3.05
KB
-rw-r--r--
2024-03-10 20:38
hypervisor.h
529
B
-rw-r--r--
2024-03-10 20:38
interface.h
2.53
KB
-rw-r--r--
2024-03-10 20:38
page.h
2.99
KB
-rw-r--r--
2024-03-10 20:38
swiotlb-xen.h
431
B
-rw-r--r--
2024-03-10 20:38
xen-ops.h
334
B
-rw-r--r--
2024-03-10 20:38
Save
Rename
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_ARM_XEN_HYPERVISOR_H #define _ASM_ARM_XEN_HYPERVISOR_H #include <linux/init.h> extern struct shared_info *HYPERVISOR_shared_info; extern struct start_info *xen_start_info; #ifdef CONFIG_XEN void __init xen_early_init(void); #else static inline void xen_early_init(void) { return; } #endif #ifdef CONFIG_HOTPLUG_CPU static inline void xen_arch_register_cpu(int num) { } static inline void xen_arch_unregister_cpu(int num) { } #endif #endif /* _ASM_ARM_XEN_HYPERVISOR_H */