Searched refs:asm_inline (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/samples/bpf/ |
D | asm_goto_workaround.h | 22 #ifdef asm_inline 23 #undef asm_inline 24 #define asm_inline asm macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | alternative.h | 204 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory") 207 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory") 221 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \ 234 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, \ 240 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, feature) \ 245 asm_inline volatile (ALTERNATIVE("call %P[old]", "call %P[new]", feature) \ 256 asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
|
D | bug.h | 35 asm_inline volatile("1:\t" ins "\n" \ 52 asm_inline volatile("1:\t" ins "\n" \
|
/Linux-v5.4/include/linux/ |
D | compiler_types.h | 210 #define asm_inline asm __inline macro 212 #define asm_inline asm macro
|