Home
last modified time | relevance | path

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

12345678910>>...16

/linux-6.12.1/drivers/video/backlight/
Dlcd.c30 struct lcd_device *ld; in fb_notifier_callback() local
33 ld = container_of(self, struct lcd_device, fb_notif); in fb_notifier_callback()
34 if (!ld->ops) in fb_notifier_callback()
37 mutex_lock(&ld->ops_lock); in fb_notifier_callback()
38 if (!ld->ops->check_fb || ld->ops->check_fb(ld, evdata->info)) { in fb_notifier_callback()
40 if (ld->ops->set_power) in fb_notifier_callback()
41 ld->ops->set_power(ld, *(int *)evdata->data); in fb_notifier_callback()
43 if (ld->ops->set_mode) in fb_notifier_callback()
44 ld->ops->set_mode(ld, evdata->data); in fb_notifier_callback()
47 mutex_unlock(&ld->ops_lock); in fb_notifier_callback()
[all …]
/linux-6.12.1/tools/testing/selftests/powerpc/include/
Dgpr_asm.h32 ld r31,(top_pos)(%r1); \
33 ld r30,(top_pos - 8)(%r1); \
34 ld r29,(top_pos - 16)(%r1); \
35 ld r28,(top_pos - 24)(%r1); \
36 ld r27,(top_pos - 32)(%r1); \
37 ld r26,(top_pos - 40)(%r1); \
38 ld r25,(top_pos - 48)(%r1); \
39 ld r24,(top_pos - 56)(%r1); \
40 ld r23,(top_pos - 64)(%r1); \
41 ld r22,(top_pos - 72)(%r1); \
[all …]
/linux-6.12.1/tools/testing/selftests/kvm/lib/riscv/
Dhandlers.S54 ld s2, 264(sp)
55 ld s1, 256(sp)
56 ld s0, 248(sp)
60 ld x31, 240(sp)
61 ld x30, 232(sp)
62 ld x29, 224(sp)
63 ld x28, 216(sp)
64 ld x27, 208(sp)
65 ld x26, 200(sp)
66 ld x25, 192(sp)
[all …]
/linux-6.12.1/arch/powerpc/platforms/ps3/
Dhvcall.S27 ld r0, LRSAVE(r1); \
53 ld r11, -8(r1); \
56 ld r0, LRSAVE(r1); \
74 ld r11, -8(r1); \
76 ld r11, -16(r1); \
79 ld r0, LRSAVE(r1); \
98 ld r11, -8(r1); \
100 ld r11, -16(r1); \
102 ld r11, -24(r1); \
105 ld r0, LRSAVE(r1); \
[all …]
/linux-6.12.1/arch/mips/kernel/
Docteon_switch.S265 ld t0, OCTEON_CP2_CRC_IV(a0)
267 ld t1, OCTEON_CP2_CRC_LENGTH(a0)
268 ld t2, OCTEON_CP2_CRC_POLY(a0)
277 ld t0, OCTEON_CP2_LLM_DAT(a0)
278 ld t1, OCTEON_CP2_LLM_DAT+8(a0)
287 ld t0, OCTEON_CP2_3DES_IV(a0)
288 ld t1, OCTEON_CP2_3DES_KEY(a0)
289 ld t2, OCTEON_CP2_3DES_KEY+8(a0)
291 ld t0, OCTEON_CP2_3DES_KEY+16(a0)
293 ld t1, OCTEON_CP2_3DES_RESULT(a0)
[all …]
/linux-6.12.1/arch/powerpc/lib/
Dcopypage_64.S51 ld r5,0(r4)
52 ld r6,8(r4)
53 ld r7,16(r4)
57 ld r9,8(r4)
58 ld r10,16(r4)
61 ld r11,24(r4)
62 ld r12,32(r4)
65 ld r5,40(r4)
66 ld r6,48(r4)
69 ld r7,56(r4)
[all …]
Dcopyuser_64.S95 lex; ld r7,0(r4)
96 lex; ld r6,8(r4)
108 lex; ld r7,16(r4)
109 lex; ld r6,24(r4)
116 lex; ld r9,0(r4)
117 lex; ld r8,8(r4)
136 lex; ld r9,0(r4)
170 lex; ld r9,0(r4) /* 3+2n loads, 2+2n stores */
171 lex; ld r0,8(r4)
178 lex; ld r0,8(r4)
[all …]
Dcopy_mc_64.S26 ld r22,STK_REG(R22)(r1)
27 ld r21,STK_REG(R21)(r1)
28 ld r20,STK_REG(R20)(r1)
29 ld r19,STK_REG(R19)(r1)
30 ld r18,STK_REG(R18)(r1)
31 ld r17,STK_REG(R17)(r1)
32 ld r16,STK_REG(R16)(r1)
33 ld r15,STK_REG(R15)(r1)
34 ld r14,STK_REG(R14)(r1)
108 err2; ld r0,0(r4)
[all …]
Dcopypage_power7.S40 ld r0,STACKFRAMESIZE+16(r1)
41 ld r3,STK_REG(R31)(r1)
42 ld r4,STK_REG(R30)(r1)
99 1: ld r0,0(r4)
100 ld r5,8(r4)
101 ld r6,16(r4)
102 ld r7,24(r4)
103 ld r8,32(r4)
104 ld r9,40(r4)
105 ld r10,48(r4)
[all …]
Dchecksum_64.S67 ld r6,0(r3)
68 ld r9,8(r3)
70 ld r10,16(r3)
71 ld r11,24(r3)
82 ld r12,32(r3)
83 ld r14,40(r3)
86 ld r15,48(r3)
87 ld r16,56(r3)
99 ld r6,0(r3)
100 ld r9,8(r3)
[all …]
/linux-6.12.1/tools/testing/selftests/powerpc/copyloops/
Dcopyuser_64.S95 lex; ld r7,0(r4)
96 lex; ld r6,8(r4)
108 lex; ld r7,16(r4)
109 lex; ld r6,24(r4)
116 lex; ld r9,0(r4)
117 lex; ld r8,8(r4)
136 lex; ld r9,0(r4)
170 lex; ld r9,0(r4) /* 3+2n loads, 2+2n stores */
171 lex; ld r0,8(r4)
178 lex; ld r0,8(r4)
[all …]
Dcopy_mc_64.S26 ld r22,STK_REG(R22)(r1)
27 ld r21,STK_REG(R21)(r1)
28 ld r20,STK_REG(R20)(r1)
29 ld r19,STK_REG(R19)(r1)
30 ld r18,STK_REG(R18)(r1)
31 ld r17,STK_REG(R17)(r1)
32 ld r16,STK_REG(R16)(r1)
33 ld r15,STK_REG(R15)(r1)
34 ld r14,STK_REG(R14)(r1)
108 err2; ld r0,0(r4)
[all …]
/linux-6.12.1/tools/testing/selftests/powerpc/pmu/ebb/
Dbusy_loop.S173 ld r3, -96(%r1)
176 ld r4, -104(%r1)
179 ld r5, -112(%r1)
182 ld r6, -120(%r1)
185 ld r7, -128(%r1)
188 ld r8, -136(%r1)
191 ld r9, -144(%r1)
194 ld r10, -152(%r1)
197 ld r11, -160(%r1)
200 ld r14, -168(%r1)
[all …]
/linux-6.12.1/arch/powerpc/crypto/
Dcurve25519-ppc64le_asm.S86 ld 6,0(5)
87 ld 7,0(4)
88 ld 8,8(4)
89 ld 9,16(4)
90 ld 10,24(4)
91 ld 11,32(4)
101 ld 4,8(5)
121 ld 6,16(5)
147 ld 4,24(5)
173 ld 6,32(5)
[all …]
/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_64_entry.S42 ld r10,PACA_EXGEN+EX_R13(r13)
73 ld r10,HSTATE_SCRATCH0(r13)
84 ld r12,EX_CFAR(r11)
87 ld r12,EX_CTR(r11)
90 ld r12,EX_PPR(r11)
93 ld r12,EX_R12(r11)
97 ld r9,EX_R9(r11)
98 ld r10,EX_R10(r11)
99 ld r11,EX_R11(r11)
163 ld r12,HSTATE_SCRATCH0(r13)
[all …]
Dbook3s_hv_rmhandlers.S88 ld r4, HSTATE_KVM_VCPU(r13)
95 ld r5,HSTATE_DABR(r13)
102 ld r3,PACA_SPRG_VDSO(r13)
112 ld r3, HSTATE_DECEXP(r13)
130 ld r8, 112+PPC_LR_STKOFF(r1)
132 ld r7, HSTATE_HOST_MSR(r13)
158 ld r5, HSTATE_KVM_VCORE(r13)
163 ld r8,VCORE_LPCR(r5)
167 ld r5, HSTATE_KVM_VCORE(r13)
196 ld r1, HSTATE_HOST_R1(r13)
[all …]
/linux-6.12.1/arch/powerpc/kernel/
Didle_book3s.S95 ld r1,PACAR1(r13)
96 ld r4,-8*20(r1)
97 ld r5,-8*21(r1)
105 ld r2,-8*1(r1)
106 ld r14,-8*2(r1)
107 ld r15,-8*3(r1)
108 ld r16,-8*4(r1)
109 ld r17,-8*5(r1)
110 ld r18,-8*6(r1)
111 ld r19,-8*7(r1)
[all …]
Dtm.S81 ld r0, THREAD_TM_TFHAR(r3)
83 ld r0, THREAD_TM_TEXASR(r3)
85 ld r0, THREAD_TM_TFIAR(r3)
186 ld r1, PACAR1(r13)
194 ld r11, PACATMSCRATCH(r13)
215 ld r12, STK_PARAM(R3)(r1) /* Param 0, thread_struct * */
231 ld r3, GPR1(r1) /* user r1 */
232 ld r4, GPR7(r1) /* user r7 */
233 ld r5, GPR11(r1) /* user r11 */
234 ld r6, GPR12(r1) /* user r12 */
[all …]
/linux-6.12.1/drivers/tty/
Dtty_ldisc.c141 struct tty_ldisc *ld; in tty_ldisc_get() local
165 ld = kmalloc(sizeof(struct tty_ldisc), GFP_KERNEL | __GFP_NOFAIL); in tty_ldisc_get()
166 ld->ops = ldops; in tty_ldisc_get()
167 ld->tty = tty; in tty_ldisc_get()
169 return ld; in tty_ldisc_get()
178 static void tty_ldisc_put(struct tty_ldisc *ld) in tty_ldisc_put() argument
180 if (WARN_ON_ONCE(!ld)) in tty_ldisc_put()
183 put_ldops(ld->ops); in tty_ldisc_put()
184 kfree(ld); in tty_ldisc_put()
241 struct tty_ldisc *ld; in tty_ldisc_ref_wait() local
[all …]
/linux-6.12.1/arch/loongarch/lib/
Dmemcpy.S42 1: ld.b t0, a1, 0
65 1: ld.b t0, a1, 0
70 2: ld.h t0, a1, 0
75 3: ld.h t0, a1, 0
76 ld.b t1, a1, 2
82 4: ld.w t0, a1, 0
87 5: ld.w t0, a1, 0
88 ld.b t1, a1, 4
94 6: ld.w t0, a1, 0
95 ld.h t1, a1, 4
[all …]
Dcopy_user.S35 1: ld.b t0, a1, 0
60 0: ld.d t0, a1, 0
77 2: ld.d t0, a1, 0
78 3: ld.d t1, a1, 8
79 4: ld.d t2, a1, 16
80 5: ld.d t3, a1, 24
81 6: ld.d t4, a1, 32
82 7: ld.d t5, a1, 40
83 8: ld.d t6, a1, 48
84 9: ld.d t7, a1, 56
[all …]
Dmemmove.S51 1: ld.b t0, a1, -1
76 ld.d a6, a1, 0
77 ld.d a7, a3, -8
89 ld.d t0, a3, -8
90 ld.d t1, a3, -16
91 ld.d t2, a3, -24
92 ld.d t3, a3, -32
93 ld.d t4, a3, -40
94 ld.d t5, a3, -48
95 ld.d t6, a3, -56
[all …]
/linux-6.12.1/arch/loongarch/power/
Dsuspend_asm.S39 ld.d $r1, sp, PT_R1
40 ld.d $r2, sp, PT_R2
41 ld.d $r3, sp, PT_R3
42 ld.d $r4, sp, PT_R4
43 ld.d $r21, sp, PT_R21
44 ld.d $r22, sp, PT_R22
45 ld.d $r23, sp, PT_R23
46 ld.d $r24, sp, PT_R24
47 ld.d $r25, sp, PT_R25
48 ld.d $r26, sp, PT_R26
[all …]
/linux-6.12.1/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c57 #define SPAN_ROW_SIZE(map, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowSize) argument
58 #define SPAN_ROW_DATA_SIZE(map_, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowDataSize) argument
64 static u8 mr_spanset_get_phy_params(struct megasas_instance *instance, u32 ld,
67 static u64 get_row_from_strip(struct megasas_instance *instance, u32 ld,
101 struct MR_LD_RAID *MR_LdRaidGet(u32 ld, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdRaidGet() argument
103 return &map->raidMap.ldSpanMap[ld].ldRaid; in MR_LdRaidGet()
106 static struct MR_SPAN_BLOCK_INFO *MR_LdSpanInfoGet(u32 ld, in MR_LdSpanInfoGet() argument
110 return &map->raidMap.ldSpanMap[ld].spanBlock[0]; in MR_LdSpanInfoGet()
113 static u8 MR_LdDataArmGet(u32 ld, u32 armIdx, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdDataArmGet() argument
115 return map->raidMap.ldSpanMap[ld].dataArmMap[armIdx]; in MR_LdDataArmGet()
[all …]
/linux-6.12.1/arch/loongarch/mm/
Dpage.S44 ld.d t0, a1, 0
45 ld.d t1, a1, 8
46 ld.d t2, a1, 16
47 ld.d t3, a1, 24
48 ld.d t4, a1, 32
49 ld.d t5, a1, 40
50 ld.d t6, a1, 48
51 ld.d t7, a1, 56
55 ld.d t0, a1, 64
56 ld.d t1, a1, 72
[all …]

12345678910>>...16