/* SPDX-License-Identifier: GPL-2.0-only */1/*2* Event jump tables3*4* Copyright (c) 2010-2012,2013, The Linux Foundation. All rights reserved.5*/67#include <asm/hexagon_vm.h>89.text1011/* This is registered early on to allow angel */12.global _K_provisional_vec13_K_provisional_vec:14jump 1f;15jump 1f;16jump 1f;17jump 1f;18jump 1f;19trap1(#HVM_TRAP1_VMRTE)20jump 1f;21jump 1f;222324.global _K_VM_event_vector25_K_VM_event_vector:261:27jump 1b; /* Reset */28jump _K_enter_machcheck;29jump _K_enter_genex;30jump _K_enter_debug;31jump 1b; /* 4 Rsvd */32jump _K_enter_trap0;33jump 1b; /* 6 Rsvd */34jump _K_enter_interrupt;353637