Searched refs:label_ptr (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/drivers/gpio/ |
H A D | xilinx_gpio.c | 244 const void *label_ptr; in xilinx_gpio_probe() local 246 label_ptr = dev_read_prop(dev, "label", NULL); in xilinx_gpio_probe() 247 if (label_ptr) { in xilinx_gpio_probe() 248 uc_priv->bank_name = strdup(label_ptr); in xilinx_gpio_probe()
|
H A D | zynq_gpio.c | 339 const void *label_ptr; in zynq_gpio_probe() local 341 label_ptr = dev_read_prop(dev, "label", NULL); in zynq_gpio_probe() 342 if (label_ptr) { in zynq_gpio_probe() 343 uc_priv->bank_name = strdup(label_ptr); in zynq_gpio_probe()
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2058 tcg_insn_unit **label_ptr = &l->label_ptr[0]; 2061 tcg_patch32(label_ptr[0], s->code_ptr - label_ptr[0] - 4); 2062 if (label_ptr[1]) { 2063 tcg_patch32(label_ptr[1], s->code_ptr - label_ptr[1] - 4); 2080 tcg_insn_unit **label_ptr = &l->label_ptr[0]; 2083 tcg_patch32(label_ptr[0], s->code_ptr - label_ptr[0] - 4); 2084 if (label_ptr[1]) { 2085 tcg_patch32(label_ptr[1], s->code_ptr - label_ptr[1] - 4); 2218 ldst->label_ptr[0] = s->code_ptr; 2228 ldst->label_ptr[1] = s->code_ptr; [all …]
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1139 if (!reloc_pc16(l->label_ptr[0], tgt_rx) 1140 || (l->label_ptr[1] && !reloc_pc16(l->label_ptr[1], tgt_rx))) { 1168 if (!reloc_pc16(l->label_ptr[0], tgt_rx) 1169 || (l->label_ptr[1] && !reloc_pc16(l->label_ptr[1], tgt_rx))) { 1292 ldst->label_ptr[0] = s->code_ptr; 1303 ldst->label_ptr[1] = s->code_ptr; 1323 ldst->label_ptr[0] = s->code_ptr;
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1009 if (!patch_reloc(lb->label_ptr[0], R_SPARC_WDISP19, 1030 if (!patch_reloc(lb->label_ptr[0], R_SPARC_WDISP19, 1124 ldst->label_ptr[0] = s->code_ptr; 1144 ldst->label_ptr[0] = s->code_ptr;
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 939 if (!reloc_br_sk16(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 954 if (!reloc_br_sk16(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 1040 ldst->label_ptr[0] = s->code_ptr; 1060 ldst->label_ptr[0] = s->code_ptr;
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1379 if (!reloc_pc24(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 1395 if (!reloc_pc24(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 1651 ldst->label_ptr[0] = s->code_ptr; 1736 ldst->label_ptr[0] = s->code_ptr;
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1658 if (!reloc_sbimm12(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 1676 if (!reloc_sbimm12(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 1764 ldst->label_ptr[0] = s->code_ptr; 1794 ldst->label_ptr[0] = s->code_ptr;
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1707 if (!reloc_pc19(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 1722 if (!reloc_pc19(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 1817 ldst->label_ptr[0] = s->code_ptr; 1835 ldst->label_ptr[0] = s->code_ptr;
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1822 if (!patch_reloc(lb->label_ptr[0], R_390_PC16DBL, 1839 if (!patch_reloc(lb->label_ptr[0], R_390_PC16DBL, 1921 ldst->label_ptr[0] = s->code_ptr++; 1945 ldst->label_ptr[0] = s->code_ptr++;
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2384 if (!reloc_pc14(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 2400 if (!reloc_pc14(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 2597 ldst->label_ptr[0] = s->code_ptr; 2613 ldst->label_ptr[0] = s->code_ptr;
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 102 tcg_insn_unit *label_ptr[2]; /* label pointers to be updated */ member
|