Searched refs:hv_crash_tramp_data (Results 1 – 1 of 1) sorted by relevance
432 struct hv_crash_tramp_data { struct453 struct hv_crash_tramp_data *tramp; in hv_crash_setup_trampdata() argument456 BUILD_BUG_ON(offsetof(struct hv_crash_tramp_data, tramp32_cr3) != 0); in hv_crash_setup_trampdata()457 BUILD_BUG_ON(offsetof(struct hv_crash_tramp_data, kernel_cr3) != 8); in hv_crash_setup_trampdata()458 BUILD_BUG_ON(offsetof(struct hv_crash_tramp_data, gdtr32.limit) != 18); in hv_crash_setup_trampdata()459 BUILD_BUG_ON(offsetof(struct hv_crash_tramp_data, in hv_crash_setup_trampdata()461 BUILD_BUG_ON(offsetof(struct hv_crash_tramp_data, c_entry_addr) != 48); in hv_crash_setup_trampdata()465 if (size + sizeof(struct hv_crash_tramp_data) > PAGE_SIZE) { in hv_crash_setup_trampdata()475 tramp = (struct hv_crash_tramp_data *)dest; in hv_crash_setup_trampdata()