Searched refs:asm_inline (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/samples/bpf/ |
| D | asm_goto_workaround.h | 22 #ifdef asm_inline 23 #undef asm_inline 24 #define asm_inline asm macro
|
| /Linux-v5.15/arch/x86/include/asm/ |
| D | alternative.h | 210 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory") 213 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory") 216 asm_inline volatile(ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) ::: "memory") 227 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \ 240 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, \ 246 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \ 251 asm_inline volatile (ALTERNATIVE("call %P[old]", "call %P[new]", feature) \ 262 asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
|
| D | bug.h | 27 asm_inline volatile("1:\t" ins "\n" \ 44 asm_inline volatile("1:\t" ins "\n" \
|
| D | irq_stack.h | 86 asm_inline volatile( \
|
| /Linux-v5.15/arch/s390/include/asm/ |
| D | alternative.h | 142 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory") 145 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, facility1, \ 150 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \ 155 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) \
|
| D | bug.h | 12 asm_inline volatile( \ 30 asm_inline volatile( \
|
| D | spinlock.h | 88 asm_inline volatile( in arch_spin_unlock()
|
| /Linux-v5.15/include/linux/ |
| D | compiler_types.h | 258 #define asm_inline asm __inline macro 260 #define asm_inline asm macro
|
| /Linux-v5.15/arch/s390/lib/ |
| D | spinlock.c | 77 asm_inline volatile( in arch_load_niai4() 88 asm_inline volatile( in arch_cmpxchg_niai8()
|