Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dasm_goto_workaround.h14 #define asm_goto_output(x...) asm volatile("invalid use of asm_goto_output") macro
/linux/tools/include/linux/
H A Dcompiler_types.h40 #define asm_goto_output(x...) asm goto(x) macro
/linux/include/linux/
H A Dcompiler_types.h464 #define asm_goto_output(x...) asm volatile goto(x) macro