Searched full:ldxr (Results 1 – 8 of 8) sorted by relevance
/linux-5.10/arch/arm64/include/asm/ |
D | futex.h | 22 "1: ldxr %w1, %2\n" \ 101 "1: ldxr %w1, %2\n" in futex_atomic_cmpxchg_inatomic()
|
D | atomic_ll_sc.h | 48 "1: ldxr %w0, %2\n" \ 147 "1: ldxr %0, %2\n" \ in ATOMIC_OPS() 245 "1: ldxr %0, %2\n"
|
D | percpu.h | 74 "1: ldxr" #sfx "\t%" #w "[tmp], %[ptr]\n" \ 95 "1: ldxr" #sfx "\t%" #w "[ret], %[ptr]\n" \
|
D | cmpxchg.h | 241 " ldxr" #sfx "\t%" #w "[tmp], %[v]\n" \
|
/linux-5.10/arch/arm64/mm/ |
D | proc.S | 380 1: ldxr w16, [flag_ptr] 388 ldxr w16, [flag_ptr]
|
/linux-5.10/arch/arm64/kernel/ |
D | armv8_deprecated.c | 272 * Error-checking SWP macros implemented using ldxr{b}/stxr{b} 283 "0: ldxr"B" %w2, [%4]\n" \
|
/linux-5.10/arch/s390/tools/ |
D | opcodes.txt | 44 25 ldxr RR_FF
|
/linux-5.10/arch/arm64/ |
D | Kconfig | 1305 emulation of these instructions for userspace using LDXR/STXR. 1315 NOTE: when accessing uncached shared regions, LDXR/STXR rely
|