Searched refs:gfn_offset (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | cmma_test.c | 511 size_t gfn_offset; in test_get_skip_holes() local 539 gfn_offset = TEST_DATA_START_GFN; in test_get_skip_holes() 549 assert_cmma_dirty(gfn_offset, 1, &log); in test_get_skip_holes() 550 gfn_offset++; in test_get_skip_holes() 561 assert_cmma_dirty(gfn_offset, 0x20, &log); in test_get_skip_holes() 562 gfn_offset += 0x20; in test_get_skip_holes() 565 gfn_offset += 0x20; in test_get_skip_holes() 575 query_cmma_range(vm, gfn_offset, 0x20, &log); in test_get_skip_holes() 576 assert_cmma_dirty(gfn_offset, 0x20, &log); in test_get_skip_holes() 577 gfn_offset += 0x20; in test_get_skip_holes() [all …]
|
| /linux/arch/loongarch/kvm/ |
| H A D | mmu.c | 363 struct kvm_memory_slot *slot, gfn_t gfn_offset, unsigned long mask) in kvm_arch_mmu_enable_log_dirty_pt_masked() argument 366 gfn_t base_gfn = slot->base_gfn + gfn_offset; in kvm_arch_mmu_enable_log_dirty_pt_masked()
|