Home
last modified time | relevance | path

Searched refs:label_ptr (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dxilinx_gpio.c244 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 Dzynq_gpio.c339 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 Dtcg-target.c.inc2082 tcg_insn_unit **label_ptr = &l->label_ptr[0];
2085 tcg_patch32(label_ptr[0], s->code_ptr - label_ptr[0] - 4);
2086 if (label_ptr[1]) {
2087 tcg_patch32(label_ptr[1], s->code_ptr - label_ptr[1] - 4);
2104 tcg_insn_unit **label_ptr = &l->label_ptr[0];
2107 tcg_patch32(label_ptr[
[all...]
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc989 if (!reloc_pc16(l->label_ptr[0], tgt_rx)
990 || (l->label_ptr[1] && !reloc_pc16(l->label_ptr[1], tgt_rx))) {
1018 if (!reloc_pc16(l->label_ptr[0], tgt_rx)
1019 || (l->label_ptr[1] && !reloc_pc16(l->label_ptr[1], tgt_rx))) {
1136 ldst->label_ptr[0] = s->code_ptr;
1154 ldst->label_ptr[0] = s->code_ptr;
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1037 if (!patch_reloc(lb->label_ptr[0], R_SPARC_WDISP19,
1058 if (!patch_reloc(lb->label_ptr[0], R_SPARC_WDISP19,
1152 ldst->label_ptr[0] = s->code_ptr;
1172 ldst->label_ptr[0] = s->code_ptr;
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc1355 if (!reloc_pc24(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1371 if (!reloc_pc24(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1608 ldst->label_ptr[0] = s->code_ptr;
1642 ldst->label_ptr[0] = s->code_ptr;
1732 ldst->label_ptr[0] = s->code_ptr;
1762 ldst->label_ptr[0] = s->code_ptr;
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc996 if (!reloc_br_sk16(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1011 if (!reloc_br_sk16(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1097 ldst->label_ptr[0] = s->code_ptr;
1117 ldst->label_ptr[0] = s->code_ptr;
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc1636 if (!reloc_sbimm12(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1654 if (!reloc_sbimm12(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1742 ldst->label_ptr[0] = s->code_ptr;
1772 ldst->label_ptr[0] = s->code_ptr;
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1941 if (!patch_reloc(lb->label_ptr[0], R_390_PC16DBL,
1958 if (!patch_reloc(lb->label_ptr[0], R_390_PC16DBL,
2040 ldst->label_ptr[0] = s->code_ptr++;
2064 ldst->label_ptr[0] = s->code_ptr++;
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1610 if (!reloc_pc19(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1625 if (!reloc_pc19(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1716 ldst->label_ptr[0] = s->code_ptr;
1734 ldst->label_ptr[0] = s->code_ptr;
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2193 if (!reloc_pc14(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
2209 if (!reloc_pc14(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
2350 ldst->label_ptr[0] = s->code_ptr;
2365 ldst->label_ptr[0] = s->code_ptr;
/openbmc/qemu/tcg/
H A Dtcg.c108 tcg_insn_unit *label_ptr[2]; /* label pointers to be updated */ member