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_E_BIT
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
ptrace.h
77
#define
PSR_AA32_E_BIT
0x00000200
macro
90
#define PSR_AA32_ENDSTATE
PSR_AA32_E_BIT
H
A
D
kvm_emulate.h
420
*vcpu_cpsr(vcpu) |=
PSR_AA32_E_BIT
;
in kvm_vcpu_set_be()
431
return !!(*vcpu_cpsr(vcpu) &
PSR_AA32_E_BIT
);
in kvm_vcpu_is_be()
H
A
D
processor.h
225
regs->pstate |=
PSR_AA32_E_BIT
;
in compat_start_thread()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
ptrace.h
82
#define
PSR_AA32_E_BIT
0x00000200
macro
95
#define PSR_AA32_ENDSTATE
PSR_AA32_E_BIT
H
A
D
kvm_emulate.h
474
*vcpu_cpsr(vcpu) |=
PSR_AA32_E_BIT
;
in kvm_vcpu_set_be()
485
return !!(*vcpu_cpsr(vcpu) &
PSR_AA32_E_BIT
);
in kvm_vcpu_is_be()
H
A
D
processor.h
310
regs->pstate |=
PSR_AA32_E_BIT
;
in compat_start_thread()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
H
A
D
vgic-v2-cpuif-proxy.c
19
return !!(read_sysreg_el2(SYS_SPSR) &
PSR_AA32_E_BIT
);
in __is_be()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H
A
D
vgic-v2-cpuif-proxy.c
21
return !!(read_sysreg_el2(SYS_SPSR) &
PSR_AA32_E_BIT
);
in __is_be()
H
A
D
exception.c
238
new |=
PSR_AA32_E_BIT
;
in get_except32_cpsr()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
aarch32.c
120
new |=
PSR_AA32_E_BIT
;
in get_except32_cpsr()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
armv8_deprecated.c
365
regs->pstate |=
PSR_AA32_E_BIT
;
in compat_setend_handler()
368
regs->pstate &= ~
PSR_AA32_E_BIT
;
in compat_setend_handler()
H
A
D
signal32.c
324
compat_ulong_t spsr = regs->pstate & ~(PSR_f |
PSR_AA32_E_BIT
);
in compat_setup_return()
H
A
D
process.c
236
pstate &
PSR_AA32_E_BIT
? "BE" : "LE",
in print_pstate()
H
A
D
ptrace.c
1856
regs->pstate |=
PSR_AA32_E_BIT
;
in valid_compat_regs()
1858
regs->pstate &= ~
PSR_AA32_E_BIT
;
in valid_compat_regs()
1875
PSR_AA32_GE_MASK |
PSR_AA32_E_BIT
|
in valid_compat_regs()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
armv8_deprecated.c
359
regs->pstate |=
PSR_AA32_E_BIT
;
in compat_setend_handler()
362
regs->pstate &= ~
PSR_AA32_E_BIT
;
in compat_setend_handler()
H
A
D
process.c
171
pstate &
PSR_AA32_E_BIT
? "BE" : "LE",
in print_pstate()
H
A
D
ptrace.c
2253
regs->pstate |=
PSR_AA32_E_BIT
;
in valid_compat_regs()
2255
regs->pstate &= ~
PSR_AA32_E_BIT
;
in valid_compat_regs()
2272
PSR_AA32_GE_MASK |
PSR_AA32_E_BIT
|
in valid_compat_regs()
H
A
D
signal32.c
320
compat_ulong_t spsr = regs->pstate & ~(PSR_f |
PSR_AA32_E_BIT
);
in compat_setup_return()
Completed in 16 milliseconds