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_TM_ACTIVE
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-tm.c
63
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cgpr_active()
92
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cgpr_get()
143
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cgpr_set()
204
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cfpr_active()
237
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cfpr_get()
282
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cfpr_set()
316
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cvmx_active()
353
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cvmx_get()
403
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cvmx_set()
444
if (!
MSR_TM_ACTIVE
(targe
in tm_cvsx_active()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-tm.c
63
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cgpr_active()
97
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cgpr_get()
144
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cgpr_set()
205
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cfpr_active()
238
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cfpr_get()
283
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cfpr_set()
317
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cvmx_active()
354
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cvmx_get()
404
if (!
MSR_TM_ACTIVE
(target->thread.regs->msr))
in tm_cvmx_set()
445
if (!
MSR_TM_ACTIVE
(targe
in tm_cvsx_active()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_tm.c
174
if (!
MSR_TM_ACTIVE
(msr)) {
in kvmhv_p9_tm_emulation()
212
if (
MSR_TM_ACTIVE
(msr) || !(vcpu->arch.texasr & TEXASR_FS)) {
in kvmhv_p9_tm_emulation()
H
A
D
book3s_emulate.c
222
MSR_TM_ACTIVE
(guest_msr)) {
in kvmppc_emulate_tabort()
282
!
MSR_TM_ACTIVE
(srr1))
in kvmppc_core_emulate_op_pr()
573
if (!
MSR_TM_ACTIVE
(guest_msr)) {
in kvmppc_core_emulate_op_pr()
611
if (
MSR_TM_ACTIVE
(guest_msr) ||
in kvmppc_core_emulate_op_pr()
795
if (
MSR_TM_ACTIVE
(kvmppc_get_msr(vcpu)) &&
in kvmppc_core_emulate_mtspr_pr()
H
A
D
book3s_pr.c
378
if (!(
MSR_TM_ACTIVE
(kvmppc_get_msr(vcpu)))) {
in kvmppc_save_tm_pr()
393
if (!
MSR_TM_ACTIVE
(kvmppc_get_msr(vcpu))) {
in kvmppc_restore_tm_pr()
H
A
D
book3s_hv_nested.c
268
if (!
MSR_TM_ACTIVE
(l2_regs.msr))
in kvmhv_enter_nested_guest()
H
A
D
book3s_hv.c
4354
if (
MSR_TM_ACTIVE
(current->thread.regs->msr)) {
in kvmppc_vcpu_run_hv()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
process.c
96
MSR_TM_ACTIVE
(tsk->thread.regs->msr) &&
in check_if_tm_restore_required()
225
if (!
MSR_TM_ACTIVE
(cpumsr) &&
in enable_kernel_fp()
226
MSR_TM_ACTIVE
(current->thread.regs->msr))
in enable_kernel_fp()
276
if (!
MSR_TM_ACTIVE
(cpumsr) &&
in enable_kernel_altivec()
277
MSR_TM_ACTIVE
(current->thread.regs->msr))
in enable_kernel_altivec()
347
if (!
MSR_TM_ACTIVE
(cpumsr) &&
in enable_kernel_vsx()
348
MSR_TM_ACTIVE
(current->thread.regs->msr))
in enable_kernel_vsx()
982
if (!
MSR_TM_ACTIVE
(thr->regs->msr))
in tm_reclaim_task()
1049
if (!
MSR_TM_ACTIVE
(new->thread.regs->msr)){
in tm_recheckpoint_new_task()
1081
if (!
MSR_TM_ACTIVE
(pre
in __switch_to_tm()
[all...]
H
A
D
signal_64.c
215
BUG_ON(!
MSR_TM_ACTIVE
(msr));
in setup_tm_sigcontexts()
764
if (
MSR_TM_ACTIVE
(msr)) {
in SYSCALL_DEFINE0()
841
if (
MSR_TM_ACTIVE
(msr)) {
in handle_rt_signal64()
H
A
D
signal_32.c
798
if (
MSR_TM_ACTIVE
(msr)) {
in handle_rt_signal32()
1051
if (
MSR_TM_ACTIVE
(msr_hi<<32)) {
in COMPAT_SYSCALL_DEFINE0()
1260
if (
MSR_TM_ACTIVE
(msr)) {
in handle_signal32()
1347
if (
MSR_TM_ACTIVE
(msr_hi<<32)) {
in COMPAT_SYSCALL_DEFINE0()
H
A
D
signal.c
363
if (
MSR_TM_ACTIVE
(tsk->thread.regs->msr)) {
in get_tm_stackpointer()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
process.c
94
MSR_TM_ACTIVE
(tsk->thread.regs->msr) &&
in check_if_tm_restore_required()
224
if (!
MSR_TM_ACTIVE
(cpumsr) &&
in enable_kernel_fp()
225
MSR_TM_ACTIVE
(current->thread.regs->msr))
in enable_kernel_fp()
275
if (!
MSR_TM_ACTIVE
(cpumsr) &&
in enable_kernel_altivec()
276
MSR_TM_ACTIVE
(current->thread.regs->msr))
in enable_kernel_altivec()
346
if (!
MSR_TM_ACTIVE
(cpumsr) &&
in enable_kernel_vsx()
347
MSR_TM_ACTIVE
(current->thread.regs->msr))
in enable_kernel_vsx()
1000
if (!
MSR_TM_ACTIVE
(thr->regs->msr))
in tm_reclaim_task()
1067
if (!
MSR_TM_ACTIVE
(new->thread.regs->msr)){
in tm_recheckpoint_new_task()
1099
if (!
MSR_TM_ACTIVE
(pre
in __switch_to_tm()
[all...]
H
A
D
signal_32.c
754
if (
MSR_TM_ACTIVE
(msr))
in handle_rt_signal32()
771
if (
MSR_TM_ACTIVE
(msr)) {
in handle_rt_signal32()
854
if (
MSR_TM_ACTIVE
(msr))
in handle_signal32()
876
if (
MSR_TM_ACTIVE
(msr))
in handle_signal32()
1142
if (
MSR_TM_ACTIVE
(msr_hi<<32)) {
in COMPAT_SYSCALL_DEFINE0()
1336
if (
MSR_TM_ACTIVE
(msr_hi<<32)) {
in COMPAT_SYSCALL_DEFINE0()
H
A
D
signal_64.c
229
BUG_ON(!
MSR_TM_ACTIVE
(msr));
in setup_tm_sigcontexts()
804
if (IS_ENABLED(CONFIG_PPC_TRANSACTIONAL_MEM) &&
MSR_TM_ACTIVE
(msr)) {
in SYSCALL_DEFINE0()
873
if (!
MSR_TM_ACTIVE
(msr))
in handle_rt_signal64()
886
if (
MSR_TM_ACTIVE
(msr)) {
in handle_rt_signal64()
H
A
D
signal.c
344
if (
MSR_TM_ACTIVE
(regs->msr)) {
in get_tm_stackpointer()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_emulate.c
218
MSR_TM_ACTIVE
(guest_msr)) {
in kvmppc_emulate_tabort()
278
!
MSR_TM_ACTIVE
(srr1))
in kvmppc_core_emulate_op_pr()
569
if (!
MSR_TM_ACTIVE
(guest_msr)) {
in kvmppc_core_emulate_op_pr()
607
if (
MSR_TM_ACTIVE
(guest_msr) ||
in kvmppc_core_emulate_op_pr()
791
if (
MSR_TM_ACTIVE
(kvmppc_get_msr(vcpu)) &&
in kvmppc_core_emulate_mtspr_pr()
H
A
D
book3s_hv_tm.c
188
if (!
MSR_TM_ACTIVE
(msr)) {
in kvmhv_p9_tm_emulation()
228
if (
MSR_TM_ACTIVE
(msr) || !(vcpu->arch.texasr & TEXASR_FS)) {
in kvmhv_p9_tm_emulation()
H
A
D
book3s_hv_p9_entry.c
95
if (
MSR_TM_ACTIVE
(guest_msr)) {
in load_vcpu_state()
130
if (
MSR_TM_ACTIVE
(guest_msr)) {
in store_vcpu_state()
H
A
D
book3s_pr.c
385
if (!(
MSR_TM_ACTIVE
(kvmppc_get_msr(vcpu)))) {
in kvmppc_save_tm_pr()
400
if (!
MSR_TM_ACTIVE
(kvmppc_get_msr(vcpu))) {
in kvmppc_restore_tm_pr()
H
A
D
book3s_hv_nested.c
334
if (!
MSR_TM_ACTIVE
(l2_regs.msr))
in kvmhv_enter_nested_guest()
H
A
D
book3s_hv.c
4828
if (
MSR_TM_ACTIVE
(current->thread.regs->msr)) {
in kvmppc_vcpu_run_hv()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
128
#define
MSR_TM_ACTIVE
(x) (((x) & MSR_TS_MASK) != 0) /* Transaction active? */
macro
130
#define
MSR_TM_ACTIVE
(x) 0
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
125
#define
MSR_TM_ACTIVE
(x) (((x) & MSR_TS_MASK) != 0) /* Transaction active? */
macro
127
#define
MSR_TM_ACTIVE
(x) ((void)(x), 0)
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
1732
MSR_TM_ACTIVE
(current->thread.regs->msr)) {
in tm_flush_hash_page()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
1894
MSR_TM_ACTIVE
(current->thread.regs->msr)) {
in tm_flush_hash_page()
Completed in 67 milliseconds