Lines Matching +full:cpu +full:- +full:crit
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
21 #include <asm/exception-64e.h>
23 #include <asm/exception-64s.h>
34 #include <asm-generic/mmiowb_types.h>
50 #define get_lppaca() (get_paca()->lppaca_ptr)
53 #define get_slb_shadow() (get_paca()->slb_shadow_ptr)
69 * read-only (after boot) fields in the first cacheline to
94 u64 data_offset; /* per cpu data offset */
97 /* this becomes non-zero. */
104 u64 dscr_default; /* per-CPU default DSCR */
116 u8 stab_rr; /* stab/slb round-robin counter */
131 /* Shared by all threads of a core -- points to tcd of first thread */
136 * in each of four exception levels (normal, crit, mcheck, debug).
140 u64 excrit[8]; /* used for crit interrupts */
162 * then miscellaneous read-write fields
179 u8 irq_happened; /* irq happened while soft-disabled */
180 u8 irq_work_pending; /* IRQ_WORK interrupt while soft-disable */
184 u64 sprg_vdso; /* Saved user-visible sprg */
215 /* Non-maskable exceptions that are not performance critical */
267 u8 *mce_data_buf; /* buffer to hold per cpu rtas errlog */
288 extern void initialise_paca(struct paca_struct *new_paca, int cpu);
291 extern void allocate_paca(int cpu);
297 static inline void allocate_paca(int cpu) { } in allocate_paca() argument