Home
last modified time | relevance | path

Searched refs:asm_goto_output (Results 1 – 8 of 8) sorted by relevance

/linux/samples/bpf/
A Dasm_goto_workaround.h12 #ifdef asm_goto_output
13 #undef asm_goto_output
14 #define asm_goto_output(x...) asm volatile("invalid use of asm_goto_output") macro
/linux/tools/include/linux/
A Dcompiler_types.h39 #ifndef asm_goto_output
40 #define asm_goto_output(x...) asm goto(x) macro
/linux/arch/riscv/lib/
A Dcsum.c181 asm_goto_output(".option push \n\ in do_csum_with_alignment()
196 asm_goto_output(".option push \n\ in do_csum_with_alignment()
/linux/arch/powerpc/include/asm/
A Duaccess.h160 asm_goto_output( \
169 asm_goto_output( \
184 asm_goto_output( \
194 asm_goto_output( \
/linux/include/linux/
A Dcompiler_types.h438 #ifndef asm_goto_output
439 #define asm_goto_output(x...) asm volatile goto(x) macro
/linux/arch/x86/include/asm/
A Duaccess.h298 asm_goto_output("\n" \
378 asm_goto_output("\n" \
397 asm_goto_output("\n" \
/linux/arch/x86/kvm/vmx/
A Dvmx_ops.h97 asm_goto_output("1: vmread %[field], %[output]\n\t" in __vmcs_readl()
/linux/arch/arm64/include/asm/
A Duaccess.h189 asm_goto_output( \

Completed in 17 milliseconds