paca.h (bf61c8840efe60fd8f91446860b63338fb424158) | paca.h (bc2e6c6ac21183a6102a926f83186d9cac6713f8) |
---|---|
1/* 2 * This control block defines the PACA which defines the processor 3 * specific data for each logical processor on the system. 4 * There are some pointers defined that are utilized by PLIC. 5 * 6 * C 2001 PPC 64 Team, IBM Corp 7 * 8 * This program is free software; you can redistribute it and/or --- 79 unchanged lines hidden (view full) --- 88 struct slb_shadow *slb_shadow_ptr; 89 struct dtl_entry *dispatch_log; 90 struct dtl_entry *dispatch_log_end; 91 92 /* 93 * Now, starting in cacheline 2, the exception save areas 94 */ 95 /* used for most interrupts/exceptions */ | 1/* 2 * This control block defines the PACA which defines the processor 3 * specific data for each logical processor on the system. 4 * There are some pointers defined that are utilized by PLIC. 5 * 6 * C 2001 PPC 64 Team, IBM Corp 7 * 8 * This program is free software; you can redistribute it and/or --- 79 unchanged lines hidden (view full) --- 88 struct slb_shadow *slb_shadow_ptr; 89 struct dtl_entry *dispatch_log; 90 struct dtl_entry *dispatch_log_end; 91 92 /* 93 * Now, starting in cacheline 2, the exception save areas 94 */ 95 /* used for most interrupts/exceptions */ |
96 u64 exgen[12] __attribute__((aligned(0x80))); 97 u64 exmc[12]; /* used for machine checks */ 98 u64 exslb[12]; /* used for SLB/segment table misses | 96 u64 exgen[13] __attribute__((aligned(0x80))); 97 u64 exmc[13]; /* used for machine checks */ 98 u64 exslb[13]; /* used for SLB/segment table misses |
99 * on the linear mapping */ 100 /* SLB related definitions */ 101 u16 vmalloc_sllp; 102 u16 slb_cache_ptr; 103 u32 slb_cache[SLB_CACHE_ENTRIES]; 104#endif /* CONFIG_PPC_STD_MMU_64 */ 105 106#ifdef CONFIG_PPC_BOOK3E --- 80 unchanged lines hidden --- | 99 * on the linear mapping */ 100 /* SLB related definitions */ 101 u16 vmalloc_sllp; 102 u16 slb_cache_ptr; 103 u32 slb_cache[SLB_CACHE_ENTRIES]; 104#endif /* CONFIG_PPC_STD_MMU_64 */ 105 106#ifdef CONFIG_PPC_BOOK3E --- 80 unchanged lines hidden --- |