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:PSR_AA32_T_BIT
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
H
A
D
aarch32.c
100
bool is_arm = !(cpsr &
PSR_AA32_T_BIT
);
in kvm_adjust_itstate()
131
is_thumb = !!(*vcpu_cpsr(vcpu) &
PSR_AA32_T_BIT
);
in kvm_skip_instr32()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H
A
D
aarch32.c
100
bool is_arm = !(cpsr &
PSR_AA32_T_BIT
);
in kvm_adjust_itstate()
131
is_thumb = !!(*vcpu_cpsr(vcpu) &
PSR_AA32_T_BIT
);
in kvm_skip_instr32()
H
A
D
exception.c
265
new |=
PSR_AA32_T_BIT
;
in get_except32_cpsr()
289
bool is_thumb = (spsr &
PSR_AA32_T_BIT
);
in enter_exception32()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
aarch32.c
147
new |=
PSR_AA32_T_BIT
;
in get_except32_cpsr()
157
bool is_thumb = (spsr &
PSR_AA32_T_BIT
);
in prepare_fault32()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
ptrace.h
73
#define
PSR_AA32_T_BIT
0x00000020
macro
218
(((regs)->pstate &
PSR_AA32_T_BIT
))
H
A
D
processor.h
222
regs->pstate |=
PSR_AA32_T_BIT
;
in compat_start_thread()
H
A
D
kvm_emulate.h
150
*vcpu_cpsr(vcpu) |=
PSR_AA32_T_BIT
;
in vcpu_set_thumb()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
ptrace.h
78
#define
PSR_AA32_T_BIT
0x00000020
macro
222
(((regs)->pstate &
PSR_AA32_T_BIT
))
H
A
D
processor.h
307
regs->pstate |=
PSR_AA32_T_BIT
;
in compat_start_thread()
H
A
D
kvm_emulate.h
172
*vcpu_cpsr(vcpu) |=
PSR_AA32_T_BIT
;
in vcpu_set_thumb()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
signal32.c
331
spsr |=
PSR_AA32_T_BIT
;
in compat_setup_return()
333
spsr &= ~
PSR_AA32_T_BIT
;
in compat_setup_return()
H
A
D
process.c
235
pstate &
PSR_AA32_T_BIT
? "T32" : "A32",
in print_pstate()
H
A
D
traps.c
245
if (!(regs->pstate &
PSR_AA32_T_BIT
) ||
in advance_itstate()
H
A
D
ptrace.c
1876
PSR_AA32_T_BIT
;
in valid_compat_regs()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
signal32.c
327
spsr |=
PSR_AA32_T_BIT
;
in compat_setup_return()
329
spsr &= ~
PSR_AA32_T_BIT
;
in compat_setup_return()
H
A
D
process.c
170
pstate &
PSR_AA32_T_BIT
? "T32" : "A32",
in print_pstate()
H
A
D
traps.c
337
if (!(regs->pstate &
PSR_AA32_T_BIT
) ||
in advance_itstate()
H
A
D
ptrace.c
2273
PSR_AA32_T_BIT
;
in valid_compat_regs()
Completed in 18 milliseconds