Lines Matching +full:used +full:- +full:by +full:- +full:rtas
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * There are some pointers defined that are utilized by PLIC.
21 #include <asm/exception-64e.h>
23 #include <asm/exception-64s.h>
34 #include <asm-generic/mmiowb_types.h>
49 #define get_slb_shadow() (get_paca()->slb_shadow_ptr)
58 * This structure is not directly accessed by firmware or the service
66 * read-only (after boot) fields in the first cacheline to
80 u16 lock_token; /* Constant 0x8000, used in locks */
84 u16 lock_token; /* Constant 0x8000, used in locks */
96 /* this becomes non-zero. */
105 u64 dscr_default; /* per-CPU default DSCR */
111 /* used for most interrupts/exceptions */
118 u8 stab_rr; /* stab/slb round-robin counter */
134 /* Shared by all threads of a core -- points to tcd of first thread */
142 u64 exmc[8]; /* used for machine checks */
143 u64 excrit[8]; /* used for crit interrupts */
144 u64 exdbg[8]; /* used for debug interrupts */
146 /* Kernel stack pointers for use by special exceptions */
160 * then miscellaneous read-write fields
164 u64 saved_r1; /* r1 save for RTAS calls or PM or EE=0 */
165 u64 saved_msr; /* MSR saved here by enter_rtas */
168 u16 trap_save; /* Used when bad stack is encountered */
175 u8 irq_happened; /* irq happened while soft-disabled */
176 u8 irq_work_pending; /* IRQ_WORK interrupt while soft-disable */
180 u64 sprg_vdso; /* Saved user-visible sprg */
212 /* Non-maskable exceptions that are not performance critical */
213 u64 exnmi[EX_SIZE]; /* used for system reset (nmi) */
214 u64 exmc[EX_SIZE]; /* used for machine checks */
261 u8 *mce_data_buf; /* buffer to hold per cpu rtas errlog */