Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/xmon/
Dxmon.c3235 unsigned long tskv = 0; in show_pte() local
3244 if (!scanhex(&tskv)) in show_pte()
3247 tsk = (struct task_struct *)tskv; in show_pte()
3330 unsigned long tskv; in show_tasks() local
3335 if (scanhex(&tskv)) in show_tasks()
3336 tsk = (struct task_struct *)tskv; in show_tasks()