root/arch/s390/purgatory/kexec-purgatory.S

/* [<][>][^][v][top][bottom][index][help] */
   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 
   3         .section .rodata, "a"
   4 
   5         .align  8
   6 kexec_purgatory:
   7         .globl  kexec_purgatory
   8         .incbin "arch/s390/purgatory/purgatory.ro"
   9 .Lkexec_purgatroy_end:
  10 
  11         .align  8
  12 kexec_purgatory_size:
  13         .globl  kexec_purgatory_size
  14         .quad   .Lkexec_purgatroy_end - kexec_purgatory

/* [<][>][^][v][top][bottom][index][help] */