/openbmc/linux/drivers/video/backlight/ |
H A D | lcd.c | 30 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 …]
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | gpr_asm.h | 32 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 …]
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | hvcall.S | 24 ld r0, 16(r1); \ 49 ld r11, -8(r1); \ 52 ld r0, 16(r1); \ 69 ld r11, -8(r1); \ 71 ld r11, -16(r1); \ 74 ld r0, 16(r1); \ 92 ld r11, -8(r1); \ 94 ld r11, -16(r1); \ 96 ld r11, -24(r1); \ 99 ld r0, 16(r1); \ [all …]
|
/openbmc/linux/arch/mips/kernel/ |
H A D | octeon_switch.S | 265 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 …]
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | copypage_64.S | 51 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 …]
|
H A D | copyuser_64.S | 95 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 …]
|
H A D | copy_mc_64.S | 26 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 …]
|
H A D | copypage_power7.S | 50 ld r0,STACKFRAMESIZE+16(r1) 51 ld r3,STK_REG(R31)(r1) 52 ld r4,STK_REG(R30)(r1) 109 1: ld r0,0(r4) 110 ld r5,8(r4) 111 ld r6,16(r4) 112 ld r7,24(r4) 113 ld r8,32(r4) 114 ld r9,40(r4) 115 ld r10,48(r4) [all …]
|
H A D | checksum_64.S | 67 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 …]
|
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | copyuser_64.S | 95 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 …]
|
H A D | copy_mc_64.S | 26 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 …]
|
/openbmc/u-boot/drivers/misc/ |
H A D | status_led.c | 77 led_dev_t *ld; in status_led_init() local 80 for (i = 0, ld = led_dev; i < MAX_LED_DEV; i++, ld++) in status_led_init() 81 __led_init (ld->mask, ld->state); in status_led_init() 87 led_dev_t *ld; in status_led_tick() local 93 for (i = 0, ld = led_dev; i < MAX_LED_DEV; i++, ld++) { in status_led_tick() 95 if (ld->state != CONFIG_LED_STATUS_BLINKING) in status_led_tick() 98 if (++ld->cnt >= ld->period) { in status_led_tick() 99 __led_toggle (ld->mask); in status_led_tick() 100 ld->cnt -= ld->period; in status_led_tick() 108 led_dev_t *ld; in status_led_set() local [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | busy_loop.S | 173 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 …]
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_entry.S | 42 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 …]
|
H A D | book3s_hv_rmhandlers.S | 88 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 …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch | 4 Subject: [PATCH] binutils-nativesdk: Search for alternative ld.so.conf in SDK 7 We need binutils to look at our ld.so.conf file within the SDK to ensure 12 gcc internal paths. This ensures that ld works correctly in our buildtools 24 ld/Makefile.am | 3 ++- 25 ld/Makefile.in | 3 ++- 26 ld/ldelf.c | 2 +- 27 ld/ldmain.c | 1 + 28 ld/ldmain.h | 1 + 31 diff --git a/ld/Makefile.am b/ld/Makefile.am 33 --- a/ld/Makefile.am [all …]
|
H A D | 0006-warn-for-uses-of-system-directories-when-cross-linki.patch | 8 ld/ 9 * ld.h (args_type): Add error_poison_system_directories. 10 * ld.texinfo (--error-poison-system-directories): Document. 22 ld/ 24 * ld.h (args_type): Add poison_system_directories. 25 * ld.texinfo (--no-poison-system-directories): Document. 41 ld/ 54 ld/config.in | 3 +++ 55 ld/configure | 16 ++++++++++++++++ 56 ld/configure.ac | 10 ++++++++++ [all …]
|
/openbmc/linux/drivers/tty/ |
H A D | tty_ldisc.c | 141 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 …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | idle_book3s.S | 95 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 …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 46 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" 47 +#define GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp3… 50 -#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" 51 +#define MUSL_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}… 63 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" 64 -#define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0" 65 +#define GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux.so.2" 66 +#define UCLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-uClibc.so.0" 78 -#define GLIBC_DYNAMIC_LINKER_SOFT_FLOAT "/lib/ld-linux.so.3" 79 -#define GLIBC_DYNAMIC_LINKER_HARD_FLOAT "/lib/ld-linux-armhf.so.3" [all …]
|
/openbmc/linux/arch/loongarch/lib/ |
H A D | memcpy.S | 41 1: ld.b t0, a1, 0 64 1: ld.b t0, a1, 0 69 2: ld.h t0, a1, 0 74 3: ld.h t0, a1, 0 75 ld.b t1, a1, 2 81 4: ld.w t0, a1, 0 86 5: ld.w t0, a1, 0 87 ld.b t1, a1, 4 93 6: ld.w t0, a1, 0 94 ld.h t1, a1, 4 [all …]
|
H A D | copy_user.S | 34 1: ld.b t0, a1, 0 59 0: ld.d t0, a1, 0 76 2: ld.d t0, a1, 0 77 3: ld.d t1, a1, 8 78 4: ld.d t2, a1, 16 79 5: ld.d t3, a1, 24 80 6: ld.d t4, a1, 32 81 7: ld.d t5, a1, 40 82 8: ld.d t6, a1, 48 83 9: ld.d t7, a1, 56 [all …]
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | unaligned.c | 673 emulate_load_updates (update_t type, load_store_t ld, struct pt_regs *regs, unsigned long ifa) in emulate_load_updates() argument 681 if (ld.x6_op == 1 || ld.x6_op == 3) { in emulate_load_updates() 702 imm = ld.x << 7 | ld.imm; in emulate_load_updates() 707 if (ld.m) imm |= SIGN_EXT9; in emulate_load_updates() 715 setreg(ld.r3, ifa, 0, regs); in emulate_load_updates() 717 DPRINT("ld.x=%d ld.m=%d imm=%ld r3=0x%lx\n", ld.x, ld.m, imm, ifa); in emulate_load_updates() 719 } else if (ld.m) { in emulate_load_updates() 739 getreg(ld.imm, &r2, &nat_r2, regs); in emulate_load_updates() 746 setreg(ld.r3, ifa, nat_r2, regs); in emulate_load_updates() 748 DPRINT("imm=%d r2=%ld r3=0x%lx nat_r2=%d\n",ld.imm, r2, ifa, nat_r2); in emulate_load_updates() [all …]
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fp.c | 57 #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 …]
|
/openbmc/linux/arch/loongarch/power/ |
H A D | suspend_asm.S | 39 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 …]
|