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_Z_BIT
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H
A
D
ptrace.h
86
#define
PSR_Z_BIT
0x40000000
macro
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H
A
D
ptrace.h
86
#define
PSR_Z_BIT
0x40000000
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
H
A
D
ptrace.h
53
#define
PSR_Z_BIT
0x40000000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H
A
D
ptrace.h
66
#define
PSR_Z_BIT
0x40000000
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H
A
D
ptrace.h
66
#define
PSR_Z_BIT
0x40000000
macro
/kernel/linux/linux-5.10/arch/arm/probes/
H
A
D
decode.c
86
return cpsr &
PSR_Z_BIT
;
in __check_eq()
91
return (~cpsr) &
PSR_Z_BIT
;
in __check_ne()
126
cpsr &= ~(cpsr >> 1); /* PSR_C_BIT &= ~
PSR_Z_BIT
*/
in __check_hi()
132
cpsr &= ~(cpsr >> 1); /* PSR_C_BIT &= ~
PSR_Z_BIT
*/
in __check_ls()
151
temp |= (cpsr << 1); /* PSR_N_BIT |=
PSR_Z_BIT
*/
in __check_gt()
158
temp |= (cpsr << 1); /* PSR_N_BIT |=
PSR_Z_BIT
*/
in __check_le()
/kernel/linux/linux-6.6/arch/arm/probes/
H
A
D
decode.c
86
return cpsr &
PSR_Z_BIT
;
in __check_eq()
91
return (~cpsr) &
PSR_Z_BIT
;
in __check_ne()
126
cpsr &= ~(cpsr >> 1); /* PSR_C_BIT &= ~
PSR_Z_BIT
*/
in __check_hi()
132
cpsr &= ~(cpsr >> 1); /* PSR_C_BIT &= ~
PSR_Z_BIT
*/
in __check_ls()
151
temp |= (cpsr << 1); /* PSR_N_BIT |=
PSR_Z_BIT
*/
in __check_gt()
158
temp |= (cpsr << 1); /* PSR_N_BIT |=
PSR_Z_BIT
*/
in __check_le()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
inject_fault.c
80
new |= (old &
PSR_Z_BIT
);
in enter_exception64()
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H
A
D
ptrace.h
57
#define
PSR_Z_BIT
0x40000000
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
30
#define
PSR_Z_BIT
0x40000000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
45
#define
PSR_Z_BIT
0x40000000
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
45
#define
PSR_Z_BIT
0x40000000
macro
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H
A
D
ptrace.h
57
#define
PSR_Z_BIT
0x40000000
macro
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H
A
D
exception.c
130
new |= (old &
PSR_Z_BIT
);
in enter_exception64()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
process.c
140
buf[1] = flags &
PSR_Z_BIT
? 'Z' : 'z';
in __show_regs()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
process.c
154
buf[1] = flags &
PSR_Z_BIT
? 'Z' : 'z';
in __show_regs()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
traps.c
54
return (pstate &
PSR_Z_BIT
) != 0;
in __check_eq()
59
return (pstate &
PSR_Z_BIT
) == 0;
in __check_ne()
94
pstate &= ~(pstate >> 1); /* PSR_C_BIT &= ~
PSR_Z_BIT
*/
in __check_hi()
100
pstate &= ~(pstate >> 1); /* PSR_C_BIT &= ~
PSR_Z_BIT
*/
in __check_ls()
121
temp |= (pstate << 1); /*PSR_N_BIT |=
PSR_Z_BIT
*/
in __check_gt()
130
temp |= (pstate << 1); /*PSR_N_BIT |=
PSR_Z_BIT
*/
in __check_le()
H
A
D
process.c
184
pstate &
PSR_Z_BIT
? 'Z' : 'z',
in print_pstate()
H
A
D
ptrace.c
2292
regs->pstate &= PSR_N_BIT |
PSR_Z_BIT
| PSR_C_BIT | PSR_V_BIT;
in valid_native_regs()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
process.c
247
pstate &
PSR_Z_BIT
? 'Z' : 'z',
in print_pstate()
H
A
D
insn.c
1437
return (pstate &
PSR_Z_BIT
) != 0;
in __check_eq()
1442
return (pstate &
PSR_Z_BIT
) == 0;
in __check_ne()
1477
pstate &= ~(pstate >> 1); /* PSR_C_BIT &= ~
PSR_Z_BIT
*/
in __check_hi()
1483
pstate &= ~(pstate >> 1); /* PSR_C_BIT &= ~
PSR_Z_BIT
*/
in __check_ls()
1504
temp |= (pstate << 1); /*PSR_N_BIT |=
PSR_Z_BIT
*/
in __check_gt()
1513
temp |= (pstate << 1); /*PSR_N_BIT |=
PSR_Z_BIT
*/
in __check_le()
H
A
D
ptrace.c
1895
regs->pstate &= PSR_N_BIT |
PSR_Z_BIT
| PSR_C_BIT | PSR_V_BIT;
in valid_native_regs()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
emulate-nested.c
1896
PSR_N_BIT |
PSR_Z_BIT
| PSR_C_BIT | PSR_V_BIT |
in kvm_check_illegal_exception_return()
Completed in 20 milliseconds