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>
33 #include <asm-generic/mmiowb_types.h>
49 #define get_lppaca() (get_paca()->lppaca_ptr)
52 #define get_slb_shadow() (get_paca()->slb_shadow_ptr)
68 * read-only (after boot) fields in the first cacheline to
93 u64 data_offset; /* per cpu data offset */
96 /* this becomes non-zero. */
103 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 */
164 * then miscellaneous read-write fields
174 u8 irq_happened; /* irq happened while soft-disabled */
175 u8 irq_work_pending; /* IRQ_WORK interrupt while soft-disable */
179 u64 sprg_vdso; /* Saved user-visible sprg */
210 /* Non-maskable exceptions that are not performance critical */
262 u8 *mce_data_buf; /* buffer to hold per cpu rtas errlog */
280 extern void initialise_paca(struct paca_struct *new_paca, int cpu);
283 extern void allocate_paca(int cpu);
289 static inline void allocate_paca(int cpu) { }; in allocate_paca() argument