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:TM_WORD2
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
xive-regs.h
79
#define
TM_WORD2
0x8
macro
99
* - Byte load from QW3[
TM_WORD2
] - Read VT||00000||LP||LE on thrd 0
101
* - Byte store to QW3[
TM_WORD2
] - Set VT bit (and LP/LE if present)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
xive-regs.h
79
#define
TM_WORD2
0x8
macro
102
* - Byte load from QW3[
TM_WORD2
] - Read VT||00000||LP||LE on thrd 0
104
* - Byte store to QW3[
TM_WORD2
] - Set VT bit (and LP/LE if present)
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/
H
A
D
native.c
407
if (in_be32(xive_tima + TM_QW2_HV_POOL +
TM_WORD2
) & TM_QW2W2_VP)
in xive_native_setup_cpu()
433
out_be32(xive_tima + TM_QW2_HV_POOL +
TM_WORD2
, TM_QW2W2_VP | vp_cam);
in xive_native_setup_cpu()
H
A
D
spapr.c
643
in_be32(xive_tima + TM_QW1_OS +
TM_WORD2
));
in xive_spapr_setup_cpu()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/
H
A
D
native.c
402
if (in_be32(xive_tima + TM_QW2_HV_POOL +
TM_WORD2
) & TM_QW2W2_VP)
in xive_native_setup_cpu()
428
out_be32(xive_tima + TM_QW2_HV_POOL +
TM_WORD2
, TM_QW2W2_VP | vp_cam);
in xive_native_setup_cpu()
H
A
D
spapr.c
652
in_be32(xive_tima + TM_QW1_OS +
TM_WORD2
));
in xive_spapr_setup_cpu()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_xive.c
80
__raw_writel(vcpu->arch.xive_cam_word, tima + TM_QW1_OS +
TM_WORD2
);
in kvmppc_xive_push_vcpu()
H
A
D
book3s_hv_rmhandlers.S
957
li r7, TM_QW1_OS +
TM_WORD2
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_xive.c
702
__raw_writel(vcpu->arch.xive_cam_word, tima + TM_QW1_OS +
TM_WORD2
);
in kvmppc_xive_push_vcpu()
Completed in 14 milliseconds