Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dasm_goto_workaround.h22 #ifdef asm_inline
23 #undef asm_inline
24 #define asm_inline asm macro
/openbmc/linux/arch/s390/include/asm/
H A Dalternative.h96 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory")
99 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, facility1, \
104 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
109 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) \
H A Dbug.h12 asm_inline volatile( \
31 asm_inline volatile( \
H A Dspinlock.h81 asm_inline volatile( in arch_spin_unlock()
/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h263 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, ft_flags) : : : "memory")
266asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) ::: "memor…
269asm_inline volatile(ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) ::: "memory…
280 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, ft_flags) \
293 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, \
299 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, ft_flags) \
304 asm_inline volatile (ALTERNATIVE("call %c[old]", "call %c[new]", ft_flags) \
315 asm_inline volatile (ALTERNATIVE_2("call %c[old]", "call %c[new1]", ft_flags1, \
H A Dbug.h28 asm_inline volatile("1:\t" ins "\n" \
46 asm_inline volatile("1:\t" ins "\n" \
H A Dgsseg.h23 asm_inline volatile("1: " LKGS_DI in native_lkgs()
H A Dirq_stack.h87 asm_inline volatile( \
/openbmc/linux/arch/loongarch/include/asm/
H A Dbug.h41 asm_inline volatile (__stringify(ASM_BUG_FLAGS(flags)));
/openbmc/linux/arch/s390/lib/
H A Dspinlock.c77 asm_inline volatile( in arch_load_niai4()
88 asm_inline volatile( in arch_cmpxchg_niai8()
/openbmc/linux/include/linux/
H A Dcompiler_types.h378 #define asm_inline asm __inline macro
380 #define asm_inline asm macro
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c1568 asm_inline volatile ( in alt_reloc_selftest()