Searched refs:paca_struct (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/arch/powerpc/kernel/ |
D | asm-offsets.c | 135 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 …]
|
D | paca.c | 123 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()
|
D | machine_kexec_64.c | 312 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()
|
D | irq.c | 103 : "=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()
|
D | time.c | 425 : "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/ |
D | paca.h | 29 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);
|
D | hw_irq.h | 47 : "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()
|
D | current.h | 24 : "i" (offsetof(struct paca_struct, __current))); in get_current()
|
D | io.h | 574 : "=&r" (tmp) : "i" (offsetof(struct paca_struct, io_sync)) in mmiowb()
|
/linux-3.4.99/arch/powerpc/net/ |
D | bpf_jit_comp.c | 386 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/ |
D | setup.c | 292 struct paca_struct *pp; in alloc_dispatch_logs()
|
D | lpar.c | 62 struct paca_struct *pp; in vpa_init()
|
/linux-3.4.99/arch/powerpc/kvm/ |
D | book3s_hv.c | 575 struct paca_struct *tpaca; in kvmppc_start_thread()
|