Home
last modified time | relevance | path

Searched defs:asm_volatile_goto (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
Dasm_goto_workaround.h14 #define asm_volatile_goto(x...) asm volatile("invalid use of asm_volatile_goto") macro
/kernel/linux/linux-5.10/include/linux/
Dcompiler-gcc.h102 #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) macro
Dcompiler_types.h241 #define asm_volatile_goto(x...) asm goto(x) macro
/kernel/linux/linux-4.19/include/linux/
Dcompiler-gcc.h164 #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) macro
Dcompiler_types.h155 #define asm_volatile_goto(x...) asm goto(x) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dcompiler_types.h115 #define asm_volatile_goto(x...) asm goto(x) macro