X7ROOT File Manager
Current Path:
/usr/include/asm
usr
/
include
/
asm
/
📁
..
📄
a.out.h
(756 B)
📄
amd_hsmp.h
(11.28 KB)
📄
auxvec.h
(546 B)
📄
bitsperlong.h
(321 B)
📄
boot.h
(323 B)
📄
bootparam.h
(8.31 KB)
📄
bpf_perf_event.h
(40 B)
📄
byteorder.h
(200 B)
📄
debugreg.h
(3.25 KB)
📄
e820.h
(2.52 KB)
📄
errno.h
(31 B)
📄
fcntl.h
(31 B)
📄
hw_breakpoint.h
(69 B)
📄
hwcap2.h
(324 B)
📄
ioctl.h
(31 B)
📄
ioctls.h
(32 B)
📄
ipcbuf.h
(32 B)
📄
ist.h
(854 B)
📄
kvm.h
(22.35 KB)
📄
kvm_para.h
(4.22 KB)
📄
kvm_perf.h
(388 B)
📄
ldt.h
(1.28 KB)
📄
mce.h
(1.74 KB)
📄
mman.h
(413 B)
📄
msgbuf.h
(1.05 KB)
📄
msr.h
(346 B)
📄
mtrr.h
(3.9 KB)
📄
param.h
(31 B)
📄
perf_regs.h
(1.37 KB)
📄
poll.h
(30 B)
📄
posix_types.h
(224 B)
📄
posix_types_32.h
(765 B)
📄
posix_types_64.h
(609 B)
📄
posix_types_x32.h
(581 B)
📄
prctl.h
(1.14 KB)
📄
processor-flags.h
(6.97 KB)
📄
ptrace-abi.h
(1.99 KB)
📄
ptrace.h
(1.46 KB)
📄
resource.h
(34 B)
📄
sembuf.h
(1.04 KB)
📄
setup.h
(6 B)
📄
sgx.h
(8.15 KB)
📄
shmbuf.h
(1.29 KB)
📄
sigcontext.h
(9.5 KB)
📄
sigcontext32.h
(271 B)
📄
siginfo.h
(422 B)
📄
signal.h
(2.02 KB)
📄
socket.h
(32 B)
📄
sockios.h
(33 B)
📄
stat.h
(3.06 KB)
📄
statfs.h
(416 B)
📄
svm.h
(9.67 KB)
📄
swab.h
(724 B)
📄
termbits.h
(34 B)
📄
termios.h
(33 B)
📄
types.h
(31 B)
📄
ucontext.h
(2.07 KB)
📄
unistd.h
(623 B)
📄
unistd_32.h
(11.84 KB)
📄
unistd_64.h
(9.7 KB)
📄
unistd_x32.h
(17.07 KB)
📄
vm86.h
(3.11 KB)
📄
vmx.h
(7.42 KB)
📄
vsyscall.h
(263 B)
Editing: mman.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _ASM_X86_MMAN_H #define _ASM_X86_MMAN_H #define MAP_32BIT 0x40 /* only give out 32bit addresses */ #define MAP_ABOVE4G 0x80 /* only map above 4GB */ /* Flags for map_shadow_stack(2) */ #define SHADOW_STACK_SET_TOKEN (1ULL << 0) /* Set up a restore token in the shadow stack */ #include <asm-generic/mman.h> #endif /* _ASM_X86_MMAN_H */
Upload File
Create Folder