Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dicswx.h30 extern int get_cop_pid(struct mm_struct *mm);
34 #define get_cop_pid(m) (COP_PID_NONE) macro
Dicswx_pid.c58 int get_cop_pid(struct mm_struct *mm) in get_cop_pid() function
Dicswx.c99 ret = get_cop_pid(mm); in use_cop()