Home
last modified time | relevance | path

Searched refs:asm_goto_output (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dasm_goto_workaround.h12 #ifdef asm_goto_output
13 #undef asm_goto_output
14 #define asm_goto_output(x...) asm volatile("invalid use of asm_goto_output") macro
/openbmc/linux/tools/include/linux/
H A Dcompiler_types.h39 #ifndef asm_goto_output
40 #define asm_goto_output(x...) asm goto(x) macro
/openbmc/linux/include/linux/
H A Dcompiler_types.h392 #ifndef asm_goto_output
393 #define asm_goto_output(x...) asm volatile goto(x) macro
H A Dcompiler-gcc.h85 #define asm_goto_output(x...) \ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Duaccess.h160 asm_goto_output( \
169 asm_goto_output( \
183 asm_goto_output( \
/openbmc/linux/arch/x86/include/asm/
H A Duaccess.h298 asm_goto_output("\n" \
378 asm_goto_output("\n" \
397 asm_goto_output("\n" \
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx_ops.h97 asm_goto_output("1: vmread %[field], %[output]\n\t" in __vmcs_readl()