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:cpu_domain
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H
A
D
irq.c
28
struct irq_domain *
cpu_domain
;
variable
60
cpu_domain
= loongarch_cpu_irq_init();
in setup_IRQ()
61
liointc_domain = liointc_acpi_init(
cpu_domain
, acpi_liointc);
in setup_IRQ()
66
parent_domain = eiointc_acpi_init(
cpu_domain
, acpi_eiointc[i]);
in setup_IRQ()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/mach-loongson64/
H
A
D
irq.h
79
extern struct irq_domain *
cpu_domain
;
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
domain.h
92
: "m" (current_thread_info()->
cpu_domain
));
in get_domain()
H
A
D
thread_info.h
52
* __switch_to() assumes cpu_context follows immediately after
cpu_domain
.
60
__u32
cpu_domain
; /* cpu domain */
member
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
domain.h
92
: "m" (current_thread_info()->
cpu_domain
));
in get_domain()
H
A
D
thread_info.h
61
* __switch_to() assumes cpu_context follows immediately after
cpu_domain
.
67
__u32
cpu_domain
; /* cpu domain */
member
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
process.c
243
thread->
cpu_domain
= get_domain();
in copy_thread()
H
A
D
asm-offsets.c
49
DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info,
cpu_domain
));
in main()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
process.c
252
thread->
cpu_domain
= get_domain();
in copy_thread()
H
A
D
asm-offsets.c
47
DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info,
cpu_domain
));
in main()
Completed in 4 milliseconds