Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c3305 unsigned long tskv = 0; in show_pte() local
3314 if (!scanhex(&tskv)) in show_pte()
3317 tsk = (struct task_struct *)tskv; in show_pte()
3403 unsigned long tskv; in show_tasks() local
3408 if (scanhex(&tskv)) in show_tasks()
3409 tsk = (struct task_struct *)tskv; in show_tasks()