Home
last modified time | relevance | path

Searched defs:asm_volatile_goto (Results 1 – 4 of 4) 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.h99 #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) macro
Dcompiler_types.h249 #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