Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/xmon/
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()
3400 unsigned long tskv; in show_tasks() local
3405 if (scanhex(&tskv)) in show_tasks()
3406 tsk = (struct task_struct *)tskv; in show_tasks()