Searched refs:paca_struct (Results 1 – 16 of 16) sorted by relevance
/arch/powerpc/kernel/ |
D | asm-offsets.c | 141 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 …]
|
D | paca.c | 147 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()
|
D | machine_kexec_64.c | 327 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()
|
D | irq.c | 102 : "=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()
|
D | time.c | 441 : "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()
|
D | setup_64.c | 256 static __initdata struct paca_struct boot_paca; in early_setup()
|
/arch/powerpc/include/asm/ |
D | paca.h | 28 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);
|
D | hw_irq.h | 51 : "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()
|
D | current.h | 24 : "i" (offsetof(struct paca_struct, __current))); in get_current()
|
D | io.h | 642 : "=&r" (tmp) : "i" (offsetof(struct paca_struct, io_sync)) in mmiowb()
|
/arch/powerpc/mm/ |
D | hugetlbpage-book3e.c | 15 struct paca_struct *paca = get_paca(); in tlb1_next()
|
/arch/powerpc/net/ |
D | bpf_jit.h | 160 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/ |
D | setup.c | 302 struct paca_struct *pp; in alloc_dispatch_logs()
|
D | lpar.c | 69 struct paca_struct *pp; in vpa_init()
|
/arch/powerpc/kvm/ |
D | book3s_hv.c | 1769 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/ |
D | xmon.c | 2088 struct paca_struct *p; in dump_one_paca() 2111 offsetof(struct paca_struct, name)); in dump_one_paca()
|