Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_vtl_main.c208 struct hv_register_assoc reg_assoc = {}; in mshv_vtl_configure_reg_page() local
220 reg_assoc.name = HV_X64_REGISTER_REG_PAGE; in mshv_vtl_configure_reg_page()
221 reg_assoc.value.reg64 = overlay.as_uint64; in mshv_vtl_configure_reg_page()
224 1, input_vtl_zero, &reg_assoc)) { in mshv_vtl_configure_reg_page()
273 struct hv_register_assoc reg_assoc; in mshv_vtl_configure_vsm_partition() local
287 reg_assoc.name = HV_REGISTER_VSM_PARTITION_CONFIG; in mshv_vtl_configure_vsm_partition()
288 reg_assoc.value.reg64 = config.as_uint64; in mshv_vtl_configure_vsm_partition()
291 1, input_vtl_zero, &reg_assoc); in mshv_vtl_configure_vsm_partition()