Searched refs:mmio_exits (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | page_fault_test.c | 42 int mmio_exits; member 436 events.mmio_exits += 1; in mmio_on_test_gpa_handler() 633 TEST_ASSERT_EQ(test->expected_events.mmio_exits, events.mmio_exits); in check_event_counts() 836 .expected_events = { .mmio_exits = _mmio_exits }, \ 860 .expected_events = { .mmio_exits = _mmio_exits}, \ 887 .expected_events = { .mmio_exits = _mmio_exits, \
|
| /linux/arch/powerpc/kvm/ |
| H A D | timing.h | 68 vcpu->stat.mmio_exits++; in kvmppc_account_exit_stat()
|
| H A D | book3s.c | 59 STATS_DESC_COUNTER(VCPU, mmio_exits),
|
| H A D | book3s_pr.c | 785 vcpu->stat.mmio_exits++; in kvmppc_handle_pagefault()
|
| H A D | booke.c | 57 STATS_DESC_COUNTER(VCPU, mmio_exits),
|
| /linux/arch/powerpc/include/asm/ |
| H A D | kvm_host.h | 98 u64 mmio_exits; member
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1676 u64 mmio_exits; member
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 285 STATS_DESC_COUNTER(VCPU, mmio_exits), 9587 ++vcpu->stat.mmio_exits; in x86_emulate_instruction()
|