Home
last modified time | relevance | path

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

/linux-3.4.99/arch/cris/arch-v32/kernel/
Dptrace.c31 static unsigned long get_pseudo_pc(struct task_struct *child);
51 ret = get_pseudo_pc(task); in get_reg()
71 if (data != get_pseudo_pc(task)) in put_reg()
313 static unsigned long get_pseudo_pc(struct task_struct *child) in get_pseudo_pc() function