Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dscr_inherit
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/
H
A
D
dscr_inherit_test.c
20
int
dscr_inherit
(void)
in dscr_inherit()
function
85
return test_harness(
dscr_inherit
, "dscr_inherit_test");
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H
A
D
dscr_inherit_test.c
20
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/
H
A
D
processor.h
247
* This member element
dscr_inherit
indicates that the process
255
int
dscr_inherit
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
processor.h
236
* This member element
dscr_inherit
indicates that the process
244
int
dscr_inherit
;
member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
process.c
1178
if (new_thread->
dscr_inherit
)
in restore_sprs()
1758
p->thread.
dscr_inherit
= current->thread.
dscr_inherit
;
in copy_thread()
H
A
D
sysfs.c
160
if (!current->thread.
dscr_inherit
) {
in write_dscr()
H
A
D
traps.c
1426
current->thread.
dscr_inherit
= 1;
in emulate_instruction()
1805
current->thread.
dscr_inherit
= 1;
in facility_unavailable_exception()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
process.c
1241
if (new_thread->
dscr_inherit
)
in restore_sprs()
1872
p->thread.
dscr_inherit
= current->thread.
dscr_inherit
;
in copy_thread()
H
A
D
sysfs.c
160
if (!current->thread.
dscr_inherit
) {
in write_dscr()
H
A
D
traps.c
1433
current->thread.
dscr_inherit
= 1;
in emulate_instruction()
1810
current->thread.
dscr_inherit
= 1;
in DEFINE_INTERRUPT_HANDLER()
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-view.c
131
task->thread.
dscr_inherit
= 1;
in set_user_dscr()
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-view.c
132
task->thread.
dscr_inherit
= 1;
in set_user_dscr()
Completed in 18 milliseconds