| /openbmc/qemu/hw/ppc/ |
| H A D | vof.c | 580 static void vof_claimed_dump(GArray *claimed) in vof_claimed_dump() argument 588 for (i = 0; i < claimed->len; ++i) { in vof_claimed_dump() 589 c = g_array_index(claimed, OfClaimed, i); in vof_claimed_dump() 595 static bool vof_claim_avail(GArray *claimed, uint64_t virt, uint64_t size) in vof_claim_avail() argument 600 for (i = 0; i < claimed->len; ++i) { in vof_claim_avail() 601 c = g_array_index(claimed, OfClaimed, i); in vof_claim_avail() 610 static void vof_claim_add(GArray *claimed, uint64_t virt, uint64_t size) in vof_claim_add() argument 616 g_array_append_val(claimed, newclaim); in vof_claim_add() 624 static void vof_dt_memory_available(void *fdt, GArray *claimed, uint64_t base) in vof_dt_memory_available() argument 632 if (!fdt || !claimed) { in vof_dt_memory_available() [all …]
|
| /openbmc/qemu/hw/intc/ |
| H A D | sifive_plic.c | 72 atomic_set_masked(&plic->claimed[irq >> 5], 1 << (irq & 31), -!!level); in sifive_plic_set_claimed() 84 (plic->pending[i] & ~plic->claimed[i]) & in sifive_plic_claimed() 281 memset(s->claimed, 0, sizeof(uint32_t) * s->bitfield_words); in sifive_plic_reset() 384 s->claimed = g_new0(uint32_t, s->bitfield_words); in sifive_plic_realize() 425 VMSTATE_VARRAY_UINT32(claimed, SiFivePLICState, bitfield_words, 0,
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | bcrypt-Solar-Designer | 2 No copyright is claimed, and the software is hereby placed in the public
|
| H A D | CFITSIO | 1 …or of the National Aeronautics and Space Administration. No copyright is claimed in the United Sta…
|
| H A D | JPL-image | 9 3. that the endorsement of any product or service by Caltech, JPL or NASA must not be claimed or im…
|
| H A D | OGDL-Taiwan-1.0 | 127 …when User has third parties encountered damage or loss and thus has been claimed for remedies. Unl…
|
| H A D | NASA-1.3 | 42 …R} United States Government as represented by ____ ____. No copyright is claimed in the United Sta…
|
| H A D | GFDL-1.1-no-invariants-or-later | 93 …a Modified Version of the Document, provided no compilation copyright is claimed for the compilati…
|
| H A D | GFDL-1.1-invariants-or-later | 93 …a Modified Version of the Document, provided no compilation copyright is claimed for the compilati…
|
| H A D | GFDL-1.1-no-invariants-only | 93 …a Modified Version of the Document, provided no compilation copyright is claimed for the compilati…
|
| H A D | GFDL-1.1-or-later | 93 …a Modified Version of the Document, provided no compilation copyright is claimed for the compilati…
|
| H A D | GFDL-1.1-invariants-only | 93 …a Modified Version of the Document, provided no compilation copyright is claimed for the compilati…
|
| H A D | GFDL-1.1 | 276 of the Document, provided no compilation copyright is claimed for the
|
| H A D | GFDL-1.1-only | 93 …a Modified Version of the Document, provided no compilation copyright is claimed for the compilati…
|
| /openbmc/qemu/hw/dma/ |
| H A D | sifive_pdma.c | 332 bool claimed, run; in sifive_pdma_writel() local 337 claimed = !!(s->chan[ch].control & CONTROL_CLAIM); in sifive_pdma_writel() 340 if (!claimed && (value & CONTROL_CLAIM)) { in sifive_pdma_writel() 361 if (!claimed || (!run && !(value & CONTROL_CLAIM))) { in sifive_pdma_writel()
|
| /openbmc/qemu/include/hw/intc/ |
| H A D | sifive_plic.h | 59 uint32_t *claimed; member
|
| /openbmc/qemu/include/hw/ppc/ |
| H A D | vof.h | 16 GArray *claimed; /* array of SpaprOfClaimed */ member
|
| /openbmc/qemu/hw/usb/ |
| H A D | host-libusb.c | 112 bool claimed; member 1345 int rc, i, claimed; in usb_host_claim_interfaces() local 1364 claimed = 0; in usb_host_claim_interfaces() 1369 s->ifs[i].claimed = true; in usb_host_claim_interfaces() 1370 if (++claimed == conf->bNumInterfaces) { in usb_host_claim_interfaces() 1375 if (claimed != conf->bNumInterfaces) { in usb_host_claim_interfaces() 1391 if (!s->ifs[i].claimed) { in usb_host_release_interfaces() 1397 s->ifs[i].claimed = false; in usb_host_release_interfaces()
|
| /openbmc/u-boot/lib/efi/ |
| H A D | Kconfig | 33 Set the amount of EFI RAM which is claimed by U-Boot for its own
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | spi-howto.txt | 343 claimed by something that wants to use the SPI bus.
|
| /openbmc/qemu/docs/devel/ |
| H A D | memory.rst | 91 region which are not claimed by any subregion are handled by the
|