Searched refs:mmio_exits (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/tools/testing/selftests/kvm/aarch64/ |
D | page_fault_test.c | 43 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, \
|
/linux-6.6.21/arch/powerpc/kvm/ |
D | timing.h | 72 vcpu->stat.mmio_exits++; in kvmppc_account_exit_stat()
|
D | book3s.c | 59 STATS_DESC_COUNTER(VCPU, mmio_exits),
|
D | book3s_pr.c | 792 vcpu->stat.mmio_exits++; in kvmppc_handle_pagefault()
|
D | booke.c | 57 STATS_DESC_COUNTER(VCPU, mmio_exits),
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | kvm_host.h | 99 u64 mmio_exits; member
|
/linux-6.6.21/arch/x86/include/asm/ |
D | kvm_host.h | 1502 u64 mmio_exits; member
|
/linux-6.6.21/arch/x86/kvm/ |
D | x86.c | 283 STATS_DESC_COUNTER(VCPU, mmio_exits), 9012 ++vcpu->stat.mmio_exits; in x86_emulate_instruction()
|