Searched refs:rel_ (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | cmpxchg.h | 53 __XCHG_CASE(w, b, rel_, 8, , , , , l, "memory") 54 __XCHG_CASE(w, h, rel_, 16, , , , , l, "memory") 55 __XCHG_CASE(w, , rel_, 32, , , , , l, "memory") 56 __XCHG_CASE( , , rel_, 64, , , , , l, "memory") 123 __CMPXCHG_CASE(rel_, 8) 124 __CMPXCHG_CASE(rel_, 16) 125 __CMPXCHG_CASE(rel_, 32) 126 __CMPXCHG_CASE(rel_, 64)
|
H A D | atomic_ll_sc.h | 286 __CMPXCHG_CASE(w, b, rel_, 8, , , l, "memory", K) 287 __CMPXCHG_CASE(w, h, rel_, 16, , , l, "memory", K) 288 __CMPXCHG_CASE(w, , rel_, 32, , , l, "memory", K) 289 __CMPXCHG_CASE( , , rel_, 64, , , l, "memory", L)
|
H A D | atomic_lse.h | 372 __CMPXCHG_CASE(w, b, rel_, 8, l, "memory") 373 __CMPXCHG_CASE(w, h, rel_, 16, l, "memory") 374 __CMPXCHG_CASE(w, , rel_, 32, l, "memory") 375 __CMPXCHG_CASE(x, , rel_, 64, l, "memory")
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | cmpxchg.h | 53 __XCHG_CASE(w, b, rel_, 8, , , , , l, "memory") 54 __XCHG_CASE(w, h, rel_, 16, , , , , l, "memory") 55 __XCHG_CASE(w, , rel_, 32, , , , , l, "memory") 56 __XCHG_CASE( , , rel_, 64, , , , , l, "memory") 122 __CMPXCHG_CASE(rel_, 8) 123 __CMPXCHG_CASE(rel_, 16) 124 __CMPXCHG_CASE(rel_, 32) 125 __CMPXCHG_CASE(rel_, 64)
|
H A D | atomic_ll_sc.h | 286 __CMPXCHG_CASE(w, b, rel_, 8, , , l, "memory", K) 287 __CMPXCHG_CASE(w, h, rel_, 16, , , l, "memory", K) 288 __CMPXCHG_CASE(w, , rel_, 32, , , l, "memory", K) 289 __CMPXCHG_CASE( , , rel_, 64, , , l, "memory", L)
|
H A D | atomic_lse.h | 273 __CMPXCHG_CASE(w, b, rel_, 8, l, "memory") 274 __CMPXCHG_CASE(w, h, rel_, 16, l, "memory") 275 __CMPXCHG_CASE(w, , rel_, 32, l, "memory") 276 __CMPXCHG_CASE(x, , rel_, 64, l, "memory")
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | vmlinux.lds.S | 109 *(.rel.*) *(.rel_*)
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | vmlinux.lds.S | 112 *(.rel.*) *(.rel_*)
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 483 *(.rel.*) *(.rel_*)
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 492 *(.rel.*) *(.rel_*)
|
Completed in 8 milliseconds