/qemu/hw/net/rocker/ |
H A D | rocker_of_dpa.c | 309 OfDpaFlow *flow = value; in _of_dpa_flow_match() local 311 uint64_t *k = (uint64_t *)&flow->key; in _of_dpa_flow_match() 312 uint64_t *m = (uint64_t *)&flow->mask; in _of_dpa_flow_match() 316 if (flow->key.tbl_id == match->value.tbl_id) { in _of_dpa_flow_match() 317 of_dpa_flow_key_dump(&flow->key, &flow->mask); in _of_dpa_flow_match() 320 if (flow->key.width > match->value.width) { in _of_dpa_flow_match() 324 for (i = 0; i < flow->key.width; i++, k++, m++, v++) { in _of_dpa_flow_match() 333 flow->priority > match->best->priority || in _of_dpa_flow_match() 334 flow->lpm > match->best->lpm) { in _of_dpa_flow_match() 335 match->best = flow; in _of_dpa_flow_match() [all …]
|
H A D | rocker-hmp-cmds.c | 83 RockerOfDpaFlow *flow = info->value; in hmp_rocker_of_dpa_flows() local 84 RockerOfDpaFlowKey *key = flow->key; in hmp_rocker_of_dpa_flows() 85 RockerOfDpaFlowMask *mask = flow->mask; in hmp_rocker_of_dpa_flows() 86 RockerOfDpaFlowAction *action = flow->action; in hmp_rocker_of_dpa_flows() 88 if (flow->hits) { in hmp_rocker_of_dpa_flows() 90 key->priority, key->tbl_id, flow->hits); in hmp_rocker_of_dpa_flows()
|
/qemu/qapi/ |
H A D | rocker.json | 121 # Rocker switch OF-DPA flow key 125 # @tbl-id: flow table ID 145 # .. note:: Optional members may or may not appear in the flow key 146 # depending if they're relevant to the flow key. 159 # Rocker switch OF-DPA flow mask 175 # .. note:: Optional members may or may not appear in the flow mask 176 # depending if they're relevant to the flow mask. 188 # Rocker switch OF-DPA flow action 202 # .. note:: Optional members may or may not appear in the flow action 203 # depending if they're relevant to the flow action. [all …]
|
H A D | cxl.json | 436 # success or failure of the full Add Dynamic Capacity flow requires 503 # flow requires out of band communication with the OS of the CXL host.
|
H A D | machine.json | 420 # time will have continued to flow normally. The time in the 426 # its point of view time will have continued to flow normally.
|
/qemu/scripts/coccinelle/ |
H A D | errp-guard.cocci | 65 // double error_prepend in control flow like in 101 // Warn when several Error * definitions are in the control flow. 106 // control flow we may have several (in total) Error * definitions in 133 // Warn when several propagations are in the control flow. 163 'one control flow: at {}:{} and then at {}:{}'.format( 175 // error_propagate_prepend() or error_propagate() on each control-flow 181 // which has the "common case" on at least one control-flow path.
|
/qemu/docs/specs/ |
H A D | rocker.rst | 311 packet data is network-byte order. For example, flow match fields (and masks) 667 OF-DPA mode allows the switch to offload flow packet processing functions to 671 hardware with flow functionality, as defined in OF-DPA. The block diagram is:: 692 To participate in flow functions, ports must be configure for OF-DPA mode 698 There are commands to add, modify, delete, and get stats of flow table entries. 702 CMD_ADD: add an entry to flow table 703 CMD_MOD: modify an entry in flow table 704 CMD_DEL: delete an entry from flow table 705 CMD_GET_STATS: get stats for flow entry 721 OF_DPA_HARDTIME 4 Hard timeout for flow [all …]
|
H A D | ppc-xive.rst | 155 Interrupt flow from an O/S perspective
|
/qemu/hw/dma/ |
H A D | pl080.c | 94 int flow; in pl080_run() local 132 flow = (ch->conf >> 11) & 7; in pl080_run() 133 if (flow >= 4) { in pl080_run() 141 switch (flow) { in pl080_run()
|
/qemu/target/hexagon/ |
H A D | attribs_def.h.inc | 87 /* Change-of-flow attributes */ 91 DEF_ATTRIB(COF, "Change-of-flow instruction", "", "") 92 DEF_ATTRIB(HINTED_COF, "This instruction is a hinted change-of-flow", "", "") 131 DEF_ATTRIB(RESTRICT_COF_MAX1, "One change-of-flow per packet", "", "")
|
/qemu/docs/devel/ |
H A D | index-build.rst | 16 control-flow-integrity
|
H A D | control-flow-integrity.rst | 7 This document describes the current control-flow integrity (CFI) mechanism in 16 The type used in QEMU is a forward-edge control-flow integrity that ensures
|
H A D | vfio-iommufd.rst | 72 * DMA Mapping flow
|
H A D | tcg-plugins.rst | 104 change control flow mid-block.
|
H A D | reset.rst | 332 flow is:
|
/qemu/docs/system/i386/ |
H A D | amd-memory-encryption.rst | 95 See SEV API Spec ([SEVAPI]_) 'Launching a guest' usage flow (Appendix A) for the 96 complete flow chart. 199 ``SNP_LAUNCH_FINISH`` finalizes the guest launch flow. Optionally, while
|
/qemu/docs/devel/migration/ |
H A D | vfio.rst | 167 Below is the state change flow during live migration for a VFIO device that 168 supports both precopy and P2P migration. The flow for devices that don't
|
/qemu/hw/net/ |
H A D | trace-events | 133 e1000e_link_autoneg_flowctl(bool enabled) "Auto-negotiated flow control state is %d" 134 …utodetect: %d, Speed: %d, Force speed: %d, Force duplex: %d, RX flow control %d, TX flow control %… 135 …utodetect: %d, Speed: %d, Force speed: %d, Force duplex: %d, RX flow control %d, TX flow control %…
|
/qemu/ |
H A D | hmp-commands-info.hx | 680 .help = "Show rocker OF-DPA flow tables", 686 Show rocker OF-DPA flow tables.
|
/qemu/docs/about/ |
H A D | emulation.rst | 574 introduce determinism to the execution flow it doesn't always follow 775 and understand where its execution flow went.
|
/qemu/docs/ |
H A D | igd-assign.txt | 214 the translation flow on IGD with 64-bit GTT PTEs.
|
H A D | COLO-FT.txt | 100 Modifications of save/restore flow to realize continuous migration,
|
/qemu/docs/system/riscv/ |
H A D | sifive_u.rst | 314 develop and test the recommended RISC-V boot flow with a real world use
|
/qemu/docs/interop/ |
H A D | live-block-operations.rst | 427 The following is the flow for :ref:`Case-3 <block-commit_Case-3>` to 848 way to [D], to a new target, call it [E]. The following is the flow.
|
/qemu/hw/usb/ |
H A D | trace-events | 353 usb_serial_set_flow_control(int bus, int addr, int index) "dev %d:%u flow control %d"
|