| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
| 2 | /* |
| 3 | * |
| 4 | * |
| 5 | * Copyright (c) 2026 Linaro Ltd |
| 6 | * |
| 7 | */ |
| 8 | |
| 9 | |
| 10 | /* Global variables exported in boot.S */ |
| 11 | extern volatile uint64_t exception_fault_address; /* Updated by ISR */ |
| 12 | extern volatile uint64_t exception_type_code; /* Updated by ISR */ |
| 13 | extern uint64_t realms_gpt0[]; |
| 14 | extern uint64_t realms_gpt1[]; |