Home
last modified time | relevance | path

Searched defs:q (Results 1 – 25 of 131) sorted by relevance

123456

/openbmc/qemu/tests/tcg/s390x/
H A Ddiv.c8 int32_t b = 101, q, r; in test_dr() local
24 uint32_t b = 101, q, r; in test_dlr() local
40 int64_t b = 101, q, r; in test_dsgr() local
56 uint64_t b = 101, q, r; in test_dlgr() local
/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-div.c5 long x, y, q, r; member
17 unsigned long x, y, q, r; member
34 long q, r; in main() local
46 unsigned long q, r; in main() local
/openbmc/qemu/migration/
H A Dmultifd-qatzip.c54 QatzipData *q; in qatzip_send_setup() local
135 QatzipData *q = p->compress_data; in qatzip_send_cleanup() local
165 QatzipData *q = p->compress_data; in qatzip_send_prepare() local
227 QatzipData *q; in qatzip_recv_setup() local
302 QatzipData *q = p->compress_data; in qatzip_recv_cleanup() local
329 QatzipData *q = p->compress_data; in qatzip_recv() local
/openbmc/qemu/util/
H A Dint128.c39 static Int128 divrem128(Int128 u, Int128 v, Int128 *q) in divrem128()
90 Int128 q; in int128_divu() local
97 Int128 q; in int128_remu() local
103 Int128 q; in int128_divs() local
126 Int128 q, r; in int128_rems() local
/openbmc/qemu/tests/tcg/multiarch/
H A Dprot-none.c12 void break_here(void *q) in break_here()
19 void *p, *q; in main() local
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c301 static void ehci_trace_qh(EHCIQueue *q, hwaddr addr, EHCIqh *qh) in ehci_trace_qh()
319 static void ehci_trace_qtd(EHCIQueue *q, hwaddr addr, EHCIqtd *qtd) in ehci_trace_qtd()
431 static bool ehci_verify_qh(EHCIQueue *q, EHCIqh *qh) in ehci_verify_qh()
462 static bool ehci_verify_pid(EHCIQueue *q, EHCIqtd *qtd) in ehci_verify_pid()
479 EHCIQueue *q = p->queue; in ehci_writeback_async_complete_packet() local
506 static EHCIPacket *ehci_alloc_packet(EHCIQueue *q) in ehci_alloc_packet()
550 EHCIQueue *q; in ehci_alloc_queue() local
562 static void ehci_queue_stopped(EHCIQueue *q) in ehci_queue_stopped()
573 static int ehci_cancel_queue(EHCIQueue *q) in ehci_cancel_queue()
594 static int ehci_reset_queue(EHCIQueue *q) in ehci_reset_queue()
[all …]
/openbmc/qemu/tests/tcg/hexagon/
H A Dmem_noshuf.c109 static inline int pred_lw_sw_pi(bool pred, int32_t *p, int32_t *q, in pred_lw_sw_pi()
126 static inline int64_t pred_ld_sd(bool pred, int64_t *p, int64_t *q, in pred_ld_sd()
142 static inline int64_t pred_ld_sd_pi(bool pred, int64_t *p, int64_t *q, in pred_ld_sd_pi()
159 static inline int32_t cancel_sw_lb(bool pred, int32_t *p, int8_t *q, int32_t x) in cancel_sw_lb()
173 static inline int64_t cancel_sw_ld(bool pred, int32_t *p, int64_t *q, int32_t x) in cancel_sw_ld()
H A Ddual_stores.c30 static inline void dual_stores(int32_t *p, int8_t *q, int32_t x, int8_t y) in dual_stores()
/openbmc/qemu/hw/block/
H A Dcdrom.c43 uint8_t *q; in cdrom_read_toc() local
87 uint8_t *q; in cdrom_read_toc_raw() local
/openbmc/qemu/block/
H A Dnvme.c169 static bool nvme_init_queue(BDRVNVMeState *s, NVMeQueue *q, in nvme_init_queue()
191 static void nvme_free_queue(NVMeQueue *q) in nvme_free_queue()
196 static void nvme_free_queue_pair(NVMeQueuePair *q) in nvme_free_queue_pair()
211 NVMeQueuePair *q = opaque; in nvme_free_req_queue_cb() local
228 NVMeQueuePair *q; in nvme_create_queue_pair() local
285 static void nvme_kick(NVMeQueuePair *q) in nvme_kick()
301 static NVMeRequest *nvme_get_free_req_nofail_locked(NVMeQueuePair *q) in nvme_get_free_req_nofail_locked()
312 static NVMeRequest *nvme_get_free_req_nowait(NVMeQueuePair *q) in nvme_get_free_req_nowait()
325 static coroutine_fn NVMeRequest *nvme_get_free_req(NVMeQueuePair *q) in nvme_get_free_req()
338 static void nvme_put_free_req_locked(NVMeQueuePair *q, NVMeRequest *req) in nvme_put_free_req_locked()
[all …]
/openbmc/qemu/target/riscv/
H A Dm128_helper.c29 Int128 q; in HELPER() local
69 Int128 q; in HELPER() local
/openbmc/qemu/target/i386/tcg/
H A Dint_helper.c35 unsigned int num, den, q, r; in helper_divb_AL() local
53 int num, den, q, r; in helper_idivb_AL() local
71 unsigned int num, den, q, r; in helper_divw_AX() local
90 int num, den, q, r; in helper_idivw_AX() local
110 uint64_t num, q; in helper_divl_EAX() local
129 int64_t num, q; in helper_idivl_EAX() local
298 uint64_t q, r, a1, a0; in div64() local
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos.h35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc()
40 static inline void qfree(QOSState *q, uint64_t addr) in qfree()
/openbmc/u-boot/drivers/net/
H A Dmvneta.c49 #define MVNETA_RXQ_CONFIG_REG(q) (0x1400 + ((q) << 2)) argument
53 #define MVNETA_RXQ_THRESHOLD_REG(q) (0x14c0 + ((q) << 2)) argument
55 #define MVNETA_RXQ_BASE_ADDR_REG(q) (0x1480 + ((q) << 2)) argument
56 #define MVNETA_RXQ_SIZE_REG(q) (0x14a0 + ((q) << 2)) argument
59 #define MVNETA_RXQ_STATUS_REG(q) (0x14e0 + ((q) << 2)) argument
61 #define MVNETA_RXQ_STATUS_UPDATE_REG(q) (0x1500 + ((q) << 2)) argument
93 #define MVNETA_DEF_RXQ(q) ((q) << 1) argument
94 #define MVNETA_DEF_RXQ_ARP(q) ((q) << 4) argument
96 #define MVNETA_DEF_RXQ_TCP(q) ((q) << 16) argument
97 #define MVNETA_DEF_RXQ_UDP(q) ((q) << 19) argument
[all …]
/openbmc/qemu/hw/input/
H A Dps2.c148 PS2Queue *q = &s->queue; in ps2_reset_queue() local
163 PS2Queue *q = &s->queue; in ps2_queue_noirq() local
232 static void ps2_cqueue_data(PS2Queue *q, int b) in ps2_cqueue_data()
243 PS2Queue *q = &s->queue; in ps2_cqueue_1() local
253 PS2Queue *q = &s->queue; in ps2_cqueue_2() local
264 PS2Queue *q = &s->queue; in ps2_cqueue_3() local
276 PS2Queue *q = &s->queue; in ps2_cqueue_reset() local
542 PS2Queue *q; in ps2_read_data() local
1027 PS2Queue *q = &s->queue; in ps2_common_post_load() local
/openbmc/qemu/qobject/
H A Dqnull.c33 void qnull_unref(QNull *q) in qnull_unref()
H A Dqbool.c60 void qbool_unref(QBool *q) in qbool_unref()
/openbmc/qemu/tcg/
H A Dperf.c75 static const char *pretty_symbol(const struct debuginfo_query *q, size_t *len) in pretty_symbol()
103 const struct debuginfo_query *q) in write_perfmap_entry()
246 const struct debuginfo_query *q, in write_jr_code_debug_info()
290 const struct debuginfo_query *q) in write_jr_code_load()
315 struct debuginfo_query *q; in perf_report_code() local
/openbmc/qemu/hw/net/
H A Dcadence_gem.c576 static void gem_set_isr(CadenceGEMState *s, int q, uint32_t flag) in gem_set_isr()
985 static uint32_t gem_get_queue_base_addr(CadenceGEMState *s, bool tx, int q) in gem_get_queue_base_addr()
1004 static inline uint32_t gem_get_tx_queue_base_addr(CadenceGEMState *s, int q) in gem_get_tx_queue_base_addr()
1009 static inline uint32_t gem_get_rx_queue_base_addr(CadenceGEMState *s, int q) in gem_get_rx_queue_base_addr()
1014 static hwaddr gem_get_desc_addr(CadenceGEMState *s, bool tx, int q) in gem_get_desc_addr()
1026 static hwaddr gem_get_tx_desc_addr(CadenceGEMState *s, int q) in gem_get_tx_desc_addr()
1031 static hwaddr gem_get_rx_desc_addr(CadenceGEMState *s, int q) in gem_get_rx_desc_addr()
1036 static void gem_get_rx_desc(CadenceGEMState *s, int q) in gem_get_rx_desc()
1069 int q = 0; in gem_receive() local
1292 int q = 0; in gem_transmit() local
/openbmc/qemu/hw/arm/
H A Dsmmuv3-internal.h222 #define Q_BASE(q) ((q)->base & SMMU_BASE_ADDR_MASK) argument
223 #define WRAP_MASK(q) (1 << (q)->log2size) argument
224 #define INDEX_MASK(q) (((1 << (q)->log2size)) - 1) argument
225 #define WRAP_INDEX_MASK(q) ((1 << ((q)->log2size + 1)) - 1) argument
227 #define Q_CONS(q) ((q)->cons & INDEX_MASK(q)) argument
228 #define Q_PROD(q) ((q)->prod & INDEX_MASK(q)) argument
230 #define Q_CONS_ENTRY(q) (Q_BASE(q) + (q)->entry_size * Q_CONS(q)) argument
231 #define Q_PROD_ENTRY(q) (Q_BASE(q) + (q)->entry_size * Q_PROD(q)) argument
233 #define Q_CONS_WRAP(q) (((q)->cons & WRAP_MASK(q)) >> (q)->log2size) argument
234 #define Q_PROD_WRAP(q) (((q)->prod & WRAP_MASK(q)) >> (q)->log2size) argument
[all …]
/openbmc/phosphor-webui/app/common/services/
H A DapiInterceptor.js15 function($q, $rootScope, dataService, $location) {
/openbmc/qemu/system/
H A Dqtest.c849 static bool qtest_server_start(QTest *q, Error **errp) in qtest_server_start()
905 QTest *q = QTEST(uc); in qtest_complete() local
927 QTest *q = QTEST(obj); in qtest_unparent() local
948 QTest *q = QTEST(obj); in qtest_set_log() local
960 QTest *q = QTEST(obj); in qtest_get_log() local
967 QTest *q = QTEST(obj); in qtest_set_chardev() local
993 QTest *q = QTEST(obj); in qtest_get_chardev() local
/openbmc/u-boot/fs/jffs2/
H A Dmergesort.c15 struct b_node *p, *q, *e, **tail; in sort_list() local
/openbmc/qemu/target/s390x/tcg/
H A Dint_helper.c40 int64_t q, r; in HELPER() local
61 uint64_t q, r; in HELPER() local
/openbmc/qemu/linux-user/alpha/
H A Dtarget_proc.h15 const char *p, *q; in open_cpuinfo() local

123456