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_S
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
H
A
D
tm-signal-context-force-tm.c
35
* This test only runs on 64 bits system. Unsetting
MSR_TS_S
to avoid
40
#undef
MSR_TS_S
macro
41
#define
MSR_TS_S
0
macro
79
UCONTEXT_MSR(ucp) |=
MSR_TS_S
;
in usr_signal_handler()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H
A
D
tm-signal-context-force-tm.c
35
* This test only runs on 64 bits system. Unsetting
MSR_TS_S
to avoid
40
#undef
MSR_TS_S
macro
41
#define
MSR_TS_S
0
macro
79
UCONTEXT_MSR(ucp) |=
MSR_TS_S
;
in usr_signal_handler()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/
H
A
D
sigfuz.c
119
ucp->uc_link->uc_mcontext.gp_regs[PT_MSR] |=
MSR_TS_S
;
in trap_signal_handler()
126
MSR_TS_T |
MSR_TS_S
;
in trap_signal_handler()
132
ucp->uc_mcontext.gp_regs[PT_MSR] |=
MSR_TS_S
;
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
119
ucp->uc_link->uc_mcontext.gp_regs[PT_MSR] |=
MSR_TS_S
;
in trap_signal_handler()
126
MSR_TS_T |
MSR_TS_S
;
in trap_signal_handler()
132
ucp->uc_mcontext.gp_regs[PT_MSR] |=
MSR_TS_S
;
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.c
152
msr = (msr & ~MSR_TS_MASK) |
MSR_TS_S
;
in kvmhv_p9_tm_emulation()
222
vcpu->arch.shregs.msr = msr |
MSR_TS_S
;
in kvmhv_p9_tm_emulation()
H
A
D
book3s_emulate.c
190
guest_msr |=
MSR_TS_S
;
in kvmppc_emulate_trchkpt()
283
srr1 |=
MSR_TS_S
;
in kvmppc_core_emulate_op_pr()
H
A
D
book3s_hv_builtin.c
783
new_msr |=
MSR_TS_S
;
in inject_interrupt()
H
A
D
book3s_hv_nested.c
333
vcpu->arch.shregs.msr |=
MSR_TS_S
;
in kvmhv_enter_nested_guest()
H
A
D
book3s_pr.c
120
new_msr |=
MSR_TS_S
;
in kvmppc_inject_interrupt_pr()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_tm.c
164
msr = (msr & ~MSR_TS_MASK) |
MSR_TS_S
;
in kvmhv_p9_tm_emulation()
238
vcpu->arch.shregs.msr = msr |
MSR_TS_S
;
in kvmhv_p9_tm_emulation()
H
A
D
book3s_emulate.c
186
guest_msr |=
MSR_TS_S
;
in kvmppc_emulate_trchkpt()
279
srr1 |=
MSR_TS_S
;
in kvmppc_core_emulate_op_pr()
H
A
D
book3s_hv_p9_entry.c
808
(vcpu->arch.shregs.msr &
MSR_TS_S
)) {
in kvmhv_vcpu_entry_p9()
873
msr |=
MSR_TS_S
;
in kvmhv_vcpu_entry_p9()
H
A
D
book3s_hv_builtin.c
530
new_msr |=
MSR_TS_S
;
in inject_interrupt()
H
A
D
book3s_pr.c
121
new_msr |=
MSR_TS_S
;
in kvmppc_inject_interrupt_pr()
H
A
D
book3s_hv_nested.c
396
vcpu->arch.shregs.msr |=
MSR_TS_S
;
in kvmhv_enter_nested_guest()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H
A
D
reg.h
93
#define
MSR_TS_S
__MASK(MSR_TS_S_LG) /* Transaction Suspended */
macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H
A
D
reg.h
105
#define
MSR_TS_S
__MASK(MSR_TS_S_LG) /* Transaction Suspended */
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
120
#define
MSR_TS_S
__MASK(MSR_TS_S_LG) /* Transaction Suspended */
macro
122
#define MSR_TS_MASK (MSR_TS_T |
MSR_TS_S
) /* Transaction State bits */
125
#define MSR_TM_SUSPENDED(x) (((x) & MSR_TS_MASK) ==
MSR_TS_S
)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
117
#define
MSR_TS_S
__MASK(MSR_TS_S_LG) /* Transaction Suspended */
macro
119
#define MSR_TS_MASK (MSR_TS_T |
MSR_TS_S
) /* Transaction State bits */
122
#define MSR_TM_SUSPENDED(x) (((x) & MSR_TS_MASK) ==
MSR_TS_S
)
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
tm.S
149
li r7, (
MSR_TS_S
)@higher
H
A
D
process.c
1443
{
MSR_TS_S
, "S"},
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
tm.S
149
li r7, (
MSR_TS_S
)@higher
H
A
D
process.c
1512
{
MSR_TS_S
, "S"},
1526
if (val & (MSR_TM |
MSR_TS_S
| MSR_TS_T)) {
in print_tm_bits()
Completed in 33 milliseconds