/arch/arm/include/debug/ |
D | 8250.S | 18 .macro store, rd, rx:vararg macro 26 .macro store, rd, rx:vararg macro 38 store \rd, [\rx, #UART_TX << UART_SHIFT]
|
/arch/alpha/lib/ |
D | ev6-memcpy.S | 72 stq $1, 0($16) # L : store 150 stq $1, 0($16) # L : store 8 169 stb $1, 0($16) # L : store a byte 192 stb $1, 0($4) # L : store it 208 bis $3, $1, $1 # E : merged bytes to store 212 stq $1, 0($4) # L : store 8 (aligned) 232 stb $1, 0($4) # L : store
|
/arch/mips/include/asm/ |
D | ftrace.h | 44 #define safe_store(store, src, dst, error) \ argument 47 "1: " store " %[tmp_src], 0(%[tmp_dst])\n"\
|
/arch/mips/sgi-ip22/ |
D | Platform | 28 ifeq ($(call cc-option-yn,-march=r10000 -mr10k-cache-barrier=store), n) 29 $(error gcc doesn't support needed option -mr10k-cache-barrier=store) 33 cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=store -I$(srctree)/arch/mips/include/asm/mach-ip28
|
/arch/sparc/kernel/ |
D | wuf.S | 268 LEON_PI(sta %l5, [%g0] ASI_LEON_MMUREGS) ! store it 269 SUN_PI_(sta %l5, [%g0] ASI_M_MMUREGS) ! store it 284 LEON_PI(sta %twin_tmp1, [%g0] ASI_LEON_MMUREGS) ! store it 285 SUN_PI_(sta %twin_tmp1, [%g0] ASI_M_MMUREGS) ! store it
|
D | unaligned_32.c | 25 store, /* st, std, sth, stsh */ enumerator 42 return store; in decode_direction() 261 case store: in kernel_unaligned_trap() 352 case store: in user_unaligned_trap()
|
/arch/arm/lib/ |
D | bitops.h | 30 .macro testop, name, instr, store 87 .macro testop, name, instr, store 99 \store r2, [r1]
|
/arch/s390/crypto/ |
D | sha_common.c | 33 goto store; in s390_sha_update() 55 store: in s390_sha_update()
|
/arch/powerpc/platforms/powernv/ |
D | opal-elog.c | 37 ssize_t (*store)(struct elog_obj *elog, struct elog_attribute *attr, member 119 if (!attribute->store) in elog_attr_store() 122 return attribute->store(elog, attribute, buf, len); in elog_attr_store() 127 .store = elog_attr_store,
|
D | opal-dump.c | 37 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr, member 183 if (!attribute->store) in dump_attr_store() 186 return attribute->store(dump, attribute, buf, len); in dump_attr_store() 191 .store = dump_attr_store,
|
/arch/m68k/fpsp040/ |
D | x_unfl.S | 8 | result, then store the result. Denormalization is accomplished 35 |xref store 53 bsrl unf_res |denormalize, round & store interm op 211 | Differentiate between store to memory vs. store to register 218 | At this point, a store to memory is pending
|
D | x_unimp.S | 71 bnes no_store |if STORE_FLG is set, no store 72 bsrl sto_res |store the result in user space
|
D | x_store.S | 4 | store --- store operand to memory or register 36 .global store symbol 37 store: label
|
D | binstr.S | 113 tstw %d7 |if zero, store digit & to loop 119 moveb %d7,(%a0)+ |store d7b byte in memory 132 moveb %d7,(%a0)+ |store it in memory string
|
/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 264 ssize_t (*store)(const char *buf, size_t count); member 285 if (likely(sattr->store)) in sq_sysfs_store() 286 return sattr->store(buf, count); in sq_sysfs_store() 332 .store = sq_sysfs_store,
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 336 ssize_t (*store) (struct threshold_block *, const char *, size_t count); member 412 .store = store_## val, \ 439 static ssize_t store(struct kobject *kobj, struct attribute *attr, in store() function 446 ret = a->store ? a->store(b, buf, count) : -EIO; in store() 453 .store = store,
|
/arch/mn10300/kernel/ |
D | gdb-low.S | 29 # - D1 holds the address to store the byte into 71 # - D0 holds the byte to store
|
/arch/m68k/ifpsp060/ |
D | os.S | 248 dmwbuae:movs.b %d0,(%a0) | store user byte 250 dmwbs: move.b %d0,(%a0) | store super byte 271 dmwwuae:movs.w %d0,(%a0) | store user word 273 dmwws: move.w %d0,(%a0) | store super word 294 dmwluae:movs.l %d0,(%a0) | store user longword 296 dmwls: move.l %d0,(%a0) | store super longword
|
/arch/ia64/kernel/ |
D | err_inject.c | 65 #define store(name) \ macro 127 store(err_type_info) in store() function 159 store(err_struct_info) in store() function
|
/arch/xtensa/lib/ |
D | strncpy_user.S | 80 EX(s8i, a9, a11, 0, fixup_s) # store byte 0 90 EX(s8i, a9, a11, 0, fixup_s) # store byte 0 97 EX(s8i, a9, a11, 0, fixup_s) # store byte 0 125 EX(s32i, a9, a11, 0, fixup_s) # store word to dst
|
/arch/m68k/lib/ |
D | udivsi3.S | 151 movl d2,d3 | subtract b from p, store in tmp. 155 movl d3,d2 | and store tmp in p.
|
/arch/m32r/boot/compressed/ |
D | head.S | 105 ldi r1, #0 ; clear R1 for longwords store 106 addi r2, #-4 ; account for pre-inc store
|
/arch/m32r/kernel/ |
D | head.S | 86 ldi r1, #0 ; clear R1 for longwords store 87 addi r2, #-4 ; account for pre-inc store 95 addi r2, #4 ; account for pre-inc store
|
/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 147 # u8 expanded_keys[16*11] store expanded keys 148 # u8 shifted_hkey_1[16] store HashKey <<1 mod poly here 149 # u8 shifted_hkey_2[16] store HashKey^2 <<1 mod poly here 150 # u8 shifted_hkey_3[16] store HashKey^3 <<1 mod poly here 151 # u8 shifted_hkey_4[16] store HashKey^4 <<1 mod poly here 152 # u8 shifted_hkey_5[16] store HashKey^5 <<1 mod poly here 153 # u8 shifted_hkey_6[16] store HashKey^6 <<1 mod poly here 154 # u8 shifted_hkey_7[16] store HashKey^7 <<1 mod poly here 155 # u8 shifted_hkey_8[16] store HashKey^8 <<1 mod poly here 156 # u8 shifted_hkey_1_k[16] store XOR HashKey <<1 mod poly here (for Karatsuba purposes) [all …]
|
/arch/s390/kernel/ |
D | entry64.S | 164 .insn s,0xb27c0000,\savearea # store clock fast 166 .insn s,0xb2050000,\savearea # store clock 180 stmg %r6,%r15,__SF_GPRS(%r15) # store gprs of prev task 181 stg %r15,__THREAD_ksp(%r2) # store kernel stack of prev 186 stg %r3,__LC_CURRENT # store task struct of next 187 stg %r5,__LC_THREAD_INFO # store thread info of next 188 stg %r15,__LC_KERNEL_STACK # store end of kernel stack 190 mvc __LC_CURRENT_PID+4(4,%r0),__TASK_pid(%r3) # store pid of next 238 stg %r2,__PT_R2(%r11) # store return value 369 stg %r2,__PT_R2(%r11) # store return value [all …]
|