Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/xmon/
H A Dxmon.c3286 unsigned long tskv = 0; in show_pte() local
3295 if (!scanhex(&tskv)) in show_pte()
3298 tsk = (struct task_struct *)tskv; in show_pte()
3384 unsigned long tskv; in show_tasks() local
3389 if (scanhex(&tskv)) in show_tasks()
3390 tsk = (struct task_struct *)tskv; in show_tasks()