Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dprocessor.h339 #define PPC_GET_DEXCR_ASPECT(tsk, asp) get_dexcr_prctl((tsk), (asp))
342 int get_dexcr_prctl(struct task_struct *tsk, unsigned long asp);
/linux/arch/powerpc/kernel/
H A Ddexcr.c53 int get_dexcr_prctl(struct task_struct *task, unsigned long which) in get_dexcr_prctl() function