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:tccnt_off
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/net/
H
A
D
bpf_jit_comp.c
2091
int
tccnt_off
; /* Offset of saved tailcall counter */
member
2267
tjit->
tccnt_off
= alloc_stack(tjit, sizeof(u64));
in __arch_prepare_bpf_trampoline()
2284
/* mvc
tccnt_off
(4,%r15),stack_size+STK_OFF_TCCNT(%r15) */
in __arch_prepare_bpf_trampoline()
2285
_EMIT6(0xd203f000 | tjit->
tccnt_off
,
in __arch_prepare_bpf_trampoline()
2423
/* mvc STK_OFF_TCCNT(4,%r15),
tccnt_off
(%r15) */
in __arch_prepare_bpf_trampoline()
2424
_EMIT6(0xd203f000 | STK_OFF_TCCNT, 0xf000 | tjit->
tccnt_off
);
in __arch_prepare_bpf_trampoline()
2481
/* mvc stack_size+STK_OFF_TCCNT(4,%r15),
tccnt_off
(%r15) */
in __arch_prepare_bpf_trampoline()
2483
0xf000 | tjit->
tccnt_off
);
in __arch_prepare_bpf_trampoline()
Completed in 4 milliseconds