Searched refs:bitmap_c0000000_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
H A D | user_msr_test.c | 30 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,
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | userspace_msr_exit_test.c | 83 static u8 bitmap_c0000000_read[KVM_MSR_FILTER_MAX_BITMAP_SIZE]; variable 99 memset(bitmap_c0000000_read, 0xff, sizeof(bitmap_c0000000_read)); in prepare_bitmaps() 102 deny_msr(bitmap_c0000000_read, MSR_SYSCALL_MASK); in prepare_bitmaps() 103 deny_msr(bitmap_c0000000_read, MSR_GS_BASE); in prepare_bitmaps() 128 .bitmap = bitmap_c0000000_read,
|
Completed in 2 milliseconds