Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/powerpc/
Ddscr.rst17 dscr_inherit /* Thread has changed default DSCR */
30 CPU's PACA value into the register if the thread has dscr_inherit value
32 If the dscr_inherit value is set which means that it has changed the
47 the current process has the dscr_inherit clear, it also writes the new
74 (E) Specifics about 'dscr_inherit':
76 The thread struct element 'dscr_inherit' represents whether the thread
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/
Ddscr_inherit_test.c20 int dscr_inherit(void) in dscr_inherit() function
85 return test_harness(dscr_inherit, "dscr_inherit_test"); in main()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dprocessor.h255 int dscr_inherit; member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c1178 if (new_thread->dscr_inherit) in restore_sprs()
1758 p->thread.dscr_inherit = current->thread.dscr_inherit; in copy_thread()
Dtraps.c1426 current->thread.dscr_inherit = 1; in emulate_instruction()
1803 current->thread.dscr_inherit = 1; in facility_unavailable_exception()
Dsysfs.c160 if (!current->thread.dscr_inherit) { in write_dscr()
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
Dptrace-view.c131 task->thread.dscr_inherit = 1; in set_user_dscr()