Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dasm-offsets.c141 DEFINE(PACATMSCRATCH, offsetof(struct paca_struct, tm_scratch)); in main()
174 DEFINE(PACA_SIZE, sizeof(struct paca_struct)); in main()
175 DEFINE(PACA_LOCK_TOKEN, offsetof(struct paca_struct, lock_token)); in main()
176 DEFINE(PACAPACAINDEX, offsetof(struct paca_struct, paca_index)); in main()
177 DEFINE(PACAPROCSTART, offsetof(struct paca_struct, cpu_start)); in main()
178 DEFINE(PACAKSAVE, offsetof(struct paca_struct, kstack)); in main()
179 DEFINE(PACACURRENT, offsetof(struct paca_struct, __current)); in main()
180 DEFINE(PACASAVEDMSR, offsetof(struct paca_struct, saved_msr)); in main()
181 DEFINE(PACASTABRR, offsetof(struct paca_struct, stab_rr)); in main()
182 DEFINE(PACAR1, offsetof(struct paca_struct, saved_r1)); in main()
[all …]
Dpaca.c147 struct paca_struct *paca;
150 void __init initialise_paca(struct paca_struct *new_paca, int cpu) in initialise_paca()
183 void setup_paca(struct paca_struct *new_paca) in setup_paca()
221 paca_size = PAGE_ALIGN(sizeof(struct paca_struct) * nr_cpu_ids); in allocate_pacas()
242 new_size = PAGE_ALIGN(sizeof(struct paca_struct) * nr_cpu_ids); in free_unused_pacas()
Dmachine_kexec_64.c327 struct paca_struct kexec_paca;
365 memcpy(&kexec_paca, get_paca(), sizeof(struct paca_struct)); in default_machine_kexec()
367 paca = (struct paca_struct *)RELOC_HIDE(&kexec_paca, 0) - in default_machine_kexec()
Dirq.c102 : "=r" (happened) : "i" (offsetof(struct paca_struct, irq_happened))); in get_irq_happened()
110 : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled))); in set_soft_enabled()
Dtime.c441 : "i" (offsetof(struct paca_struct, irq_work_pending))); in test_irq_work_pending()
449 "i" (offsetof(struct paca_struct, irq_work_pending))); in set_irq_work_pending_flag()
456 "i" (offsetof(struct paca_struct, irq_work_pending))); in clear_irq_work_pending()
Dsetup_64.c256 static __initdata struct paca_struct boot_paca; in early_setup()
/arch/powerpc/include/asm/
Dpaca.h28 register struct paca_struct *local_paca asm("r13");
52 struct paca_struct { struct
206 extern struct paca_struct *paca; argument
207 extern void initialise_paca(struct paca_struct *new_paca, int cpu);
208 extern void setup_paca(struct paca_struct *new_paca);
Dhw_irq.h51 : "i" (offsetof(struct paca_struct, soft_enabled))); in arch_local_save_flags()
63 : "i" (offsetof(struct paca_struct, soft_enabled)) in arch_local_irq_disable()
Dcurrent.h24 : "i" (offsetof(struct paca_struct, __current))); in get_current()
Dio.h642 : "=&r" (tmp) : "i" (offsetof(struct paca_struct, io_sync)) in mmiowb()
/arch/powerpc/mm/
Dhugetlbpage-book3e.c15 struct paca_struct *paca = get_paca(); in tlb1_next()
/arch/powerpc/net/
Dbpf_jit.h160 do { BUILD_BUG_ON(FIELD_SIZEOF(struct paca_struct, paca_index) != 2); \
161 PPC_LHZ_OFFS(r, 13, offsetof(struct paca_struct, paca_index)); \
/arch/powerpc/platforms/pseries/
Dsetup.c302 struct paca_struct *pp; in alloc_dispatch_logs()
Dlpar.c69 struct paca_struct *pp; in vpa_init()
/arch/powerpc/kvm/
Dbook3s_hv.c1769 struct paca_struct *tpaca; in kvmppc_grab_hwthread()
1803 struct paca_struct *tpaca; in kvmppc_release_hwthread()
1815 struct paca_struct *tpaca; in kvmppc_start_thread()
/arch/powerpc/xmon/
Dxmon.c2088 struct paca_struct *p; in dump_one_paca()
2111 offsetof(struct paca_struct, name)); in dump_one_paca()