Home
last modified time | relevance | path

Searched refs:asm_volatile_goto (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dasm_goto_workaround.h12 #ifdef asm_volatile_goto
13 #undef asm_volatile_goto
14 #define asm_volatile_goto(x...) asm volatile("invalid use of asm_volatile_goto") macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Djump_label.h21 asm_volatile_goto( in arch_static_branch()
38 asm_volatile_goto( in arch_static_branch_jump()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Djump_label.h20 asm_volatile_goto( in arch_static_branch()
41 asm_volatile_goto( in arch_static_branch_jump()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Djump_label.h14 asm_volatile_goto("1:\n\t" in arch_static_branch()
29 asm_volatile_goto("1:\n\t" in arch_static_branch_jump()
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Djump_label.h16 asm_volatile_goto("1:\n\t" in arch_static_branch()
41 asm_volatile_goto("1:\n\t" in arch_static_branch_jump()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Djump_label.h13 asm_volatile_goto("1:\n\t" in arch_static_branch()
29 asm_volatile_goto("1:\n\t" in arch_static_branch_jump()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Djump_label.h27 asm_volatile_goto("0: brcl 0,"__stringify(JUMP_LABEL_NOP_OFFSET)"\n" in arch_static_branch()
41 asm_volatile_goto("0: brcl 15,%l[label]\n" in arch_static_branch_jump()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Djump_label.h14 asm_volatile_goto("1:\n\t" in arch_static_branch()
28 asm_volatile_goto("1:\n\t" in arch_static_branch_jump()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Djump_label.h34 asm_volatile_goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n" in arch_static_branch()
50 asm_volatile_goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n" in arch_static_branch_jump()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Djump_label.h20 asm_volatile_goto("1:\n\t" in arch_static_branch()
34 asm_volatile_goto("1:\n\t" in arch_static_branch_jump()
H A Duaccess.h181 asm_volatile_goto( \
194 asm_volatile_goto( \
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Djump_label.h37 asm_volatile_goto("1:\t" B_INSN " 2f\n\t" in arch_static_branch()
51 asm_volatile_goto("1:\t" J_INSN " %l[l_yes]\n\t" in arch_static_branch_jump()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Djump_label.h25 asm_volatile_goto("1:" in arch_static_branch()
41 asm_volatile_goto("1:" in arch_static_branch_jump()
H A Duaccess.h183 asm_volatile_goto("\n" \
338 asm_volatile_goto("\n" \
427 asm_volatile_goto("\n" \
H A Dvirtext.h46 asm_volatile_goto("1: vmxoff\n\t" in cpu_vmxoff()
H A Drmwcc.h21 asm_volatile_goto (fullop "; j" #cc " %l[cc_label]" \
H A Dcpufeature.h176 asm_volatile_goto( in _static_cpu_has()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_types.h248 #ifndef asm_volatile_goto
249 #define asm_volatile_goto(x...) asm goto(x) macro
H A Dcompiler-gcc.h99 #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx_ops.h142 asm_volatile_goto("1: " __stringify(insn) " %0\n\t" \
159 asm_volatile_goto("1: " __stringify(insn) " %1, %0\n\t" \
H A Dvmx.c2364 asm_volatile_goto("1: vmxon %[vmxon_pointer]\n\t" in kvm_cpu_vmxon()
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Drmwcc.h9 asm_volatile_goto (fullop "; j" cc " %l[cc_label]" \
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h243 #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) macro
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch301 +#define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0)
459 -#define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0)
534 -#define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0)
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_pipapo_avx2.c60 asm_volatile_goto("vptest %%ymm" #reg ", %%ymm" #reg ";" \