Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c3004 unsigned long tskv = 0; in show_pte() local
3012 if (!scanhex(&tskv)) in show_pte()
3015 tsk = (struct task_struct *)tskv; in show_pte()
3100 unsigned long tskv; in show_tasks() local
3105 if (scanhex(&tskv)) in show_tasks()
3106 tsk = (struct task_struct *)tskv; in show_tasks()