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_D_BIT
(Results
1 - 25
of
28
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/testcases/
H
A
D
mangle_pstate_invalid_daif_bits.c
23
uc->uc_mcontext.pstate |=
PSR_D_BIT
| PSR_A_BIT | PSR_I_BIT | PSR_F_BIT;
in mangle_invalid_pstate_run()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H
A
D
mangle_pstate_invalid_daif_bits.c
23
uc->uc_mcontext.pstate |=
PSR_D_BIT
| PSR_A_BIT | PSR_I_BIT | PSR_F_BIT;
in mangle_invalid_pstate_run()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
ptrace.h
20
(
PSR_D_BIT
| PSR_A_BIT | PSR_I_BIT | PSR_F_BIT | PSR_MODE_EL1h)
22
(
PSR_D_BIT
| PSR_A_BIT | PSR_I_BIT | PSR_F_BIT | PSR_MODE_EL2h)
H
A
D
daifflags.h
18
#define DAIF_MASK (
PSR_D_BIT
| PSR_A_BIT | PSR_I_BIT | PSR_F_BIT)
H
A
D
efi.h
51
#define ARCH_EFI_IRQ_FLAGS_MASK (
PSR_D_BIT
| PSR_A_BIT | PSR_I_BIT | PSR_F_BIT)
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
reset.c
40
PSR_F_BIT |
PSR_D_BIT
)
43
PSR_F_BIT |
PSR_D_BIT
)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
daifflags.h
18
#define DAIF_MASK (
PSR_D_BIT
| PSR_A_BIT | PSR_I_BIT | PSR_F_BIT)
H
A
D
efi.h
48
#define ARCH_EFI_IRQ_FLAGS_MASK (
PSR_D_BIT
| PSR_A_BIT | PSR_I_BIT | PSR_F_BIT)
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
inject_fault.c
112
new |=
PSR_D_BIT
;
in enter_exception64()
H
A
D
reset.c
40
PSR_F_BIT |
PSR_D_BIT
)
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H
A
D
ptrace.h
48
#define
PSR_D_BIT
0x00000200
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
23
#define
PSR_D_BIT
0x00000200
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
36
#define
PSR_D_BIT
0x00000200
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
36
#define
PSR_D_BIT
0x00000200
macro
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H
A
D
hyp-init.S
152
mov x0, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT |
PSR_D_BIT
| PSR_MODE_EL2h)
H
A
D
host.S
84
mov lr, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT |
PSR_D_BIT
|\
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H
A
D
ptrace.h
48
#define
PSR_D_BIT
0x00000200
macro
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
hyp-init.S
231
mov x0, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT |
PSR_D_BIT
| PSR_MODE_EL2h)
H
A
D
host.S
114
mov lr, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT |
PSR_D_BIT
|\
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H
A
D
exception.c
163
new |=
PSR_D_BIT
;
in enter_exception64()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
process.c
250
pstate &
PSR_D_BIT
? 'D' : 'd',
in print_pstate()
H
A
D
head.S
647
mov x0, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT |
PSR_D_BIT
|\
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
process.c
187
pstate &
PSR_D_BIT
? 'D' : 'd',
in print_pstate()
H
A
D
entry-common.c
347
regs->pstate |=
PSR_D_BIT
;
in cortex_a76_erratum_1463225_debug_handler()
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
fault.c
823
regs->pstate |=
PSR_D_BIT
;
in cortex_a76_erratum_1463225_debug_handler()
Completed in 15 milliseconds
1
2