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:stap
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
smp.h
43
u16 pcpu =
stap
();
in smp_stop_cpu()
H
A
D
processor.h
214
static __always_inline unsigned short
stap
(void)
in stap()
function
218
asm volatile("
stap
%0" : "=Q" (cpu_address));
in stap()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
smp.h
44
u16 pcpu =
stap
();
in smp_stop_cpu()
H
A
D
processor.h
271
static __always_inline unsigned short
stap
(void)
in stap()
function
275
asm volatile("
stap
%0" : "=Q" (cpu_address));
in stap()
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
smp.c
325
unsigned long source_cpu =
stap
();
in pcpu_delegate()
364
pcpu_devices[0].address =
stap
();
in pcpu_set_smt()
377
pcpu = pcpu_find_address(cpu_online_mask,
stap
());
in smp_call_online_cpu()
391
if (pcpu_devices[0].address ==
stap
())
in smp_call_ipl_cpu()
675
boot_cpu_addr =
stap
();
in smp_save_dump_cpus()
821
address =
stap
();
in smp_detect_cpus()
1006
pcpu_devices[0].address =
stap
();
in smp_setup_processor_id()
H
A
D
machine_kexec.c
81
this_cpu = smp_find_processor_id(
stap
());
in __machine_kdump()
H
A
D
early.c
197
cpu_address =
stap
();
in detect_diag9c()
H
A
D
entry.S
1254
stap
__SF_EMPTY(%r15) # store cpu address
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
smp.c
331
source_cpu =
stap
();
in pcpu_delegate()
380
pcpu_devices[0].address =
stap
();
in pcpu_set_smt()
393
pcpu = pcpu_find_address(cpu_online_mask,
stap
());
in smp_call_online_cpu()
407
if (pcpu_devices[0].address ==
stap
())
in smp_call_ipl_cpu()
708
boot_cpu_addr =
stap
();
in smp_save_dump_secondary_cpus()
852
address =
stap
();
in smp_detect_cpus()
1036
pcpu_devices[0].address =
stap
();
in smp_setup_processor_id()
H
A
D
machine_kexec.c
85
this_cpu = smp_find_processor_id(
stap
());
in __machine_kdump()
H
A
D
early.c
203
cpu_address =
stap
();
in detect_diag9c()
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
sclp_early.c
70
boot_cpu_address =
stap
();
in sclp_early_facilities_detect()
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
sclp_early.c
84
boot_cpu_address =
stap
();
in sclp_early_facilities_detect()
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
css.c
876
css->global_pgid.pgid_high.cpu_addr =
stap
();
in css_generate_pgid()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
css.c
871
css->global_pgid.pgid_high.cpu_addr =
stap
();
in css_generate_pgid()
Completed in 23 milliseconds