14eff2b4fSJordan Niethe/* SPDX-License-Identifier: GPL-2.0 */ 24eff2b4fSJordan Niethe#include <asm/ppc_asm.h> 34eff2b4fSJordan Niethe#include <asm/asm-compat.h> 44eff2b4fSJordan Niethe#include <asm/asm-offsets.h> 54eff2b4fSJordan Niethe#include "xmon_bpts.h" 64eff2b4fSJordan Niethe 7*650b55b7SJordan Niethe/* Prefixed instructions can not cross 64 byte boundaries */ 8*650b55b7SJordan Niethe.align 6 94eff2b4fSJordan Niethe.global bpt_table 104eff2b4fSJordan Niethebpt_table: 114eff2b4fSJordan Niethe .space NBPTS * BPT_SIZE 12