Home
last modified time | relevance | path

Searched refs:mmio_exits (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/kvm/aarch64/
H A Dpage_fault_test.c42 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 Dtiming.h72 vcpu->stat.mmio_exits++; in kvmppc_account_exit_stat()
H A Dbook3s.c59 STATS_DESC_COUNTER(VCPU, mmio_exits),
H A Dbook3s_pr.c787 vcpu->stat.mmio_exits++; in kvmppc_handle_pagefault()
H A Dbooke.c57 STATS_DESC_COUNTER(VCPU, mmio_exits),
/linux/arch/powerpc/include/asm/
H A Dkvm_host.h98 u64 mmio_exits; member
/linux/arch/x86/include/asm/
H A Dkvm_host.h1578 u64 mmio_exits; member
/linux/arch/x86/kvm/
H A Dx86.c271 STATS_DESC_COUNTER(VCPU, mmio_exits),
9309 ++vcpu->stat.mmio_exits; in x86_emulate_instruction()