| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | asm_goto_workaround.h | 12 #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 D | jump_label.h | 21 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 D | jump_label.h | 20 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 D | jump_label.h | 14 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 D | jump_label.h | 16 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 D | jump_label.h | 13 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 D | jump_label.h | 27 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 D | jump_label.h | 14 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 D | jump_label.h | 34 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 D | jump_label.h | 20 asm_volatile_goto("1:\n\t" in arch_static_branch() 34 asm_volatile_goto("1:\n\t" in arch_static_branch_jump()
|
| H A D | uaccess.h | 181 asm_volatile_goto( \ 194 asm_volatile_goto( \
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | jump_label.h | 37 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 D | jump_label.h | 25 asm_volatile_goto("1:" in arch_static_branch() 41 asm_volatile_goto("1:" in arch_static_branch_jump()
|
| H A D | uaccess.h | 183 asm_volatile_goto("\n" \ 338 asm_volatile_goto("\n" \ 427 asm_volatile_goto("\n" \
|
| H A D | virtext.h | 46 asm_volatile_goto("1: vmxoff\n\t" in cpu_vmxoff()
|
| H A D | rmwcc.h | 21 asm_volatile_goto (fullop "; j" #cc " %l[cc_label]" \
|
| H A D | cpufeature.h | 176 asm_volatile_goto( in _static_cpu_has()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler_types.h | 248 #ifndef asm_volatile_goto 249 #define asm_volatile_goto(x...) asm goto(x) macro
|
| H A D | compiler-gcc.h | 99 #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx_ops.h | 142 asm_volatile_goto("1: " __stringify(insn) " %0\n\t" \ 159 asm_volatile_goto("1: " __stringify(insn) " %1, %0\n\t" \
|
| H A D | vmx.c | 2364 asm_volatile_goto("1: vmxon %[vmxon_pointer]\n\t" in kvm_cpu_vmxon()
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | rmwcc.h | 9 asm_volatile_goto (fullop "; j" cc " %l[cc_label]" \
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler-gcc.h | 243 #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) macro
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 301 +#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 D | nft_set_pipapo_avx2.c | 60 asm_volatile_goto("vptest %%ymm" #reg ", %%ymm" #reg ";" \
|