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:tinst2
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
compat_alignment.c
238
u16
tinst2
= instr & 0xffff;
in do_alignment_t32_to_handler()
local
250
if (RN_BITS(instr) == 13 && (
tinst2
& 0x09ff) == 0x0904) {
in do_alignment_t32_to_handler()
267
poffset->un = (
tinst2
& 0xff) << 2;
in do_alignment_t32_to_handler()
324
u16 tinstr,
tinst2
;
in do_compat_alignment_fixup()
local
330
if (alignment_get_thumb(regs, ptr + 1, &
tinst2
))
in do_compat_alignment_fixup()
332
instr = ((u32)tinstr << 16) |
tinst2
;
in do_compat_alignment_fixup()
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
alignment.c
715
u16
tinst2
= instr & 0xffff;
in do_alignment_t32_to_handler()
local
727
if (RN_BITS(instr) == 13 && (
tinst2
& 0x09ff) == 0x0904) {
in do_alignment_t32_to_handler()
744
poffset->un = (
tinst2
& 0xff) << 2;
in do_alignment_t32_to_handler()
817
u16
tinst2
;
in do_alignment()
local
818
fault = alignment_get_thumb(regs, ptr + 1, &
tinst2
);
in do_alignment()
819
instr = __opcode_thumb32_compose(tinstr,
tinst2
);
in do_alignment()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
alignment.c
723
u16
tinst2
= instr & 0xffff;
in do_alignment_t32_to_handler()
local
735
if (RN_BITS(instr) == 13 && (
tinst2
& 0x09ff) == 0x0904) {
in do_alignment_t32_to_handler()
752
poffset->un = (
tinst2
& 0xff) << 2;
in do_alignment_t32_to_handler()
825
u16
tinst2
;
in do_alignment()
local
826
fault = alignment_get_thumb(regs, ptr + 1, &
tinst2
);
in do_alignment()
827
instr = __opcode_thumb32_compose(tinstr,
tinst2
);
in do_alignment()
Completed in 4 milliseconds