Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/xmon/
Dxmon.c3234 unsigned long tskv = 0; in show_pte() local
3243 if (!scanhex(&tskv)) in show_pte()
3246 tsk = (struct task_struct *)tskv; in show_pte()
3329 unsigned long tskv; in show_tasks() local
3334 if (scanhex(&tskv)) in show_tasks()
3335 tsk = (struct task_struct *)tskv; in show_tasks()