Searched refs:asm_inline (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | asm_goto_workaround.h | 22 #ifdef asm_inline 23 #undef asm_inline 24 #define asm_inline asm macro
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | alternative.h | 96 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 D | bug.h | 12 asm_inline volatile( \ 31 asm_inline volatile( \
|
H A D | spinlock.h | 81 asm_inline volatile( in arch_spin_unlock()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | alternative.h | 263 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, ft_flags) : : : "memory") 266 …asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) ::: "memor… 269 …asm_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 D | bug.h | 40 asm_inline volatile("1:\t" ins "\n" \ 58 asm_inline volatile("1:\t" ins "\n" \
|
H A D | gsseg.h | 23 asm_inline volatile("1: " LKGS_DI in native_lkgs()
|
H A D | irq_stack.h | 87 asm_inline volatile( \
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | bug.h | 41 asm_inline volatile (__stringify(ASM_BUG_FLAGS(flags)));
|
/openbmc/linux/arch/s390/lib/ |
H A D | spinlock.c | 77 asm_inline volatile( in arch_load_niai4() 88 asm_inline volatile( in arch_cmpxchg_niai8()
|
/openbmc/linux/include/linux/ |
H A D | compiler_types.h | 397 #define asm_inline asm __inline macro 399 #define asm_inline asm macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | alternative.c | 1568 asm_inline volatile ( in alt_reloc_selftest()
|