/openbmc/linux/arch/sparc/kernel/ |
H A D | una_asm_32.S | 34 4: stb %g2, [%o0] 36 5: stb %g7, [%o0 + 1] 38 6: stb %g2, [%o0 + 2] 40 7: stb %g1, [%o0 + 3] 42 8: stb %g2, [%o0 + 4] 44 9: stb %g1, [%o0 + 5] 45 10: stb %g2, [%o0 + 6] 47 11: stb %g7, [%o0 + 7] 49 12: stb %g2, [%o0] 51 13: stb %g7, [%o0 + 1] [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-lfs.patch | 14 opts, stb->st_mode & 07777, 15 - (long) stb->st_size, 16 + (off_t) stb->st_size, 17 stb->st_mtime, stb->st_atime, 25 - rname, (long) stb->st_size); 27 + rname, (off_t) stb->st_size); 37 opts, stb->st_mode & 07777, 38 - (long) stb->st_size, 39 + (off_t) stb->st_size, 40 stb->st_mtime, stb->st_atime, [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | interrupt_64.S | 116 stb r11,PACAIRQSOFTMASK(r13) 118 stb r11,PACAIRQHAPPENED(r13) # clear out possible HARD_DIS 187 stb r11,PACAIRQSOFTMASK(r13) 267 stb r11,PACASRR_VALID(r13) 276 stb r11,PACAIRQSOFTMASK(r13) 303 stb r11,PACAIRQSOFTMASK(r13) 305 stb r11,PACAIRQHAPPENED(r13) # clear out possible HARD_DIS 316 stb r4,PACASRR_VALID(r13) 374 stb r11,PACAIRQSOFTMASK(r13) 436 stb r11,PACAIRQSOFTMASK(r13) [all …]
|
H A D | idle_64e.S | 45 stb r0,PACAIRQSOFTMASK(r13) 72 stb r10,PACAIRQHAPPENED(r13)
|
/openbmc/linux/arch/sparc/lib/ |
H A D | csum_copy.S | 53 EX_ST(STORE(stb, %o4, %o1 + 0x00)) 207 EX_ST(STORE(stb, %o5, %o1 + 0x00)) 245 EX_ST(STORE(stb, GLOBAL_SPARE, %o1)) 257 EX_ST(STORE(stb, %g2, %o1)) 259 EX_ST(STORE(stb, %o4, %o1 + 1)) 268 EX_ST(STORE(stb, %g2, %o1)) 270 EX_ST(STORE(stb, %g3, %o1 + 1)) 272 EX_ST(STORE(stb, %g2, %o1 + 2)) 274 EX_ST(STORE(stb, %o4, %o1 + 3)) 291 EX_ST(STORE(stb, %g2, %o1)) [all …]
|
H A D | memcpy.S | 61 stb %t0, [%dst - (offset) - 0x02]; \ 62 stb %t1, [%dst - (offset) - 0x01]; 88 stb %o4, [%o0] 113 stb %g2, [%o0] 222 stb %g2, [%o0] 287 stb %g2, [%o0] 306 stb %g5, [%i0] 313 stb %g3, [%i0] 317 stb %g3, [%i0 - 1] 404 stb %g2, [%i0 + 4] [all …]
|
H A D | memset.S | 93 EX(stb %g3, [%o0], sub %o1, 0) 97 EX(stb %g3, [%o0 + 0x01], sub %o1, 1) 99 EX(stb %g3, [%o0 + 0x02], sub %o1, 2) 165 EX(stb %g3, [%o0], and %o1, 1) 178 EX(stb %g3, [%o0 - 1], add %o1, 1)
|
H A D | VISsave.S | 31 stb %g0, [%g6 + TI_FPSAVED] 41 stb %g3, [%g6 + TI_FPSAVED] 50 stb %o5, [%g3 + TI_FPSAVED]
|
H A D | copy_user.S | 130 ST(stb, dst, -(offset + 0x02), t0, halfchunk_fault) \ 131 ST(stb, dst, -(offset + 0x01), t1, halfchunk_fault) 144 ST(stb, dst, -(offset + 0x02), t0, last_shortchunk_fault) \ 145 ST(stb, dst, -(offset + 0x01), t1, last_shortchunk_fault) 168 EXO2(stb %g2, [%o0]) 275 EX(stb %g2, [%o0], add %g0, 1) 315 EXO2(stb %g2, [%o0]) 365 EX(stb %g2, [%o0], add %g0, 1)
|
H A D | memmove.S | 28 stb %g7, [%o0] 59 stb %g7, [%o0 - 0x1]
|
H A D | checksum_32.S | 256 EX(stb %o5, [%o1 + 0x00]) 379 EX(stb %g5, [%o1]) 392 EX(stb %g2, [%o1]) 394 EX(stb %o4, [%o1 + 1]) 404 EX(stb %g2, [%o1]) 406 EX(stb %g3, [%o1 + 1]) 408 EX(stb %g2, [%o1 + 2]) 410 EX(stb %o4, [%o1 + 3]) 427 EX(stb %g2, [%o1]) 429 EX(stb %o4, [%o1 + 1]) [all …]
|
/openbmc/linux/arch/arc/lib/ |
H A D | memcpy-700.S | 52 stb.ab r12,[r5,1] 57 stb.ab r12,[r5,1] 59 stb.ab r3,[r5,1] 62 stb r12,[r5,0]
|
H A D | memcpy-archs.S | 53 stb.ab r5, [r3,1] 80 stb.ab r5, [r3,1] 128 stb.ab r5, [r3, 1] 134 stb.ab r6, [r3,1] 175 stb.ab r6, [r3,1] 209 stb.ab r5, [r3, 1] 215 stb.ab r6, [r3,1]
|
H A D | memset.S | 20 stb r1,[r3,-1] 26 stb.ab r1,[r4,1] 43 stb.ab r1,[r4,1]
|
H A D | strcpy-700.S | 56 stb.ab r1,[r10,1] 65 stb.ab r3,[r10,1]
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | hvCall.S | 115 stb r4,PACASRR_VALID(r13) 130 stb r4,PACASRR_VALID(r13) 143 stb r4,PACASRR_VALID(r13) 176 stb r4,PACASRR_VALID(r13) 205 stb r4,PACASRR_VALID(r13) 243 stb r4,PACASRR_VALID(r13) 285 stb r4,PACASRR_VALID(r13) 323 stb r4,PACASRR_VALID(r13) 365 stb r4,PACASRR_VALID(r13)
|
/openbmc/linux/sound/isa/gus/ |
H A D | Makefile | 18 snd-interwave-stb-objs := interwave-stb.o 25 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-interwave-stb.o snd-gus-lib.o
|
/openbmc/qemu/tests/tcg/alpha/system/ |
H A D | boot.S | 92 stb $2, com1Lcr($1) 93 stb $31, com1Dlm($1) /* outb(0, com1Dlm); */ 95 stb $2, com1Dll($1) /* outb(baudconst, com1Dll); */ 97 stb $2, com1Lcr($1) /* outb(0x07, com1Lcr) */ 99 stb $2, com1Mcr($1) /* outb(0x0f, com1Mcr) */ 160 stb $16, com1Thr($1) 185 stb $2, com1Thr($1)
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a07g043-smarc-pmod.dtso | 27 can0-stb-hog { 31 can1-stb-hog {
|
/openbmc/linux/arch/powerpc/platforms/52xx/ |
H A D | lite5200_sleep.S | 158 stb r4, GPIOW_GPIOE(r8) /* enable gpio_wkup1 */ 161 stb r4, GPIOW_DVO(r8) /* "output" high */ 163 stb r4, GPIOW_DDR(r8) /* output */ 165 stb r4, GPIOW_DVO(r8) /* output high */ 174 stb r4, GPIOW_DVO(r8) /* output low */
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | string_64.S | 47 err3; stb r0,0(r3) 67 err1; stb r0,0(r3) 125 err1; stb r0,0(r3)
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_rmhandlers.S | 119 stb r0, HSTATE_HWTHREAD_REQ(r13) 183 stb r3, HSTATE_NAPPING(r13) 199 stb r0, HSTATE_NAPPING(r13) 287 stb r0,PACA_FTRACE_ENABLED(r13) 290 stb r0,HSTATE_HWTHREAD_STATE(r13) 300 stb r0, HSTATE_NAPPING(r13) 397 stb r0, HSTATE_HWTHREAD_STATE(r13) 439 stb r0, HSTATE_HWTHREAD_STATE(r13) 489 stb r3, HSTATE_NAPPING(r13) 525 stb r6, HSTATE_IN_GUEST(r13) [all …]
|
H A D | book3s_64_slb.S | 44 stb r8, 3(r11) 121 stb r8, 3(r11)
|
/openbmc/linux/arch/csky/abiv2/ |
H A D | memset.S | 57 stb r1, (r0, 0) 74 stb r1, (r0, 0)
|
/openbmc/qemu/tests/migration/ppc64/ |
H A D | a-b-kernel.S | 52 1: stb %r3,0(%r9) 61 stb %r3,0(%r9)
|