Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_vtl_main.c61 u8 allow_bitmap[MAX_BITMAP_SIZE]; member
1089 if (hvcall_setup.bitmap_array_size > ARRAY_SIZE(fd->allow_bitmap)) in mshv_vtl_hvcall_do_setup()
1092 if (copy_from_user(&fd->allow_bitmap, in mshv_vtl_hvcall_do_setup()
1106 return test_bit(call_code, (unsigned long *)fd->allow_bitmap); in mshv_vtl_hvcall_is_allowed()