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:PER_EVENT_IFETCH
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
guestdbg.c
77
*cr9 |=
PER_EVENT_IFETCH
| PER_EVENT_BRANCH;
in enable_all_hw_bp()
157
vcpu->arch.sie_block->gcr[9] |=
PER_EVENT_IFETCH
;
in kvm_s390_patch_guest_per_regs()
379
#define PER_CODE_IFETCH (
PER_EVENT_IFETCH
>> 24)
522
!(vcpu->arch.sie_block->gcr[9] &
PER_EVENT_IFETCH
))
in kvm_s390_handle_per_ifetch_icpt()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
guestdbg.c
77
*cr9 |=
PER_EVENT_IFETCH
| PER_EVENT_BRANCH;
in enable_all_hw_bp()
157
vcpu->arch.sie_block->gcr[9] |=
PER_EVENT_IFETCH
;
in kvm_s390_patch_guest_per_regs()
379
#define PER_CODE_IFETCH (
PER_EVENT_IFETCH
>> 24)
522
!(vcpu->arch.sie_block->gcr[9] &
PER_EVENT_IFETCH
))
in kvm_s390_handle_per_ifetch_icpt()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
ptrace.h
128
#define
PER_EVENT_IFETCH
0x40000000UL
macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
ptrace.h
171
#define
PER_EVENT_IFETCH
0x40000000UL
macro
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
ptrace.c
95
new.control |=
PER_EVENT_IFETCH
;
in update_cr_regs()
99
new.control |=
PER_EVENT_IFETCH
;
in update_cr_regs()
157
PER_EVENT_IFETCH
: child->thread.per_user.control;
in __peek_user_per()
566
PER_EVENT_IFETCH
: child->thread.per_user.control;
in __peek_user_per_compat()
H
A
D
kprobes.c
193
per_kprobe.control =
PER_EVENT_IFETCH
;
in enable_singlestep()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
ptrace.c
92
new.control |=
PER_EVENT_IFETCH
;
in update_cr_regs()
96
new.control |=
PER_EVENT_IFETCH
;
in update_cr_regs()
152
PER_EVENT_IFETCH
: child->thread.per_user.control;
in __peek_user_per()
538
PER_EVENT_IFETCH
: child->thread.per_user.control;
in __peek_user_per_compat()
H
A
D
kprobes.c
230
per_kprobe.control =
PER_EVENT_IFETCH
;
in enable_singlestep()
Completed in 9 milliseconds