Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dasm-offsets.c135 DEFINE(PACA_SIZE, sizeof(struct paca_struct)); in main()
136 DEFINE(PACA_LOCK_TOKEN, offsetof(struct paca_struct, lock_token)); in main()
137 DEFINE(PACAPACAINDEX, offsetof(struct paca_struct, paca_index)); in main()
138 DEFINE(PACAPROCSTART, offsetof(struct paca_struct, cpu_start)); in main()
139 DEFINE(PACAKSAVE, offsetof(struct paca_struct, kstack)); in main()
140 DEFINE(PACACURRENT, offsetof(struct paca_struct, __current)); in main()
141 DEFINE(PACASAVEDMSR, offsetof(struct paca_struct, saved_msr)); in main()
142 DEFINE(PACASTABRR, offsetof(struct paca_struct, stab_rr)); in main()
143 DEFINE(PACAR1, offsetof(struct paca_struct, saved_r1)); in main()
144 DEFINE(PACATOC, offsetof(struct paca_struct, kernel_toc)); in main()
[all …]
Dpaca.c123 struct paca_struct *paca;
126 struct paca_struct boot_paca;
128 void __init initialise_paca(struct paca_struct *new_paca, int cpu) in initialise_paca()
154 void setup_paca(struct paca_struct *new_paca) in setup_paca()
187 paca_size = PAGE_ALIGN(sizeof(struct paca_struct) * nr_cpu_ids); in allocate_pacas()
206 new_size = PAGE_ALIGN(sizeof(struct paca_struct) * nr_cpu_ids); in free_unused_pacas()
Dmachine_kexec_64.c312 struct paca_struct kexec_paca;
347 memcpy(&kexec_paca, get_paca(), sizeof(struct paca_struct)); in default_machine_kexec()
349 paca = (struct paca_struct *)RELOC_HIDE(&kexec_paca, 0) - in default_machine_kexec()
Dirq.c103 : "=r" (happened) : "i" (offsetof(struct paca_struct, irq_happened))); in get_irq_happened()
111 : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled))); in set_soft_enabled()
Dtime.c425 : "i" (offsetof(struct paca_struct, irq_work_pending))); in test_irq_work_pending()
433 "i" (offsetof(struct paca_struct, irq_work_pending))); in set_irq_work_pending_flag()
440 "i" (offsetof(struct paca_struct, irq_work_pending))); in clear_irq_work_pending()
/linux-3.4.99/arch/powerpc/include/asm/
Dpaca.h29 register struct paca_struct *local_paca asm("r13");
54 struct paca_struct { struct
168 extern struct paca_struct *paca; argument
169 extern __initdata struct paca_struct boot_paca;
170 extern void initialise_paca(struct paca_struct *new_paca, int cpu);
171 extern void setup_paca(struct paca_struct *new_paca);
Dhw_irq.h47 : "i" (offsetof(struct paca_struct, soft_enabled))); in arch_local_save_flags()
59 : "i" (offsetof(struct paca_struct, soft_enabled)) in arch_local_irq_disable()
Dcurrent.h24 : "i" (offsetof(struct paca_struct, __current))); in get_current()
Dio.h574 : "=&r" (tmp) : "i" (offsetof(struct paca_struct, io_sync)) in mmiowb()
/linux-3.4.99/arch/powerpc/net/
Dbpf_jit_comp.c386 BUILD_BUG_ON(FIELD_SIZEOF(struct paca_struct, in bpf_jit_build_body()
389 offsetof(struct paca_struct, paca_index)); in bpf_jit_build_body()
/linux-3.4.99/arch/powerpc/platforms/pseries/
Dsetup.c292 struct paca_struct *pp; in alloc_dispatch_logs()
Dlpar.c62 struct paca_struct *pp; in vpa_init()
/linux-3.4.99/arch/powerpc/kvm/
Dbook3s_hv.c575 struct paca_struct *tpaca; in kvmppc_start_thread()