Searched refs:asm_inline (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/x86/include/asm/ |
D | alternative.h | 204 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory") 207 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory") 221 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \ 234 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, \ 240 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \ 245 asm_inline volatile (ALTERNATIVE("call %P[old]", "call %P[new]", feature) \ 256 asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
|
D | bug.h | 36 asm_inline volatile("1:\t" ins "\n" \ 53 asm_inline volatile("1:\t" ins "\n" \
|
/Linux-v5.10/samples/bpf/ |
D | asm_goto_workaround.h | 22 #ifdef asm_inline 23 #undef asm_inline 24 #define asm_inline asm macro
|
/Linux-v5.10/arch/s390/include/asm/ |
D | bug.h | 12 asm_inline volatile( \ 30 asm_inline volatile( \
|
D | alternative.h | 142 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory") 145 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, facility1, \
|
D | spinlock.h | 88 asm_inline volatile( in arch_spin_unlock()
|
/Linux-v5.10/include/linux/ |
D | compiler_types.h | 245 #define asm_inline asm __inline macro 247 #define asm_inline asm macro
|
/Linux-v5.10/arch/s390/lib/ |
D | spinlock.c | 77 asm_inline volatile( in arch_load_niai4() 88 asm_inline volatile( in arch_cmpxchg_niai8()
|