Searched refs:paca_struct (Results 1 – 8 of 8) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | paca.c | 181 struct paca_struct **paca_ptrs __read_mostly; 184 void __init initialise_paca(struct paca_struct *new_paca, int cpu) in initialise_paca() 215 void setup_paca(struct paca_struct *new_paca) in setup_paca() 247 paca_ptrs_size = sizeof(struct paca_struct *) * nr_cpu_ids; in allocate_paca_ptrs() 259 struct paca_struct *paca; in allocate_paca() 273 paca = alloc_paca_data(sizeof(struct paca_struct), L1_CACHE_BYTES, in allocate_paca() 284 paca_struct_size += sizeof(struct paca_struct); in allocate_paca() 291 new_ptrs_size = sizeof(struct paca_struct *) * nr_cpu_ids; in free_unused_pacas()
|
H A D | irq_64.c | 241 : : "i" (offsetof(struct paca_struct, irq_happened)), in arch_local_irq_restore() 242 "i" (offsetof(struct paca_struct, irq_soft_mask)) in arch_local_irq_restore()
|
H A D | stacktrace.c | 161 struct paca_struct *p; in raise_backtrace_ipi()
|
/linux/arch/powerpc/include/asm/ |
H A D | paca.h | 36 register struct paca_struct *local_paca asm("r13"); 61 struct paca_struct { struct 284 extern struct paca_struct **paca_ptrs; argument 285 extern void initialise_paca(struct paca_struct *new_paca, int cpu); 286 extern void setup_paca(struct paca_struct *new_paca);
|
H A D | current.h | 22 : "i" (offsetof(struct paca_struct, __current))); in get_current()
|
H A D | hw_irq.h | 123 : "i" (offsetof(struct paca_struct, irq_soft_mask))); in irq_soft_mask_return() 156 "i" (offsetof(struct paca_struct, irq_soft_mask)) in irq_soft_mask_set()
|
/linux/arch/powerpc/mm/nohash/ |
H A D | e500_hugetlbpage.c | 19 struct paca_struct *paca = get_paca(); in tlb1_next() 36 struct paca_struct *paca = get_paca(); in book3e_tlb_lock() 69 struct paca_struct *paca = get_paca(); in book3e_tlb_unlock()
|
/linux/arch/powerpc/kexec/ |
H A D | core_64.c | 295 static struct paca_struct kexec_paca; 344 memcpy(&kexec_paca, get_paca(), sizeof(struct paca_struct)); in default_machine_kexec()
|