Home
last modified time | relevance | path

Searched refs:paca_struct (Results 1 – 20 of 20) sorted by relevance

/linux/arch/powerpc/kernel/
A Dasm-offsets.c84 OFFSET(PACA_CANARY, paca_struct, canary); in main()
182 OFFSET(PACAKSAVE, paca_struct, kstack); in main()
187 OFFSET(PACAR1, paca_struct, saved_r1); in main()
200 OFFSET(PACAPGD, paca_struct, pgd); in main()
202 OFFSET(PACA_EXGEN, paca_struct, exgen); in main()
203 OFFSET(PACA_EXTLB, paca_struct, extlb); in main()
204 OFFSET(PACA_EXMC, paca_struct, exmc); in main()
206 OFFSET(PACA_EXDBG, paca_struct, exdbg); in main()
218 OFFSET(PACA_EXGEN, paca_struct, exgen); in main()
219 OFFSET(PACA_EXMC, paca_struct, exmc); in main()
[all …]
A Dpaca.c208 struct paca_struct **paca_ptrs __read_mostly;
211 void __init initialise_paca(struct paca_struct *new_paca, int cpu) in initialise_paca()
244 void setup_paca(struct paca_struct *new_paca) in setup_paca()
276 paca_ptrs_size = sizeof(struct paca_struct *) * nr_cpu_ids; in allocate_paca_ptrs()
288 struct paca_struct *paca; in allocate_paca()
302 paca = alloc_paca_data(sizeof(struct paca_struct), L1_CACHE_BYTES, in allocate_paca()
316 paca_struct_size += sizeof(struct paca_struct); in allocate_paca()
323 new_ptrs_size = sizeof(struct paca_struct *) * nr_cpu_ids; in free_unused_pacas()
A Dirq.c102 : "=r" (happened) : "i" (offsetof(struct paca_struct, irq_happened))); in get_irq_happened()
253 : : "i" (offsetof(struct paca_struct, irq_happened)), in arch_local_irq_restore()
254 "i" (offsetof(struct paca_struct, irq_soft_mask)) in arch_local_irq_restore()
A Dstacktrace.c176 struct paca_struct *p; in raise_backtrace_ipi()
A Dtime.c503 "i" (offsetof(struct paca_struct, irq_work_pending))); in set_irq_work_pending_flag()
510 "i" (offsetof(struct paca_struct, irq_work_pending))); in clear_irq_work_pending()
A Dsecurity.c680 struct paca_struct *paca = paca_ptrs[cpu]; in init_fallback_flush()
A Dsetup_64.c302 static __initdata struct paca_struct boot_paca; in early_setup()
A Dmodule_64.c332 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
/linux/arch/powerpc/include/asm/
A Dpaca.h36 register struct paca_struct *local_paca asm("r13");
64 struct paca_struct { struct
287 extern struct paca_struct **paca_ptrs; argument
288 extern void initialise_paca(struct paca_struct *new_paca, int cpu);
289 extern void setup_paca(struct paca_struct *new_paca);
A Dhw_irq.h121 : "i" (offsetof(struct paca_struct, irq_soft_mask))); in irq_soft_mask_return()
155 "i" (offsetof(struct paca_struct, irq_soft_mask)) in irq_soft_mask_set()
170 : "i" (offsetof(struct paca_struct, irq_soft_mask)), in irq_soft_mask_set_return()
184 : "i" (offsetof(struct paca_struct, irq_soft_mask)), in irq_soft_mask_or_return()
A Dasm-prototypes.h28 struct paca_struct;
30 extern struct paca_struct kexec_paca;
A Dcurrent.h22 : "i" (offsetof(struct paca_struct, __current))); in get_current()
A Dtime.h107 : "i" (offsetof(struct paca_struct, irq_work_pending))); in test_irq_work_pending()
/linux/arch/powerpc/mm/nohash/
A Dbook3e_hugetlbpage.c19 struct paca_struct *paca = get_paca(); in tlb1_next()
36 struct paca_struct *paca = get_paca(); in book3e_tlb_lock()
66 struct paca_struct *paca = get_paca(); in book3e_tlb_unlock()
/linux/arch/powerpc/kexec/
A Dcore_64.c294 struct paca_struct kexec_paca;
333 memcpy(&kexec_paca, get_paca(), sizeof(struct paca_struct)); in default_machine_kexec()
/linux/arch/powerpc/platforms/pseries/
A Dlpar.c86 struct paca_struct *pp; in alloc_dtl_buffers()
118 struct paca_struct *pp; in register_dtl_buffer()
185 struct paca_struct *pp; in free_dtl_buffers()
/linux/arch/powerpc/kernel/trace/
A Dftrace.c880 #define PACATOC offsetof(struct paca_struct, kernel_toc)
/linux/arch/powerpc/platforms/powernv/
A Didle.c1434 struct paca_struct *p = paca_ptrs[cpu]; in pnv_init_idle_states()
/linux/arch/powerpc/kvm/
A Dbook3s_hv.c2905 struct paca_struct *tpaca; in kvmppc_grab_hwthread()
2939 struct paca_struct *tpaca; in kvmppc_release_hwthread()
3015 struct paca_struct *tpaca; in kvmppc_start_thread()
3587 struct paca_struct *paca = paca_ptrs[pcpu + thr]; in kvmppc_run_core()
/linux/arch/powerpc/xmon/
A Dxmon.c2610 struct paca_struct *p; in dump_one_paca()
2633 offsetof(struct paca_struct, name)); in dump_one_paca()

Completed in 42 milliseconds