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/
H A Dasm_goto_workaround.h13 #undef asm_volatile_goto macro
14 #define asm_volatile_goto(x...) asm volatile("invalid use of asm_volatile_goto") macro
/kernel/linux/linux-5.10/include/linux/
H A Dcompiler-gcc.h99 #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) macro
H A Dcompiler_types.h249 #define asm_volatile_goto(x...) asm goto(x) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcompiler_types.h115 #define asm_volatile_goto(x...) asm goto(x) macro

Completed in 2 milliseconds