Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/kvm/x86_64/
Duser_msr_test.c30 static u8 bitmap_c0000000_read[KVM_MSR_FILTER_MAX_BITMAP_SIZE]; variable
46 memset(bitmap_c0000000_read, 0xff, sizeof(bitmap_c0000000_read)); in prepare_bitmaps()
49 deny_msr(bitmap_c0000000_read, MSR_SYSCALL_MASK); in prepare_bitmaps()
50 deny_msr(bitmap_c0000000_read, MSR_GS_BASE); in prepare_bitmaps()
75 .bitmap = bitmap_c0000000_read,