Home
last modified time | relevance | path

Searched refs:vectors (Results 1 – 25 of 100) sorted by relevance

1234

/openbmc/qemu/tests/tcg/alpha/
H A Dtest-ovf.c16 } vectors[] = variable
25 for (i = 0; i < sizeof (vectors)/sizeof(vectors[0]); i++) in main()
26 if ((*vectors[i].func)(vectors[i].a, vectors[i].b) != vectors[i].r) { in main()
H A Dtest-cond.c44 } vectors[] = variable
81 for (i = 0; i < sizeof (vectors)/sizeof(vectors[0]); i++) in main()
82 if ((*vectors[i].func)(vectors[i].v) != vectors[i].r) { in main()
/openbmc/qemu/hw/intc/
H A Darmv7m_nvic.c111 if (s->vectors[irq].active || in nvic_rettobase()
142 if (s->vectors[irq].pending) { in nvic_isrpending()
258 vec = &s->vectors[i]; in nvic_recompute_state_secure()
310 VecInfo *vec = &s->vectors[i]; in nvic_recompute_state()
409 s->vectors[ARMV7M_EXCP_HARD].active) { in armv7m_nvic_neg_prio_requested()
413 if (s->vectors[ARMV7M_EXCP_NMI].active && in armv7m_nvic_neg_prio_requested()
446 s->vectors[irq].prio = prio; in set_prio()
465 return s->vectors[irq].prio; in get_prio()
515 vec = &s->vectors[irq]; in armv7m_nvic_clear_pending()
551 vec = (banked && secure) ? &s->sec_vectors[irq] : &s->vectors[irq]; in do_armv7m_nvic_set_pending()
[all …]
/openbmc/qemu/tests/tcg/loongarch64/
H A Dtest_bit.c68 static struct vector vectors[] = { variable
83 for (i = 0; i < ARRAY_SIZE(vectors); i++) { in main()
84 assert((*vectors[i].func)(vectors[i].u) == vectors[i].r); in main()
/openbmc/qemu/contrib/ivshmem-client/
H A Divshmem-client.c83 close(peer->vectors[vector]); in ivshmem_client_free_peer()
131 if (peer->vectors_count >= G_N_ELEMENTS(peer->vectors)) { in ivshmem_client_handle_server_msg()
136 peer->vectors[peer->vectors_count] = fd; in ivshmem_client_handle_server_msg()
162 client->local.vectors[i] = -1; in ivshmem_client_init()
264 close(client->local.vectors[i]); in ivshmem_client_close()
265 client->local.vectors[i] = -1; in ivshmem_client_close()
283 fd = client->local.vectors[vector]; in ivshmem_client_get_fds()
303 if (peer->vectors[i] >= maxfd || !FD_ISSET(peer->vectors[i], cur)) { in ivshmem_client_handle_event()
307 ret = read(peer->vectors[i], &kick, sizeof(kick)); in ivshmem_client_handle_event()
317 PRIu64 "\n", peer->vectors[i], i, kick); in ivshmem_client_handle_event()
[all …]
H A Divshmem-client.h46 int vectors[IVSHMEM_CLIENT_MAX_VECTORS]; /**< one fd per vector */ member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/
H A Dlibjxl_0.10.3.bb35 PACKAGECONFIG ?= "mime gdk-pixbuf-loader sizeless-vectors"
40 PACKAGECONFIG:remove:riscv64 = "sizeless-vectors"
41 PACKAGECONFIG:remove:riscv32 = "sizeless-vectors"
45 PACKAGECONFIG[sizeless-vectors] = "-DJPEGXL_ENABLE_SIZELESS_VECTORS=ON,-DJPEGXL_ENABLE_SIZELESS_VEC…
/openbmc/qemu/target/hexagon/imported/
H A Dcompare.idef308 "Compare elements of two vectors ",
317 "Compare elements of two vectors ",
326 "Compare elements of two vectors ",
336 "Compare elements of two vectors ",
347 "Compare elements of two vectors ",
356 "Compare elements of two vectors ",
365 "Compare elements of two vectors ",
374 "Compare elements of two vectors ",
422 "Compare elements of two vectors ",
432 "Compare elements of two vectors ",
[all …]
/openbmc/qemu/tests/tcg/xtensa/
H A DMakefile.softmmu-target12 XTENSA_BROKEN_TESTS = crt vectors
28 CRT = crt.o vectors.o
/openbmc/qemu/docs/specs/
H A Divshmem-spec.rst110 interrupt vectors connected, the write is ignored. The device is not
112 interrupt vectors are connected.
123 With multiple MSI-X vectors, different vectors can be used to indicate
124 different events have occurred. The semantics of interrupt vectors
142 - creates eventfd file descriptors for the interrupt vectors,
168 vectors.
204 vectors, it closes the extra file descriptors. If it is configured
205 for more, the extra vectors remain unconnected.
210 order. If the client is configured for fewer vectors, it closes
212 extra vectors remain unconnected.
/openbmc/qemu/docs/system/devices/
H A Divshmem.rst27 ivshmem-server -p pidfile -S path -m shm-name -l shm-size -n vectors
30 |qemu_system_x86| -device ivshmem-doorbell,vectors=vectors,chardev=id
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-cryptography.bb11 # NOTE: Make sure to keep this recipe at the same version as python3-cryptography-vectors
40 python3-cryptography-vectors (= ${PV}) \
H A Dpython3-cryptography-common.inc1 # Sharing PV between cryptography and cryptography-vectors will
H A Dpython3-cryptography-vectors.bb1 SUMMARY = "Test vectors for the cryptography package."
/openbmc/u-boot/arch/mips/dts/
H A Dmti,malta.dts3 /memreserve/ 0x00000000 0x00001000; /* Exception vectors */
/openbmc/u-boot/arch/xtensa/cpu/
H A Du-boot.lds20 * The ROM store also needs to be above any other vectors that are in ROM.
21 * If a core has its vectors near the top of ROM, this must be edited.
24 * 'relocatable' exception vectors and provide a scratch memory for the
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dexceptions.S36 .globl vectors
37 vectors: label
/openbmc/qemu/contrib/ivshmem-server/
H A Divshmem-server.h52 EventNotifier vectors[IVSHMEM_SERVER_MAX_VECTORS]; /**< one per vector */ member
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/
H A Du-boot-spl.lds24 *(.vectors)
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/
H A Du-boot-spl.lds24 *(.vectors)
/openbmc/u-boot/arch/arm/cpu/arm1136/
H A Du-boot-spl.lds24 *(.vectors)
/openbmc/u-boot/board/Barix/ipam390/
H A Du-boot-spl-ipam390.lds24 *(.vectors)
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Du-boot-spl.lds24 *(.vectors)
/openbmc/u-boot/board/samsung/common/
H A Dexynos-uboot-spl.lds23 *(.vectors)
/openbmc/u-boot/arch/arm/mach-omap2/
H A Du-boot-spl.lds24 *(.vectors)

1234