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:SPRN_BESCR
(Results
1 - 25
of
36
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
H
A
D
reg_access_test.c
23
mtspr(
SPRN_BESCR
, expected);
in reg_access()
24
val = mfspr(
SPRN_BESCR
);
in reg_access()
H
A
D
ebb.c
104
val = mfspr(
SPRN_BESCR
);
in standard_ebb_callee()
222
bescr = mfspr(
SPRN_BESCR
);
in dump_ebb_hw_state()
310
mtspr(
SPRN_BESCR
, 0x8000000100000000ull);
in ebb_global_enable()
H
A
D
close_clears_pmcc_test.c
53
mfspr(
SPRN_BESCR
);
in close_clears_pmcc()
H
A
D
fork_cleanup_test.c
29
FAIL_IF(mfspr(
SPRN_BESCR
) != 0);
in child()
H
A
D
pmae_handling_test.c
35
val = mfspr(
SPRN_BESCR
);
in syscall_ebb_callee()
H
A
D
pmc56_overflow_test.c
23
val = mfspr(
SPRN_BESCR
);
in ebb_callee()
H
A
D
cycles_with_freeze_test.c
30
val = mfspr(
SPRN_BESCR
);
in ebb_callee()
H
A
D
back_to_back_ebbs_test.c
31
val = mfspr(
SPRN_BESCR
);
in ebb_callee()
H
A
D
instruction_count_test.c
94
val = mfspr(
SPRN_BESCR
);
in pmc4_ebb_callee()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H
A
D
reg_access_test.c
23
mtspr(
SPRN_BESCR
, expected);
in reg_access()
24
val = mfspr(
SPRN_BESCR
);
in reg_access()
H
A
D
ebb.c
104
val = mfspr(
SPRN_BESCR
);
in standard_ebb_callee()
222
bescr = mfspr(
SPRN_BESCR
);
in dump_ebb_hw_state()
310
mtspr(
SPRN_BESCR
, 0x8000000100000000ull);
in ebb_global_enable()
H
A
D
close_clears_pmcc_test.c
53
mfspr(
SPRN_BESCR
);
in close_clears_pmcc()
H
A
D
fork_cleanup_test.c
29
FAIL_IF(mfspr(
SPRN_BESCR
) != 0);
in child()
H
A
D
pmae_handling_test.c
35
val = mfspr(
SPRN_BESCR
);
in syscall_ebb_callee()
H
A
D
pmc56_overflow_test.c
23
val = mfspr(
SPRN_BESCR
);
in ebb_callee()
H
A
D
cycles_with_freeze_test.c
30
val = mfspr(
SPRN_BESCR
);
in ebb_callee()
H
A
D
back_to_back_ebbs_test.c
31
val = mfspr(
SPRN_BESCR
);
in ebb_callee()
H
A
D
instruction_count_test.c
94
val = mfspr(
SPRN_BESCR
);
in pmc4_ebb_callee()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_tm_builtin.c
59
bescr = mfspr(
SPRN_BESCR
);
in kvmhv_p9_tm_emulation_early()
66
mtspr(
SPRN_BESCR
, bescr);
in kvmhv_p9_tm_emulation_early()
H
A
D
book3s_emulate.c
773
case
SPRN_BESCR
:
in kvmppc_core_emulate_mtspr_pr()
951
case
SPRN_BESCR
:
in kvmppc_core_emulate_mfspr_pr()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_tm_builtin.c
59
bescr = mfspr(
SPRN_BESCR
);
in kvmhv_p9_tm_emulation_early()
66
mtspr(
SPRN_BESCR
, bescr);
in kvmhv_p9_tm_emulation_early()
H
A
D
book3s_hv_p9_entry.c
28
mtspr(
SPRN_BESCR
, vcpu->arch.bescr);
in load_spr_state()
70
vcpu->arch.bescr = mfspr(
SPRN_BESCR
);
in store_spr_state()
195
mtspr(
SPRN_BESCR
, current->thread.bescr);
in restore_p9_host_os_sprs()
H
A
D
book3s_emulate.c
769
case
SPRN_BESCR
:
in kvmppc_core_emulate_mtspr_pr()
950
case
SPRN_BESCR
:
in kvmppc_core_emulate_mfspr_pr()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H
A
D
reg.h
30
#define
SPRN_BESCR
806 /* Branch event status & control register */
macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H
A
D
reg.h
32
#define
SPRN_BESCR
806 /* Branch event status & control register */
macro
Completed in 9 milliseconds
1
2