/openbmc/qemu/hw/s390x/ |
H A D | ipl.c | 54 S390IPLState *ipl = S390_IPL(object_resolve_path(TYPE_S390_IPL, NULL)); in iplb_extended_needed() local 56 return ipl->iplbext_migration; in iplb_extended_needed() 142 S390IPLState *ipl = S390_IPL(dev); in s390_ipl_realize() local 155 if (!ipl->kernel || ipl->enforce_bios) { in s390_ipl_realize() 165 bios_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, ipl->firmware); in s390_ipl_realize() 173 &ipl->bios_start_addr, NULL, NULL, NULL, 1, in s390_ipl_realize() 177 ipl->bios_start_addr += fwbase; in s390_ipl_realize() 182 ipl->bios_start_addr = ZIPL_IMAGE_START; in s390_ipl_realize() 187 error_setg(errp, "could not load bootloader '%s'", ipl->firmware); in s390_ipl_realize() 192 ipl->start_addr = ipl->bios_start_addr; in s390_ipl_realize() [all …]
|
H A D | meson.build | 9 'ipl.c',
|
/openbmc/linux/net/sched/ |
H A D | act_csum.c | 134 unsigned int ihl, unsigned int ipl, in tcf_csum_skb_nextlayer() argument 140 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer() 148 unsigned int ipl) in tcf_csum_ipv4_icmp() argument 152 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph)); in tcf_csum_ipv4_icmp() 157 skb->csum = csum_partial(icmph, ipl - ihl, 0); in tcf_csum_ipv4_icmp() 166 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_igmp() argument 170 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph)); in tcf_csum_ipv4_igmp() 175 skb->csum = csum_partial(igmph, ipl - ihl, 0); in tcf_csum_ipv4_igmp() 184 unsigned int ipl) in tcf_csum_ipv6_icmp() argument 189 icmp6h = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmp6h)); in tcf_csum_ipv6_icmp() [all …]
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | irqflags.h | 25 #define setipl(ipl) ((void) swpipl(ipl)) argument
|
/openbmc/openbmc/meta-openpower/recipes-bsp/ipl/ |
H A D | ipl_git.bb | 1 HOMEPAGE = "https://github.com/open-power/ipl/" 14 SRC_URI = "git://git@github.com/open-power/ipl;branch="main";protocol=https"
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | jump2ipl.c | 27 __attribute__((noreturn)) void (*ipl)(void) = (void *)ipl_continue; in jump_to_IPL_addr() local 32 ipl(); in jump_to_IPL_addr()
|
H A D | Makefile | 6 CFLAGS = -O2 -g -I $(SRC_PATH)/../../include/hw/s390x/ipl 37 virtio.o virtio-net.o virtio-scsi.o virtio-blkdev.o cio.o dasd-ipl.o
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/ |
H A D | openpower-debug-collector_git.bb | 19 ipl \ 38 DEPENDS:remove:class-nativesdk = "phosphor-logging ipl"
|
/openbmc/linux/drivers/dio/ |
H A D | dio-sysfs.c | 34 return sprintf(buf, "0x%02x\n", d->ipl); in dio_show_ipl() 36 static DEVICE_ATTR(ipl, S_IRUGO, dio_show_ipl, NULL);
|
H A D | dio.c | 249 dev->ipl = DIO_IPL(va); in dio_init() 251 printk(KERN_INFO "select code %3d: ipl %d: ID %02X", dev->scode, dev->ipl, prid); in dio_init()
|
/openbmc/linux/arch/s390/boot/ |
H A D | head.S | 45 llgf %r1,__LC_SUBCHANNEL_ID # load ipl subchannel number 47 bras %r14,.Lloader # load rest of ipl image 49 stg %r1,IPL_DEVICE-PARMAREA(%r12) # save ipl device number 51 # load parameter file from ipl device 78 # load ramdisk from ipl device 215 # this is called either by the ipl loader or directly by PSW restart
|
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/occ/ |
H A D | openpower-occ-control_%.bbappend | 3 ipl \
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | hplance.c | 106 dev->name, d->name, d->scode, dev->dev_addr, d->ipl); in hplance_init_one() 159 lp->lance.irq = d->ipl; in hplance_init()
|
/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/occ/ |
H A D | openpower-occ-control_%.bbappend | 1 DEPENDS:append:p10bmc = " pdbg ipl"
|
/openbmc/qemu/docs/devel/ |
H A D | index-internals.rst | 19 s390-dasd-ipl
|
/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd-pdbg/ |
H A D | ecmd-pdbg_1.0.bb | 17 DEPENDS = "pdbg zlib libyaml ipl"
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | Makefile.softmmu-target | 6 CFLAGS+=-ggdb -O0 -I$(SRC_PATH)/include/hw/s390x/ipl/
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/ |
H A D | openpower-hw-diags_git.bb | 34 PACKAGECONFIG[phal] = "-Dphal=enabled, -Dphal=disabled, ipl pdata"
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/ |
H A D | phosphor-logging_%.bbappend | 17 PACKAGECONFIG[phal] = "-Dphal=enabled, -Dphal=disabled, pdata libekb pdbg ipl"
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/ |
H A D | op-proc-control_git.bb | 30 PACKAGECONFIG[phal] = "-Dphal=enabled, -Dphal=disabled -Dp9=enabled, ipl pdata"
|
/openbmc/linux/include/linux/ |
H A D | dio.h | 51 u8 ipl; member
|
/openbmc/openpower-hw-diags/attn/ |
H A D | Attention_Handler.md | 36 - vital: log an event, request a SBE dump and request a re-ipl of the host. 38 - HBTI: log an event, request a hardware dump and request a re-ipl of the host. 41 a re-ipl of the host.
|
/openbmc/linux/arch/s390/kernel/ |
H A D | Makefile | 39 obj-y += debug.o irq.o ipl.o dis.o diag.o vdso.o cpufeature.o
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 985 ipl = sim.ip_link_show(xdp=True) variable 987 fail(ipl["xdp"]["prog"]["id"] != progs[0]["id"], 999 ipl = sim.ip_link_show(xdp=True) variable 1001 fail(ipl["xdp"]["prog"]["id"] != progs[0]["id"], 1057 ipl = sim.ip_link_show(xdp=True) variable 1058 link_xdp = ipl["xdp"]["prog"]
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_hp300.c | 174 uart.port.irq = d->ipl; in hpdca_init_one()
|