Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dpage_fault_test.c43 int mmio_exits; member
437 events.mmio_exits += 1; in mmio_on_test_gpa_handler()
634 TEST_ASSERT_EQ(test->expected_events.mmio_exits, events.mmio_exits); in check_event_counts()
837 .expected_events = { .mmio_exits = _mmio_exits }, \
860 .expected_events = { .mmio_exits = _mmio_exits}, \
886 .expected_events = { .mmio_exits = _mmio_exits, \
/openbmc/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.c792 vcpu->stat.mmio_exits++; in kvmppc_handle_pagefault()
H A Dbooke.c57 STATS_DESC_COUNTER(VCPU, mmio_exits),
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_host.h99 u64 mmio_exits; member
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1503 u64 mmio_exits; member
/openbmc/linux/arch/x86/kvm/
H A Dx86.c283 STATS_DESC_COUNTER(VCPU, mmio_exits),
9027 ++vcpu->stat.mmio_exits; in x86_emulate_instruction()