Home
last modified time | relevance | path

Searched refs:get_paca (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dstab.c112 castout_entry = get_paca()->xStab_data.next_round_robin; in make_ste()
134 get_paca()->xStab_data.next_round_robin = (castout_entry + 1) & 0xf; in make_ste()
227 castout_entry = get_paca()->xStab_data.next_round_robin; in make_slbe()
236 get_paca()->xStab_data.next_round_robin = castout_entry; in make_slbe()
319 stab_entry = make_ste(get_paca()->xStab_data.virt, esid, vsid); in ste_allocate()
322 segments = get_paca()->xSegments; in ste_allocate()
345 STE *stab = (STE *) get_paca()->xStab_data.virt; in flush_stab()
346 unsigned char *segments = get_paca()->xSegments; in flush_stab()
Didle.c49 struct paca_struct *lpaca = get_paca(); in yield_shared_processor()
101 lpaca = get_paca(); in idle_iSeries()
160 struct paca_struct *lpaca = get_paca(), *ppaca;; in idle_dedicated()
240 struct paca_struct *lpaca = get_paca(); in idle_shared()
293 if(get_paca()->xLpPaca.xSharedProc) { in idle_setup()
Drtas.c73 struct rtas_args *rtas = PTRRELOC(&(get_paca()->xRtas)); in phys_call_rtas()
93 struct rtas_args *rtas = PTRRELOC(&(get_paca()->xRtas)); in phys_call_rtas_display_status()
107 struct rtas_args *rtas = &(get_paca()->xRtas); in call_rtas_display_status()
139 struct rtas_args *rtas_args = &(get_paca()->xRtas); in rtas_call()
Dsmp.c400 if (!--(get_paca()->prof_counter)) { in smp_local_timer_interrupt()
402 (get_paca()->prof_counter)=get_paca()->prof_multiplier; in smp_local_timer_interrupt()
801 get_paca()->yielded = 0; in start_secondary()
DItLpQueue.c169 get_paca()->lpEvent_count += numIntsProcessed; in ItLpQueue_process()
Dproc_pmc.c808 get_paca()->xLpPacaPtr->xPMCRegsInUse = 1; in proc_pmc_cpi()
859 get_paca()->xLpPacaPtr->xPMCRegsInUse = 1; in proc_pmc_tlb()
918 get_paca()->xLpPacaPtr->xPMCRegsInUse = 1; in proc_pmc_set_mmcr0()
920 get_paca()->xLpPacaPtr->xPMCRegsInUse = 0; in proc_pmc_set_mmcr0()
DiSeries_setup.c587 unsigned procIx = get_paca()->xLpPaca.xDynHvPhysicalProcIndex; in setup_iSeries_cache_sizes()
648 unsigned procIx = get_paca()->xLpPaca.xDynHvPhysicalProcIndex; in iSeries_setup_arch()
Dperfmon.c609 struct paca_struct *lpaca = get_paca(); in pmc_configure()
645 struct paca_struct *lpaca = get_paca(); in pmc_timeslice_data_collect()
Dlparcfg.c123 struct paca_struct *lpaca = get_paca(); in lparcfg_data()
Dsetup.c634 struct paca_struct *lpaca = get_paca(); in setup_default_decr()
Dtime.c252 struct paca_struct *lpaca = get_paca(); in timer_interrupt()
Dirq.c814 lpaca = get_paca(); in do_IRQ()
/linux-2.4.37.9/include/asm-ppc64/
Dsmp.h61 #define smp_processor_id() (get_paca()->xPacaIndex)
62 #define hard_smp_processor_id() (get_paca()->xHwProcNum)
Dcurrent.h15 #define get_current() ((struct task_struct *)(get_paca()->xCurrent))
Dtime.h56 struct paca_struct *lpaca = get_paca(); in set_dec()
Dpaca.h49 #define get_paca() local_paca macro
Dpgalloc.h15 #define quicklists get_paca()
/linux-2.4.37.9/arch/ppc64/xmon/
Dxmon.c1073 printf(" paca = 0x%lx\n", get_paca()); in excprint()
1200 ptrPaca = get_paca(); in super_regs()