shell bypass 403
UnknownSec Shell
:
/
usr
/
src
/
linux-headers-6.8.0-36
/
arch
/
arm64
/
include
/
asm
/
vdso
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
compat_barrier.h
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2018 ARM Limited */ #ifndef __COMPAT_BARRIER_H #define __COMPAT_BARRIER_H #ifndef __ASSEMBLY__ /* * Warning: This code is meant to be used with * ENABLE_COMPAT_VDSO only. */ #ifndef ENABLE_COMPAT_VDSO #error This header is meant to be used with ENABLE_COMPAT_VDSO only #endif #ifdef dmb #undef dmb #endif #define dmb(option) __asm__ __volatile__ ("dmb " #option : : : "memory") #define aarch32_smp_mb() dmb(ish) #define aarch32_smp_rmb() dmb(ishld) #define aarch32_smp_wmb() dmb(ishst) #undef smp_mb #undef smp_rmb #undef smp_wmb #define smp_mb() aarch32_smp_mb() #define smp_rmb() aarch32_smp_rmb() #define smp_wmb() aarch32_smp_wmb() #endif /* !__ASSEMBLY__ */ #endif /* __COMPAT_BARRIER_H */
© 2026 UnknownSec