Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dalternative.h212 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
215 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory")
218 asm_inline volatile(ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) ::: "memory")
229 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
242 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, \
248 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
253 asm_inline volatile (ALTERNATIVE("call %P[old]", "call %P[new]", feature) \
264 asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
H A Dbug.h36 asm_inline volatile("1:\t" ins "\n" \
53 asm_inline volatile("1:\t" ins "\n" \
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dasm_goto_workaround.h22 #ifdef asm_inline
23 #undef asm_inline
24 #define asm_inline asm macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dbug.h12 asm_inline volatile( \
30 asm_inline volatile( \
H A Dalternative.h142 asm_inline volatile(ALTERNATIVE(oldinstr, altinstr, facility) : : : "memory")
145 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, facility1, \
H A Dspinlock.h88 asm_inline volatile( in arch_spin_unlock()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_types.h253 #define asm_inline asm __inline macro
255 #define asm_inline asm macro
/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Dspinlock.c77 asm_inline volatile( in arch_load_niai4()
88 asm_inline volatile( in arch_cmpxchg_niai8()