/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | asm-offsets.c | 84 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 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() 213 void setup_paca(struct paca_struct *new_paca) in setup_paca() 245 paca_ptrs_size = sizeof(struct paca_struct *) * nr_cpu_ids; in allocate_paca_ptrs() 257 struct paca_struct *paca; in allocate_paca() 271 paca = alloc_paca_data(sizeof(struct paca_struct), L1_CACHE_BYTES, in allocate_paca() 282 paca_struct_size += sizeof(struct paca_struct); in allocate_paca() 289 new_ptrs_size = sizeof(struct paca_struct *) * nr_cpu_ids; in free_unused_pacas()
|
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()
|
A D | time.c | 411 : "i" (offsetof(struct paca_struct, irq_work_pending))); in test_irq_work_pending() 419 "i" (offsetof(struct paca_struct, irq_work_pending))); in set_irq_work_pending_flag() 426 "i" (offsetof(struct paca_struct, irq_work_pending))); in clear_irq_work_pending()
|
A D | stacktrace.c | 176 struct paca_struct *p; in raise_backtrace_ipi()
|
A D | setup_64.c | 180 static void __init fixup_boot_paca(struct paca_struct *boot_paca) in fixup_boot_paca() 342 static __initdata struct paca_struct boot_paca; in early_setup()
|
A D | security.c | 681 struct paca_struct *paca = paca_ptrs[cpu]; in init_fallback_flush()
|
A D | module_64.c | 336 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | paca.h | 37 register struct paca_struct *local_paca asm("r13"); 65 struct paca_struct { struct 289 extern struct paca_struct **paca_ptrs; argument 290 extern void initialise_paca(struct paca_struct *new_paca, int cpu); 291 extern void setup_paca(struct paca_struct *new_paca);
|
A D | current.h | 22 : "i" (offsetof(struct paca_struct, __current))); in get_current()
|
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-6.3-rc2/arch/powerpc/mm/nohash/ |
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-6.3-rc2/arch/powerpc/kexec/ |
A D | core_64.c | 293 static struct paca_struct kexec_paca; 332 memcpy(&kexec_paca, get_paca(), sizeof(struct paca_struct)); in default_machine_kexec()
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | lpar.c | 87 struct paca_struct *pp; in alloc_dtl_buffers() 119 struct paca_struct *pp; in register_dtl_buffer() 186 struct paca_struct *pp; in free_dtl_buffers()
|
/linux-6.3-rc2/arch/powerpc/kernel/trace/ |
A D | ftrace.c | 709 #define PACATOC offsetof(struct paca_struct, kernel_toc)
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | idle.c | 1433 struct paca_struct *p = paca_ptrs[cpu]; in pnv_init_idle_states()
|
/linux-6.3-rc2/arch/powerpc/net/ |
A D | bpf_jit_comp64.c | 130 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_hv.c | 3100 struct paca_struct *tpaca; in kvmppc_grab_hwthread() 3134 struct paca_struct *tpaca; in kvmppc_release_hwthread() 3242 struct paca_struct *tpaca; in kvmppc_start_thread() 3816 struct paca_struct *paca = paca_ptrs[pcpu + thr]; in kvmppc_run_core()
|
/linux-6.3-rc2/arch/powerpc/xmon/ |
A D | xmon.c | 2610 struct paca_struct *p; in dump_one_paca() 2633 offsetof(struct paca_struct, name)); in dump_one_paca()
|