Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c3072 unsigned long tskv = 0; in show_pte() local
3080 if (!scanhex(&tskv)) in show_pte()
3083 tsk = (struct task_struct *)tskv; in show_pte()
3168 unsigned long tskv; in show_tasks() local
3173 if (scanhex(&tskv)) in show_tasks()
3174 tsk = (struct task_struct *)tskv; in show_tasks()