Home
last modified time | relevance | path

Searched refs:asm_inline (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/samples/bpf/
Dasm_goto_workaround.h22 #ifdef asm_inline
23 #undef asm_inline
24 #define asm_inline asm macro
/Linux-v5.15/arch/x86/include/asm/
Dalternative.h210 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,\
Dbug.h27 asm_inline volatile("1:\t" ins "\n" \
44 asm_inline volatile("1:\t" ins "\n" \
Dirq_stack.h86 asm_inline volatile( \
/Linux-v5.15/arch/s390/include/asm/
Dalternative.h142 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) \
Dbug.h12 asm_inline volatile( \
30 asm_inline volatile( \
Dspinlock.h88 asm_inline volatile( in arch_spin_unlock()
/Linux-v5.15/include/linux/
Dcompiler_types.h258 #define asm_inline asm __inline macro
260 #define asm_inline asm macro
/Linux-v5.15/arch/s390/lib/
Dspinlock.c77 asm_inline volatile( in arch_load_niai4()
88 asm_inline volatile( in arch_cmpxchg_niai8()