Searched refs:miss (Results 1 – 9 of 9) sorted by relevance
/qemu/docs/ |
H A D | xbzrle.txt | 19 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 D | opencores_eth.c | 367 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 D | trace-events | 28 …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 D | rocker_of_dpa.c | 948 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 D | build-environment.rst | 21 miss out on deps that have been newly introduced in qemu.git. In more, it misses
|
H A D | multi-process.rst | 560 DMA address to a guest PA. On a cache miss, a message will be sent back
|
/qemu/target/ppc/ |
H A D | excp_helper.c | 137 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 D | vhost-user.rst | 264 - 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 D | migration.json | 88 # @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',
|