Home
last modified time | relevance | path

Searched refs:TCI (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tcg/tci/
H A DREADME1 TCG Interpreter (TCI) - Copyright (c) 2011 Stefan Weil.
19 This is what TCI (Tiny Code Interpreter) does.
23 Like each TCG host frontend, TCI implements the code generator in
35 For hosts without native TCG, the interpreter TCI must be enabled by
44 For hosts with native TCG, the interpreter TCI can be enabled by
48 The only difference from running QEMU with TCI to running without TCI
49 should be speed. Especially during development of TCI, it was very
50 useful to compare runs with and without TCI. Create /tmp/qemu.log by
59 Hosts with native TCG can also enable TCI by claiming to be unsupported:
103 * TCI is not widely tested. It was written and tested on a x86_64 host
[all …]
/openbmc/linux/net/bridge/netfilter/
H A Debt_vlan.c30 unsigned short TCI; /* Whole TCI, given from parsed frame */ in ebt_vlan_mt() local
37 TCI = skb_vlan_tag_get(skb); in ebt_vlan_mt()
47 TCI = ntohs(fp->h_vlan_TCI); in ebt_vlan_mt()
59 id = TCI & VLAN_VID_MASK; in ebt_vlan_mt()
60 prio = (TCI >> 13) & 0x7; in ebt_vlan_mt()
/openbmc/linux/Documentation/bpf/
H A Dprog_flow_dissector.rst63 | DMAC | SMAC | TPID | TCI |ETHER_TYPE | L3_HEADER |
71 skb->data + flow_keys->nhoff point the to first byte of TCI
82 | DMAC | SMAC | TPID | TCI |ETHER_TYPE | L3_HEADER |
/openbmc/qemu/docs/about/
H A Dbuild-platforms.rst59 ``--enable-tcg-interpreter`` option to enable the TCI support, but note that
61 requires host-specific support for signal handling, therefore TCI won't help
/openbmc/linux/Documentation/networking/
H A Dopenvswitch.rst226 indicating that a VLAN TCI should follow, but which is truncated just
233 all-zero-bits VLAN TCI is not that rare, so the CFI bit (aka
237 missing or malformed VLAN TCI.
H A Dpacket_mmap.rst566 that the tp_vlan_tci field has valid VLAN TCI value
/openbmc/qemu/docs/devel/
H A Dcontrol-flow-integrity.rst74 2. TCI, where the interpreter has to interpret the generic *call* operation
/openbmc/linux/Documentation/netlink/specs/
H A Dovs_flow.yaml268 doc: Tag control identifier (TCI) to push.
/openbmc/qemu/
H A Dmeson.build4373 summary_info += {'TCG backend': 'TCI (TCG with bytecode interpreter, slow)'}
H A DMAINTAINERS3815 TCI TCG target