/openbmc/qemu/contrib/elf2dmp/ |
H A D | qemu_elf.c | 129 g_free(qe->state); in exit_states() 206 qe->size = st.st_size; in QEMU_Elf_map() 208 qe->map = mmap(NULL, qe->size, PROT_READ | PROT_WRITE, in QEMU_Elf_map() 229 qe->map = g_mapped_file_get_contents(qe->gmf); in QEMU_Elf_map() 230 qe->size = g_mapped_file_get_length(qe->gmf); in QEMU_Elf_map() 239 munmap(qe->map, qe->size); in QEMU_Elf_unmap() 251 if (!check_ehdr(qe)) { in QEMU_Elf_init() 253 QEMU_Elf_unmap(qe); in QEMU_Elf_init() 257 if (!init_states(qe)) { in QEMU_Elf_init() 268 exit_states(qe); in QEMU_Elf_exit() [all …]
|
/openbmc/linux/drivers/soc/fsl/qe/ |
H A D | qe.c | 61 if (qe) in qe_get_device_node() 62 return qe; in qe_get_device_node() 76 if (!qe) in get_qe_base() 82 of_node_put(qe); in get_qe_base() 170 if (!qe) in qe_get_brg_clk() 176 of_node_put(qe); in qe_get_brg_clk() 311 if (qe) { in qe_snums_init() 587 if (!qe) in qe_get_firmware_info() 592 of_node_put(qe); in qe_get_firmware_info() 624 if (!qe) in qe_get_num_of_risc() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | qe.txt | 16 - compatible : should be "fsl,qe"; 32 "fsl,qe-firmware". 44 qe@e0100000 { 48 compatible = "fsl,qe"; 53 fsl,qe-snums = /bits/ 8 < 95 compatible = "fsl,qe-ic"; 109 "fsl,t1040-qe-si". 125 "fsl,t1040-qe-siram". 166 compatible = "fsl,qe"; 167 qe_firmware:qe-firmware { [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sched.c | 141 found = qe; in t4_sched_entry_lookup() 182 return qe ? &pi->sched_tbl->tab[qe->param.class] : NULL; in cxgb4_sched_queue_lookup() 200 if (qe) { in t4_sched_queue_unbind() 207 list_del(&qe->list); in t4_sched_queue_unbind() 208 kvfree(qe); in t4_sched_queue_unbind() 229 if (!qe) in t4_sched_queue_bind() 241 qe->cntxt_id = qid; in t4_sched_queue_bind() 242 memcpy(&qe->param, p, sizeof(qe->param)); in t4_sched_queue_bind() 255 kvfree(qe); in t4_sched_queue_bind() 412 class_id = qe->class; in cxgb4_sched_class_bind() [all …]
|
H A D | cxgb4_tc_matchall.c | 58 struct ch_sched_queue qe; in cxgb4_matchall_egress_validate() local 110 memset(&qe, 0, sizeof(qe)); in cxgb4_matchall_egress_validate() 111 qe.queue = i; in cxgb4_matchall_egress_validate() 127 struct ch_sched_queue qe; in cxgb4_matchall_tc_bind_queues() local 132 qe.queue = i; in cxgb4_matchall_tc_bind_queues() 133 qe.class = tc; in cxgb4_matchall_tc_bind_queues() 143 qe.queue = i; in cxgb4_matchall_tc_bind_queues() 144 qe.class = SCHED_CLS_NONE; in cxgb4_matchall_tc_bind_queues() 154 struct ch_sched_queue qe; in cxgb4_matchall_tc_unbind_queues() local 158 qe.queue = i; in cxgb4_matchall_tc_unbind_queues() [all …]
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_queue.c | 51 struct ima_queue_entry *qe, *ret = NULL; in ima_lookup_digest_entry() local 58 rc = memcmp(qe->entry->digests[ima_hash_algo_idx].digest, in ima_lookup_digest_entry() 60 if ((rc == 0) && (qe->entry->pcr == pcr)) { in ima_lookup_digest_entry() 61 ret = qe; in ima_lookup_digest_entry() 96 struct ima_queue_entry *qe; in ima_add_digest_entry() local 99 qe = kmalloc(sizeof(*qe), GFP_KERNEL); in ima_add_digest_entry() 100 if (qe == NULL) { in ima_add_digest_entry() 104 qe->entry = entry; in ima_add_digest_entry() 106 INIT_LIST_HEAD(&qe->later); in ima_add_digest_entry() 107 list_add_tail_rcu(&qe->later, &ima_measurements); in ima_add_digest_entry() [all …]
|
H A D | ima_fs.c | 80 struct ima_queue_entry *qe; in ima_measurements_start() local 84 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_measurements_start() 87 return qe; in ima_measurements_start() 96 struct ima_queue_entry *qe = v; in ima_measurements_next() local 102 qe = list_entry_rcu(qe->later.next, struct ima_queue_entry, later); in ima_measurements_next() 106 return (&qe->later == &ima_measurements) ? NULL : qe; in ima_measurements_next() 130 struct ima_queue_entry *qe = v; in ima_measurements_show() local 138 e = qe->entry; in ima_measurements_show() 220 struct ima_queue_entry *qe = v; in ima_ascii_measurements_show() local 226 e = qe->entry; in ima_ascii_measurements_show()
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunqe.c | 856 qe->channel = i; in qec_ether_init() 863 qecp->qes[qe->channel] = qe; in qec_ether_init() 864 qe->dev = dev; in qec_ether_init() 866 qe->op = op; in qec_ether_init() 887 if (qe->qe_block == NULL || qe->qblock_dvma == 0 || in qec_ether_init() 888 qe->buffers == NULL || qe->buffers_dvma == 0) in qec_ether_init() 892 qe_stop(qe); in qec_ether_init() 913 if (qe->qcregs) in qec_ether_init() 915 if (qe->mregs) in qec_ether_init() 919 qe->qe_block, qe->qblock_dvma); in qec_ether_init() [all …]
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | msgqueue.c | 55 msgq->qe = NULL; in msgqueue_initialise() 82 struct msgqueue_entry *mq = msgq->qe; in msgqueue_msglength() 85 for (mq = msgq->qe; mq; mq = mq->next) in msgqueue_msglength() 102 for (mq = msgq->qe; mq && msgno; mq = mq->next, msgno--); in msgqueue_getmsg() 133 mqp = &msgq->qe; in msgqueue_addmsg() 152 for (mq = msgq->qe; mq; mq = mqnext) { in msgqueue_flush() 156 msgq->qe = NULL; in msgqueue_flush()
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 910 list_del(&mac->qe); in bna_rx_mcast_delall() 1767 list_del(&rxq->qe); in bna_rxq_get() 1786 list_del(&rxp->qe); in bna_rxp_get() 1826 list_add(&rx->qe, qe); in bna_rx_put() 2495 list_del(&rxp->qe); in bna_rx_destroy() 2523 if (qe == &rx->qe) { in bna_rx_destroy() 2524 list_del(&rx->qe); in bna_rx_destroy() 3207 list_del(&tx->qe); in bna_tx_get() 3228 if (qe == &tx->qe) { in bna_tx_free() 3229 list_del(&tx->qe); in bna_tx_free() [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | t1024si-post.dtsi | 43 qe:qe@ffe140000 { label 46 device_type = "qe"; 47 compatible = "fsl,qe"; 50 fsl,qe-num-riscs = <1>; 51 fsl,qe-num-snums = <28>; 65 &qe { 68 compatible = "fsl,qe-ic"; 92 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 96 compatible = "fsl,qe-muram-data", "fsl,cpm-muram-data";
|
H A D | mpc8569si-post.dtsi | 191 &qe { 194 device_type = "qe"; 195 compatible = "fsl,qe"; 199 fsl,qe-num-riscs = <4>; 200 fsl,qe-num-snums = <46>; 204 compatible = "fsl,qe-ic"; 213 compatible = "fsl,mpc8569-qe-gtm", 214 "fsl,qe-gtm", "fsl,gtm"; 243 compatible = "fsl,mpc8569-qe-usb", 244 "fsl,mpc8323-qe-usb"; [all …]
|
H A D | p1021si-post.dtsi | 179 &qe { 182 device_type = "qe"; 183 compatible = "fsl,qe"; 184 fsl,qe-num-riscs = <1>; 185 fsl,qe-num-snums = <28>; 189 compatible = "fsl,qe-ic"; 234 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 238 compatible = "fsl,qe-muram-data",
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
H A D | par_io.txt | 31 - compatible : should be "fsl,<chip>-qe-pario-bank", 32 "fsl,mpc8323-qe-pario-bank". 39 compatible = "fsl,mpc8360-qe-pario-bank", 40 "fsl,mpc8323-qe-pario-bank"; 47 compatible = "fsl,mpc8360-qe-pario-bank", 48 "fsl,mpc8323-qe-pario-bank";
|
H A D | usb.txt | 4 - compatible : should be "fsl,<chip>-qe-usb", "fsl,mpc8323-qe-usb". 24 compatible = "fsl,mpc8360-qe-usb", "fsl,mpc8323-qe-usb";
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | mpc836x_rdk.dts | 181 "fsl,mpc8323-qe-pario-bank"; 189 "fsl,mpc8323-qe-pario-bank"; 194 qe@100000 { 197 device_type = "qe"; 205 fsl,qe-num-riscs = <2>; 206 fsl,qe-num-snums = <28>; 223 "fsl,qe-gtm", "fsl,gtm"; 232 "fsl,mpc8323-qe-usb"; 252 mode = "cpu-qe"; 261 mode = "cpu-qe"; [all …]
|
H A D | mpc832x_rdb.dts | 163 compatible = "fsl,mpc8323-qe-pario"; 169 compatible = "fsl,mpc8323-qe-pario-bank"; 219 qe@e0100000 { 222 device_type = "qe"; 223 compatible = "fsl,qe"; 228 fsl,qe-num-riscs = <1>; 229 fsl,qe-num-snums = <28>; 234 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 238 compatible = "fsl,qe-muram-data", 253 mode = "cpu-qe"; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | fsl,gtm.txt | 6 "fsl,<chip>-qe-gtm", "fsl,qe-gtm", "fsl,gtm" for QE GTMs 24 compatible = "fsl,mpc8360-qe-gtm", "fsl,qe-gtm", "fsl,gtm";
|
/openbmc/qemu/target/riscv/ |
H A D | riscv-qmp-cmds.c | 135 const QDictEntry *qe; in riscv_cpuobj_validate_qdict_in() local 145 for (qe = qdict_first(qdict_in); qe; qe = qdict_next(qdict_in, qe)) { in riscv_cpuobj_validate_qdict_in() 146 object_property_find_err(obj, qe->key, &local_err); in riscv_cpuobj_validate_qdict_in() 151 object_property_set(obj, qe->key, visitor, &local_err); in riscv_cpuobj_validate_qdict_in()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_fcpim.c | 1026 list_del(&ioim->qe); in bfa_itnim_cleanup() 2047 list_del(&ioim->qe); in bfa_ioim_sm_hcb_free() 2675 list_del(&ioim->qe); in bfa_ioim_notify_cleanup() 2681 list_del(&ioim->qe); in bfa_ioim_notify_cleanup() 2726 list_del(&ioim->qe); in bfa_ioim_delayed_comp() 2984 list_del(&ioim->qe); in bfa_ioim_free() 3321 list_del(&ioim->qe); in bfa_tskim_gather_ios() 3334 list_del(&ioim->qe); in bfa_tskim_gather_ios() 3579 list_del(&tskim->qe); in bfa_tskim_free() 3614 struct list_head *qe; in bfa_tskim_res_recfg() local [all …]
|
H A D | bfa_fcs.c | 950 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_online() local 972 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local 1006 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local 1028 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local 1140 list_del(&vport->qe); in bfa_fcs_fabric_delvport() 1153 struct list_head *qe; in bfa_fcs_fabric_vport_lookup() local 1155 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_vport_lookup() 1199 struct list_head *qe; in bfa_fcs_fabric_uf_recv() local 1245 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_uf_recv() 1458 struct list_head *qe; in bfa_fcs_vf_get_ports() local [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 900 if (top->qe.rotate) { in perf_top__mmap_read_idx() 902 top->qe.rotate = false; in perf_top__mmap_read_idx() 1086 if (top->qe.in == &top->qe.data[1]) in rotate_queues() 1087 top->qe.in = &top->qe.data[0]; in rotate_queues() 1089 top->qe.in = &top->qe.data[1]; in rotate_queues() 1109 top->qe.rotate = true; in process_thread() 1110 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread() 1224 top->qe.in = &top->qe.data[0]; in init_process_thread() 1225 mutex_init(&top->qe.mutex); in init_process_thread() 1226 cond_init(&top->qe.cond); in init_process_thread() [all …]
|
/openbmc/u-boot/drivers/qe/ |
H A D | Makefile | 5 obj-$(CONFIG_QE) += qe.o uccf.o uec.o uec_phy.o 6 obj-$(CONFIG_U_QE) += qe.o
|
/openbmc/qemu/block/ |
H A D | nfs.c | 155 const QDictEntry *qe; in nfs_has_filename_options_conflict() local 157 for (qe = qdict_first(options); qe; qe = qdict_next(options, qe)) { in nfs_has_filename_options_conflict() 158 if (!strcmp(qe->key, "host") || in nfs_has_filename_options_conflict() 159 !strcmp(qe->key, "path") || in nfs_has_filename_options_conflict() 160 !strcmp(qe->key, "user") || in nfs_has_filename_options_conflict() 161 !strcmp(qe->key, "group") || in nfs_has_filename_options_conflict() 162 !strcmp(qe->key, "tcp-syn-count") || in nfs_has_filename_options_conflict() 163 !strcmp(qe->key, "readahead-size") || in nfs_has_filename_options_conflict() 165 !strcmp(qe->key, "debug") || in nfs_has_filename_options_conflict() 166 strstart(qe->key, "server.", NULL)) in nfs_has_filename_options_conflict() [all …]
|
/openbmc/linux/drivers/soc/fsl/ |
H A D | Makefile | 7 obj-$(CONFIG_QUICC_ENGINE) += qe/ 8 obj-$(CONFIG_CPM) += qe/
|