Searched refs:paca (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/mm/nohash/ |
| D | book3e_hugetlbpage.c | 19 struct paca_struct *paca = get_paca(); in tlb1_next() local 23 tcd = paca->tcd_ptr; in tlb1_next() 36 struct paca_struct *paca = get_paca(); in book3e_tlb_lock() local 60 : "r" (&paca->tcd_ptr->lock), "r" (token) in book3e_tlb_lock() 66 struct paca_struct *paca = get_paca(); in book3e_tlb_unlock() local 72 paca->tcd_ptr->lock = 0; in book3e_tlb_unlock()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | paca.c | 248 struct paca_struct *paca; in allocate_paca() local 262 paca = alloc_paca_data(sizeof(struct paca_struct), L1_CACHE_BYTES, in allocate_paca() 264 paca_ptrs[cpu] = paca; in allocate_paca() 266 initialise_paca(paca, cpu); in allocate_paca() 268 paca->lppaca_ptr = new_lppaca(cpu, limit); in allocate_paca() 271 paca->slb_shadow_ptr = new_slb_shadow(cpu, limit); in allocate_paca()
|
| D | setup_64.c | 920 struct paca_struct *paca = paca_ptrs[cpu]; in init_fallback_flush() local 921 paca->rfi_flush_fallback_area = l1d_flush_fallback_area; in init_fallback_flush() 922 paca->l1d_flush_size = l1d_size; in init_fallback_flush()
|
| D | Makefile | 55 paca.o nvram_64.o firmware.o note.o
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_hv.c | 3198 struct paca_struct *paca = paca_ptrs[pcpu + thr]; in kvmppc_run_core() local 3200 paca->kvm_hstate.tid = thr; in kvmppc_run_core() 3201 paca->kvm_hstate.napping = 0; in kvmppc_run_core() 3202 paca->kvm_hstate.kvm_split_mode = sip; in kvmppc_run_core() 3341 struct paca_struct *paca = paca_ptrs[pcpu + thr]; in kvmppc_run_core() local 3343 while (paca->kvm_hstate.kvm_split_mode) { in kvmppc_run_core()
|
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | xmon.c | 2385 #define DUMP(paca, name, format) \ in dump_one_paca() argument 2386 printf(" %-*s = "format"\t(0x%lx)\n", 25, #name, 18, paca->name, \ in dump_one_paca()
|