Home
last modified time | relevance | path

Searched refs:miss (Results 1 – 9 of 9) sorted by relevance

/qemu/docs/
H A Dxbzrle.txt19 A small cache size will result in high cache miss rate.
110 xbzrle cache miss: K pages
111 xbzrle cache miss rate: L
115 xbzrle cache miss: the number of cache misses to date - high cache-miss rate
/qemu/hw/net/
H A Dopencores_eth.c367 bool miss = true; local
376 miss = GET_REGBIT(s, MODER, BRO);
379 miss = !(s->regs[HASH0 + mcast_idx / 32] &
384 miss = GET_REGFIELD(s, MAC_ADDR1, BYTE0) != buf[0] ||
393 if (miss && !GET_REGBIT(s, MODER, PRO)) {
421 if (miss) {
/qemu/hw/arm/
H A Dtrace-events28 …int64_t addr, uint32_t hit, uint32_t miss, uint32_t p) "IOTLB cache HIT asid=%d vmid=%d addr=0x%"P…
29 …nt64_t addr, uint32_t hit, uint32_t miss, uint32_t p) "IOTLB cache MISS asid=%d vmid=%d addr=0x%"P…
/qemu/hw/net/rocker/
H A Drocker_of_dpa.c948 void (*miss)(OfDpaFlowContext *fc); member
957 .miss = of_dpa_ig_port_miss,
967 .miss = of_dpa_term_mac_miss,
974 .miss = of_dpa_bridging_miss,
981 .miss = of_dpa_unicast_routing_miss,
987 .miss = of_dpa_multicast_routing_miss,
994 .miss = of_dpa_eg,
1014 if (ops->miss) { in of_dpa_flow_ig_tbl()
1015 ops->miss(fc); in of_dpa_flow_ig_tbl()
/qemu/docs/devel/
H A Dbuild-environment.rst21 miss out on deps that have been newly introduced in qemu.git. In more, it misses
H A Dmulti-process.rst560 DMA address to a guest PA. On a cache miss, a message will be sent back
/qemu/target/ppc/
H A Dexcp_helper.c137 target_ulong *miss, *cmp; in ppc_excp_debug_sw_tlb() local
147 miss = &env->spr[SPR_IMISS]; in ppc_excp_debug_sw_tlb()
156 miss = &env->spr[SPR_DMISS]; in ppc_excp_debug_sw_tlb()
161 TARGET_FMT_lx " %08x\n", es, en, *miss, en, *cmp, in ppc_excp_debug_sw_tlb()
/qemu/docs/interop/
H A Dvhost-user.rst264 - 1: IOTLB miss
701 communication <backend_communication>` section below) to send IOTLB miss
704 payload. For miss events, the iotlb payload has to be filled with the
705 miss message type (1), the I/O virtual address and the permissions
711 back-ends requests a reply. For miss events, completed operation means
714 the IOTLB miss message is invalid (invalid IOVA or permission).
717 messages, as the back-end sends IOTLB miss messages for the guest virtual
1743 The back-end sends such requests to notify of an IOTLB miss, or an IOTLB
/qemu/qapi/
H A Dmigration.json88 # @cache-miss: number of cache miss
90 # @cache-miss-rate: rate of cache miss (since 2.1)
100 'cache-miss': 'int', 'cache-miss-rate': 'number',