Home
last modified time | relevance | path

Searched defs:asm_goto_output (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dasm_goto_workaround.h14 #define asm_goto_output(x...) asm volatile("invalid use of asm_goto_output") macro
/openbmc/linux/tools/include/linux/
H A Dcompiler_types.h40 #define asm_goto_output(x...) asm goto(x) macro
/openbmc/linux/include/linux/
H A Dcompiler-gcc.h85 #define asm_goto_output(x...) \ macro
H A Dcompiler_types.h393 #define asm_goto_output(x...) asm volatile goto(x) macro