xmon_bpts.S 269 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #include <asm/ppc_asm.h>
  3. #include <asm/asm-compat.h>
  4. #include <asm/asm-offsets.h>
  5. #include "xmon_bpts.h"
  6. /* Prefixed instructions can not cross 64 byte boundaries */
  7. .align 6
  8. .global bpt_table
  9. bpt_table:
  10. .space NBPTS * BPT_SIZE