diff options
Diffstat (limited to 'sys/sun4v/include/tsb.h')
-rw-r--r-- | sys/sun4v/include/tsb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sun4v/include/tsb.h b/sys/sun4v/include/tsb.h index a293707..30fa1f8 100644 --- a/sys/sun4v/include/tsb.h +++ b/sys/sun4v/include/tsb.h @@ -60,7 +60,8 @@ void tsb_assert_invalid(struct hv_tsb_info *tsb, vm_offset_t va); void tsb_set_tte(struct hv_tsb_info *tsb, vm_offset_t va, tte_t tte_data, uint64_t ctx); -void tsb_set_tte_real(struct hv_tsb_info *tsb, vm_offset_t va, tte_t tte_data, uint64_t ctx); +void tsb_set_tte_real(struct hv_tsb_info *tsb, vm_offset_t index_va, + vm_offset_t tag_va, tte_t tte_data, uint64_t ctx); tte_t tsb_get_tte(struct hv_tsb_info *tsb, vm_offset_t va); |