Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dprocessor.h306 int dscr_inherit; member
/arch/powerpc/kernel/
Dprocess.c1215 p->thread.dscr_inherit = current->thread.dscr_inherit; in copy_thread()
Dtraps.c1092 current->thread.dscr_inherit = 1; in emulate_instruction()
1420 current->thread.dscr_inherit = 1; in facility_unavailable_exception()
Dsysfs.c530 if (!current->thread.dscr_inherit) { in write_dscr()
Dptrace.c193 task->thread.dscr_inherit = 1; in set_user_dscr()
Dasm-offsets.c81 DEFINE(THREAD_DSCR_INHERIT, offsetof(struct thread_struct, dscr_inherit)); in main()