Home
last modified time | relevance | path

Searched refs:paca_struct (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dmk_defs.c65 DEFINE(PACA_SIZE, sizeof(struct paca_struct)); in main()
66 DEFINE(PACAPACAINDEX, offsetof(struct paca_struct, xPacaIndex)); in main()
67 DEFINE(PACAPROCSTART, offsetof(struct paca_struct, xProcStart)); in main()
68 DEFINE(PACAKSAVE, offsetof(struct paca_struct, xKsave)); in main()
69 DEFINE(PACACURRENT, offsetof(struct paca_struct, xCurrent)); in main()
70 DEFINE(PACASAVEDMSR, offsetof(struct paca_struct, xSavedMsr)); in main()
71 DEFINE(PACASTABREAL, offsetof(struct paca_struct, xStab_data.real)); in main()
72 DEFINE(PACASTABVIRT, offsetof(struct paca_struct, xStab_data.virt)); in main()
73 DEFINE(PACASTABRR, offsetof(struct paca_struct, xStab_data.next_round_robin)); in main()
74 DEFINE(PACAR1, offsetof(struct paca_struct, xR1)); in main()
[all …]
Didle.c49 struct paca_struct *lpaca = get_paca(); in yield_shared_processor()
86 struct paca_struct *lpaca; in idle_iSeries()
160 struct paca_struct *lpaca = get_paca(), *ppaca;; in idle_dedicated()
240 struct paca_struct *lpaca = get_paca(); in idle_shared()
DpacaData.c69 struct paca_struct paca[MAX_PACAS] __page_aligned = {
DLparData.c191 sizeof(struct paca_struct), /* 4 length of Paca */
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.c807 struct paca_struct *lpaca; in do_IRQ()
Dprom.c1064 struct paca_struct *_xPaca = PTRRELOC(&paca[0]); in prom_hold_cpus()
1478 struct paca_struct *_xPaca = PTRRELOC(&paca[0]); in prom_init()
Dproc_pmc.c313 struct paca_struct *lpaca = paca + num; in proc_ppc64_create_paca()
/linux-2.4.37.9/include/asm-ppc64/
Dpaca.h47 extern struct paca_struct paca[];
48 register struct paca_struct *local_paca asm("r13");
66 struct paca_struct { struct
Dnaca.h25 struct paca_struct *paca; /* Ptr to an array of pacas 0x18 */
Dtime.h56 struct paca_struct *lpaca = get_paca(); in set_dec()
/linux-2.4.37.9/include/asm-ppc64/iSeries/
DHvCall.h193 static inline void HvCall_sendIPI(struct paca_struct * targetPaca) in HvCall_sendIPI()
/linux-2.4.37.9/arch/ppc64/mm/
Dinit.c445 struct paca_struct *lpaca; in mm_init_ppc64()
/linux-2.4.37.9/arch/ppc64/xmon/
Dxmon.c1178 struct paca_struct* ptrPaca = NULL; in super_regs()