Home
last modified time | relevance | path

Searched refs:EX_SIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/include/asm/
Dpaca.h109 u64 exgen[EX_SIZE] __attribute__((aligned(0x80)));
110 u64 exslb[EX_SIZE]; /* used for SLB/segment table misses
210 u64 exnmi[EX_SIZE]; /* used for system reset (nmi) */
211 u64 exmc[EX_SIZE]; /* used for machine checks */
254 u64 exrfi[EX_SIZE] __aligned(0x80);
Dexception-64s.h37 #define EX_SIZE 10 macro
39 #define EX_SIZE 9 macro
/Linux-v5.4/arch/powerpc/kernel/
Dexceptions-64s.S37 .if EX_SIZE != 10
41 .if EX_SIZE != 9