Home
last modified time | relevance | path

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

12345

/arch/arm/include/debug/
D8250.S15 .macro store, rd, rx:vararg macro
26 .macro store, rd, rx:vararg macro
38 store \rd, [\rx, #UART_TX << UART_SHIFT]
Dbrcmstb.S122 .macro store, rd, rx:vararg macro
133 store \rd, [\rx, #UART_TX << UART_SHIFT]
/arch/alpha/lib/
Dev6-memcpy.S73 stq $1, 0($16) # L : store
151 stq $1, 0($16) # L : store 8
170 stb $1, 0($16) # L : store a byte
193 stb $1, 0($4) # L : store it
209 bis $3, $1, $1 # E : merged bytes to store
213 stq $1, 0($4) # L : store 8 (aligned)
233 stb $1, 0($4) # L : store
/arch/mips/include/asm/
Dftrace.h44 #define safe_store(store, src, dst, error) \ argument
47 "1: " store " %[tmp_src], 0(%[tmp_dst])\n"\
/arch/mips/sgi-ip22/
DPlatform28 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/
Dwuf.S269 LEON_PI(sta %l5, [%g0] ASI_LEON_MMUREGS) ! store it
270 SUN_PI_(sta %l5, [%g0] ASI_M_MMUREGS) ! store it
285 LEON_PI(sta %twin_tmp1, [%g0] ASI_LEON_MMUREGS) ! store it
286 SUN_PI_(sta %twin_tmp1, [%g0] ASI_M_MMUREGS) ! store it
Dunaligned_32.c26 store, /* st, std, sth, stsh */ enumerator
43 return store; in decode_direction()
262 case store: in kernel_unaligned_trap()
347 case store: in user_unaligned_trap()
/arch/arm/lib/
Dbitops.h31 .macro testop, name, instr, store
88 .macro testop, name, instr, store
100 \store r2, [r1]
/arch/m68k/fpsp040/
Dx_unfl.S8 | 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
Dx_unimp.S71 bnes no_store |if STORE_FLG is set, no store
72 bsrl sto_res |store the result in user space
Dx_store.S4 | store --- store operand to memory or register
36 .global store symbol
37 store: label
Dbinstr.S113 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/s390/crypto/
Dsha_common.c27 goto store; in s390_sha_update()
45 store: in s390_sha_update()
/arch/powerpc/platforms/powernv/
Dopal-elog.c34 ssize_t (*store)(struct elog_obj *elog, struct elog_attribute *attr, member
116 if (!attribute->store) in elog_attr_store()
119 return attribute->store(elog, attribute, buf, len); in elog_attr_store()
124 .store = elog_attr_store,
Dopal-sensor-groups.c114 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, member
126 attr->attr.store = ops_info[index].store; in add_attr()
Dopal-dump.c34 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr, member
180 if (!attribute->store) in dump_attr_store()
183 return attribute->store(dump, attribute, buf, len); in dump_attr_store()
188 .store = dump_attr_store,
/arch/sh/kernel/cpu/sh4/
Dsq.c261 ssize_t (*store)(const char *buf, size_t count); member
282 if (likely(sattr->store)) in sq_sysfs_store()
283 return sattr->store(buf, count); in sq_sysfs_store()
329 .store = sq_sysfs_store,
/arch/ia64/kernel/
Derr_inject.c65 #define store(name) \ macro
127 store(err_type_info) in store() function
158 store(err_struct_info) in store() function
/arch/sparc/lib/
DM7memcpy.S204 ! %o5 has the bytes to be written in partial store.
223 cmp %o2, %o3 ! limit to store buffer size
238 EX_ST(STORE(stx, %o4, %o0), memcpy_retl_o2_plus_63_64) ! and store
245 EX_LD(LOAD(ldx, %o1+32, %o4), memcpy_retl_o2_plus_63_32)! load and store
262 EX_ST(STORE(stx, %o4, %o0), memcpy_retl_o2_plus_31_32) ! and store
293 EX_ST(STORE(stx, %o4, %o0-8), memcpy_retl_o2_plus_8) ! and store 8
313 cmp %o2, %o3 ! limit to store buffer size
373 EX_ST(STORE(stw, %o4, %o0), memcpy_retl_o2_plus_8)! and store 4 bytes
377 EX_ST(STORE(stw, %o3, %o0-4), memcpy_retl_o2_plus_4)! and store 4 bytes
388 EX_ST(STORE(stw, %o4, %o0-4), memcpy_retl_o2_plus_4)! and store 4 bytes
[all …]
DM7memset.S188 ! get store pipeline moving
194 sub %o5, 8, %o5 ! adjust %o5 for ASI store alignment
223 ! to keep the store pipeline moving.
306 subcc %o3, 8, %o3 ! Can we store any long words?
311 stx %o1, [%o5] ! store the long words
/arch/m68k/ifpsp060/
Dos.S248 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/xtensa/lib/
Dstrncpy_user.S72 EX(10f) s8i a9, a11, 0 # store byte 0
82 EX(10f) s8i a9, a11, 0 # store byte 0
89 EX(10f) s8i a9, a11, 0 # store byte 0
117 EX(10f) s32i a9, a11, 0 # store word to dst
/arch/m68k/lib/
Dudivsi3.S146 movl d2,d3 | subtract b from p, store in tmp.
150 movl d3,d2 | and store tmp in p.
/arch/arm/boot/dts/
Dfacebook-bmc-flash-layout.dtsi26 * as persistent data store.
/arch/mips/kvm/
Dtrap_emul.c180 struct kvm_vcpu *vcpu, bool store) in kvm_mips_bad_access() argument
182 if (store) in kvm_mips_bad_access()
249 static int kvm_trap_emul_handle_tlb_miss(struct kvm_vcpu *vcpu, bool store) in kvm_trap_emul_handle_tlb_miss() argument
267 store ? "ST" : "LD", cause, opc, badvaddr); in kvm_trap_emul_handle_tlb_miss()
279 er = kvm_mips_handle_tlbmiss(cause, opc, run, vcpu, store); in kvm_trap_emul_handle_tlb_miss()
291 if (kvm_mips_handle_kseg0_tlb_fault(badvaddr, vcpu, store) < 0) in kvm_trap_emul_handle_tlb_miss()
292 ret = kvm_mips_bad_access(cause, opc, run, vcpu, store); in kvm_trap_emul_handle_tlb_miss()
299 ret = kvm_mips_bad_access(cause, opc, run, vcpu, store); in kvm_trap_emul_handle_tlb_miss()
302 store ? "ST" : "LD", cause, opc, badvaddr); in kvm_trap_emul_handle_tlb_miss()

12345