ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-611.34.1.el9_7.x86_64/tools/include/asm-generic
/
usr
src
kernels
5.14.0-611.34.1.el9_7.x86_64
tools
include
asm-generic
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
bitops
-
chmod
Open
Rename
Delete
atomic-gcc.h
1.93 MB
chmod
View
DL
Edit
Rename
Delete
barrier.h
892 B
chmod
View
DL
Edit
Rename
Delete
bitops.h
940 B
chmod
View
DL
Edit
Rename
Delete
bitsperlong.h
596 B
chmod
View
DL
Edit
Rename
Delete
hugetlb_encode.h
1.78 MB
chmod
View
DL
Edit
Rename
Delete
unaligned.h
3.39 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-611.34.1.el9_7.x86_64/tools/include/asm-generic/barrier.h
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copied from the kernel sources to tools/perf/: * * Generic barrier definitions. * * It should be possible to use these on really simple architectures, * but it serves more as a starting point for new ports. * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef __TOOLS_LINUX_ASM_GENERIC_BARRIER_H #define __TOOLS_LINUX_ASM_GENERIC_BARRIER_H #ifndef __ASSEMBLY__ #include <linux/compiler.h> /* * Force strict CPU ordering. And yes, this is required on UP too when we're * talking to devices. * * Fall back to compiler barriers if nothing better is provided. */ #ifndef mb #define mb() barrier() #endif #ifndef rmb #define rmb() mb() #endif #ifndef wmb #define wmb() mb() #endif #endif /* !__ASSEMBLY__ */ #endif /* __TOOLS_LINUX_ASM_GENERIC_BARRIER_H */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply