Home
last modified time | relevance | path

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

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