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:MSR_TS_T
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/
H
A
D
sigfuz.c
123
MSR_TS_T
;
in trap_signal_handler()
126
MSR_TS_T
| MSR_TS_S;
in trap_signal_handler()
136
MSR_TS_T
;
in trap_signal_handler()
139
MSR_TS_T
| MSR_TS_S;
in trap_signal_handler()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
H
A
D
sigfuz.c
123
MSR_TS_T
;
in trap_signal_handler()
126
MSR_TS_T
| MSR_TS_S;
in trap_signal_handler()
136
MSR_TS_T
;
in trap_signal_handler()
139
MSR_TS_T
| MSR_TS_S;
in trap_signal_handler()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_tm_builtin.c
67
msr = (msr & ~MSR_TS_MASK) |
MSR_TS_T
;
in kvmhv_p9_tm_emulation_early()
99
vcpu->arch.shregs.msr = (msr & ~MSR_TS_MASK) |
MSR_TS_T
;
in kvmhv_p9_tm_emulation_early()
H
A
D
book3s_hv_tm.c
101
msr = (msr & ~MSR_TS_MASK) |
MSR_TS_T
;
in kvmhv_p9_tm_emulation()
149
msr = (msr & ~MSR_TS_MASK) |
MSR_TS_T
;
in kvmhv_p9_tm_emulation()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_tm_builtin.c
67
msr = (msr & ~MSR_TS_MASK) |
MSR_TS_T
;
in kvmhv_p9_tm_emulation_early()
99
vcpu->arch.shregs.msr = (msr & ~MSR_TS_MASK) |
MSR_TS_T
;
in kvmhv_p9_tm_emulation_early()
H
A
D
book3s_hv_tm.c
111
msr = (msr & ~MSR_TS_MASK) |
MSR_TS_T
;
in kvmhv_p9_tm_emulation()
161
msr = (msr & ~MSR_TS_MASK) |
MSR_TS_T
;
in kvmhv_p9_tm_emulation()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H
A
D
reg.h
94
#define
MSR_TS_T
__MASK(MSR_TS_T_LG) /* Transaction Transactional */
macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H
A
D
reg.h
106
#define
MSR_TS_T
__MASK(MSR_TS_T_LG) /* Transaction Transactional */
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
121
#define
MSR_TS_T
__MASK(MSR_TS_T_LG) /* Transaction Transactional */
macro
122
#define MSR_TS_MASK (
MSR_TS_T
| MSR_TS_S) /* Transaction State bits */
124
#define MSR_TM_TRANSACTIONAL(x) (((x) & MSR_TS_MASK) ==
MSR_TS_T
)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
118
#define
MSR_TS_T
__MASK(MSR_TS_T_LG) /* Transaction Transactional */
macro
119
#define MSR_TS_MASK (
MSR_TS_T
| MSR_TS_S) /* Transaction State bits */
121
#define MSR_TM_TRANSACTIONAL(x) (((x) & MSR_TS_MASK) ==
MSR_TS_T
)
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
process.c
1442
{
MSR_TS_T
, "T"},
1457
if (val & (MSR_TM | MSR_TS_S |
MSR_TS_T
)) {
in print_tm_bits()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
process.c
1511
{
MSR_TS_T
, "T"},
1526
if (val & (MSR_TM | MSR_TS_S |
MSR_TS_T
)) {
in print_tm_bits()
Completed in 17 milliseconds