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

/linux-master/arch/powerpc/include/asm/
H A Dcurrent.h22 : "i" (offsetof(struct paca_struct, __current)));
H A Dpaca.h36 register struct paca_struct *local_paca asm("r13");
42 * otherwise the paca_struct it points to may be the wrong one just after.
61 struct paca_struct { struct
284 extern struct paca_struct **paca_ptrs;
285 extern void initialise_paca(struct paca_struct *new_paca, int cpu);
286 extern void setup_paca(struct paca_struct *new_paca);
H A Dhw_irq.h123 : "i" (offsetof(struct paca_struct, irq_soft_mask)));
156 "i" (offsetof(struct paca_struct, irq_soft_mask))
/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c84 OFFSET(PACA_CANARY, paca_struct, canary);
158 OFFSET(PACATMSCRATCH, paca_struct, tm_scratch);
180 OFFSET(PACAPACAINDEX, paca_struct, paca_index);
181 OFFSET(PACAPROCSTART, paca_struct, cpu_start);
182 OFFSET(PACAKSAVE, paca_struct, kstack);
183 OFFSET(PACACURRENT, paca_struct, __current);
184 DEFINE(PACA_THREAD_INFO, offsetof(struct paca_struct, __current) +
186 OFFSET(PACASAVEDMSR, paca_struct, saved_msr);
187 OFFSET(PACAR1, paca_struct, saved_r1);
189 OFFSET(PACATOC, paca_struct, kernel_to
[all...]
H A Dpaca.c181 struct paca_struct **paca_ptrs __read_mostly;
184 void __init initialise_paca(struct paca_struct *new_paca, int cpu)
215 void setup_paca(struct paca_struct *new_paca)
247 paca_ptrs_size = sizeof(struct paca_struct *) * nr_cpu_ids;
259 struct paca_struct *paca;
273 paca = alloc_paca_data(sizeof(struct paca_struct), L1_CACHE_BYTES,
284 paca_struct_size += sizeof(struct paca_struct);
291 new_ptrs_size = sizeof(struct paca_struct *) * nr_cpu_ids;
H A Dirq_64.c241 : : "i" (offsetof(struct paca_struct, irq_happened)),
242 "i" (offsetof(struct paca_struct, irq_soft_mask))
H A Dstacktrace.c159 struct paca_struct *p;
H A Dtime.c411 : "i" (offsetof(struct paca_struct, irq_work_pending)));
419 "i" (offsetof(struct paca_struct, irq_work_pending)));
426 "i" (offsetof(struct paca_struct, irq_work_pending)));
H A Dsetup_64.c180 static void __init fixup_boot_paca(struct paca_struct *boot_paca)
342 static __initdata struct paca_struct boot_paca;
H A Dsecurity.c682 struct paca_struct *paca = paca_ptrs[cpu];
H A Dmodule_64.c472 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase)),
480 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
/linux-master/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c19 struct paca_struct *paca = get_paca();
36 struct paca_struct *paca = get_paca();
69 struct paca_struct *paca = get_paca();
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c292 static struct paca_struct kexec_paca;
331 memcpy(&kexec_paca, get_paca(), sizeof(struct paca_struct));
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c88 struct paca_struct *pp;
120 struct paca_struct *pp;
187 struct paca_struct *pp;
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace.c365 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
H A Dftrace_64_pg.c714 #define PACATOC offsetof(struct paca_struct, kernel_toc)
/linux-master/arch/powerpc/platforms/powernv/
H A Didle.c1435 struct paca_struct *p = paca_ptrs[cpu];
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c131 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)));
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c3193 struct paca_struct *tpaca;
3227 struct paca_struct *tpaca;
3335 struct paca_struct *tpaca;
3909 struct paca_struct *paca = paca_ptrs[pcpu + thr];
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2609 struct paca_struct *p;
2632 offsetof(struct paca_struct, name));

Completed in 198 milliseconds