Home
last modified time | relevance | path

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

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