Searched refs:set_dexcr_prctl (Results 1 – 2 of 2) sorted by relevance
340 #define PPC_SET_DEXCR_ASPECT(tsk, asp, val) set_dexcr_prctl((tsk), (asp), (val))343 int set_dexcr_prctl(struct task_struct *tsk, unsigned long asp, unsigned long val);
78 int set_dexcr_prctl(struct task_struct *task, unsigned long which, unsigned long ctrl) in set_dexcr_prctl() function