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_BTYPE_MASK
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/bti/
H
A
D
test.c
85
write(1, &"00011011"[((uc->uc_mcontext.pstate &
PSR_BTYPE_MASK
)
in handler()
101
uc->uc_mcontext.pstate &= ~
PSR_BTYPE_MASK
;
in handler()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
adjust_pc.h
22
*vcpu_cpsr(vcpu) &= ~
PSR_BTYPE_MASK
;
in kvm_skip_instr()
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H
A
D
ptrace.h
49
#define
PSR_BTYPE_MASK
0x00000c00
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
37
#define
PSR_BTYPE_MASK
0x00000c00
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H
A
D
ptrace.h
37
#define
PSR_BTYPE_MASK
0x00000c00
macro
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H
A
D
ptrace.h
49
#define
PSR_BTYPE_MASK
0x00000c00
macro
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
traps.c
374
regs->pstate &= ~
PSR_BTYPE_MASK
;
in arm64_skip_faulting_instruction()
497
regs->pstate &= ~
PSR_BTYPE_MASK
;
in do_el1_bti()
H
A
D
process.c
178
const char *btype_str = btypes[(pstate &
PSR_BTYPE_MASK
) >>
in print_pstate()
H
A
D
signal.c
1096
regs->pstate &= ~
PSR_BTYPE_MASK
;
in setup_return()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
kvm_emulate.h
504
*vcpu_cpsr(vcpu) &= ~
PSR_BTYPE_MASK
;
in kvm_skip_instr()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
process.c
241
const char *btype_str = btypes[(pstate &
PSR_BTYPE_MASK
) >>
in print_pstate()
H
A
D
traps.c
282
regs->pstate &= ~
PSR_BTYPE_MASK
;
in arm64_skip_faulting_instruction()
H
A
D
signal.c
751
regs->pstate &= ~
PSR_BTYPE_MASK
;
in setup_return()
Completed in 20 milliseconds