#include <linux/irqflags.h>
#include <asm/assembler.h>
#include <asm/dcache_clear.h>
#include <asm-generic/cmpxchg-local.h>
Go to the source code of this file.
|
#define | xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) |
|
#define | xchg_local(ptr, x) |
|
#define | __HAVE_ARCH_CMPXCHG 1 |
|
#define | cmpxchg(ptr, o, n) |
|
#define | cmpxchg_local(ptr, o, n) |
|
#define | cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) |
|
#define __HAVE_ARCH_CMPXCHG 1 |
#define cmpxchg |
( |
|
ptr, |
|
|
|
o, |
|
|
|
n |
|
) |
| |
#define cmpxchg64_local |
( |
|
ptr, |
|
|
|
o, |
|
|
|
n |
|
) |
| __cmpxchg64_local_generic((ptr), (o), (n)) |
#define cmpxchg_local |
( |
|
ptr, |
|
|
|
o, |
|
|
|
n |
|
) |
| |
#define xchg_local |
( |
|
ptr, |
|
|
|
x |
|
) |
| |
Value:((__typeof__(*(
ptr)))__xchg_local((
unsigned long)(
x), (
ptr), \
Definition at line 106 of file cmpxchg.h.
void __cmpxchg_called_with_bad_pointer |
( |
void |
| ) |
|
void __xchg_called_with_bad_pointer |
( |
void |
| ) |
|