Searched refs:paca_struct (Results  1 – 16 of 16) sorted by relevance
| /linux-4.1.27/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() 216 	paca_size = PAGE_ALIGN(sizeof(struct paca_struct) * nr_cpu_ids);  in allocate_pacas() 237 	new_size = PAGE_ALIGN(sizeof(struct paca_struct) * nr_cpu_ids);  in free_unused_pacas()
  | 
| D | machine_kexec_64.c | 311 struct paca_struct kexec_paca; 349 	memcpy(&kexec_paca, get_paca(), sizeof(struct paca_struct));  in default_machine_kexec() 351 	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 | 440 		: "i" (offsetof(struct paca_struct, irq_work_pending)));  in test_irq_work_pending() 448 		"i" (offsetof(struct paca_struct, irq_work_pending)));  in set_irq_work_pending_flag() 455 		"i" (offsetof(struct paca_struct, irq_work_pending)));  in clear_irq_work_pending()
  | 
| D | setup_64.c | 238 	static __initdata struct paca_struct boot_paca;  in early_setup()
  | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | paca.h | 28 register struct paca_struct *local_paca asm("r13"); 52 struct paca_struct {  struct 197 extern struct paca_struct *paca;  argument 198 extern void initialise_paca(struct paca_struct *new_paca, int cpu); 199 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()
  | 
| /linux-4.1.27/arch/powerpc/mm/ | 
| D | hugetlbpage-book3e.c | 15 	struct paca_struct *paca = get_paca();  in tlb1_next()
  | 
| /linux-4.1.27/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));		\
  | 
| /linux-4.1.27/arch/powerpc/platforms/pseries/ | 
| D | setup.c | 298 	struct paca_struct *pp;  in alloc_dispatch_logs()
  | 
| D | lpar.c | 69 	struct paca_struct *pp;  in vpa_init()
  | 
| /linux-4.1.27/arch/powerpc/kvm/ | 
| D | book3s_hv.c | 1751 	struct paca_struct *tpaca;  in kvmppc_grab_hwthread() 1784 	struct paca_struct *tpaca;  in kvmppc_release_hwthread() 1794 	struct paca_struct *tpaca;  in kvmppc_start_thread()
  | 
| /linux-4.1.27/arch/powerpc/xmon/ | 
| D | xmon.c | 2075 	struct paca_struct *p;  in dump_one_paca() 2095 		offsetof(struct paca_struct, name));  in dump_one_paca()
  |