Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_crash.c429 struct hv_crash_tramp_data { struct
450 struct hv_crash_tramp_data *tramp; in hv_crash_setup_trampdata() argument
453 BUILD_BUG_ON(offsetof(struct hv_crash_tramp_data, tramp32_cr3) != 0); in hv_crash_setup_trampdata()
454 BUILD_BUG_ON(offsetof(struct hv_crash_tramp_data, kernel_cr3) != 8); in hv_crash_setup_trampdata()
455 BUILD_BUG_ON(offsetof(struct hv_crash_tramp_data, gdtr32.limit) != 18); in hv_crash_setup_trampdata()
456 BUILD_BUG_ON(offsetof(struct hv_crash_tramp_data, in hv_crash_setup_trampdata()
458 BUILD_BUG_ON(offsetof(struct hv_crash_tramp_data, c_entry_addr) != 48); in hv_crash_setup_trampdata()
462 if (size + sizeof(struct hv_crash_tramp_data) > PAGE_SIZE) { in hv_crash_setup_trampdata()
472 tramp = (struct hv_crash_tramp_data *)dest; in hv_crash_setup_trampdata()