xen/arch/x86/boot/x86_64.S

  1.   /* Pass off the Multiboot info structure to C land. */
  2.   mov multiboot_ptr(%rip),%edi
  3.   call __start_xen
  4.   ud2 /* Force a panic (invalid opcode). */