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:LPCR_TC
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ocxl/
H
A
D
link.c
478
if (mfspr(SPRN_LPCR) &
LPCR_TC
)
in calculate_cfg_state()
/kernel/linux/linux-6.6/drivers/misc/ocxl/
H
A
D
link.c
520
if (mfspr(SPRN_LPCR) &
LPCR_TC
)
in calculate_cfg_state()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
vas-window.c
301
val = SET_FIELD(VAS_XLATE_LPCR_TC, val, lpcr &
LPCR_TC
);
in init_xlate_regs()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
464
#define
LPCR_TC
ASM_CONST(0x0000000000000200) /* Translation control */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
471
#define
LPCR_TC
ASM_CONST(0x0000000000000200) /* Translation control */
macro
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
vas-window.c
302
val = SET_FIELD(VAS_XLATE_LPCR_TC, val, lpcr &
LPCR_TC
);
in init_xlate_regs()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_nested.c
301
mask = LPCR_DPFD | LPCR_ILE |
LPCR_TC
| LPCR_AIL | LPCR_LD |
in kvmhv_enter_nested_guest()
H
A
D
book3s_hv.c
1641
mask = LPCR_DPFD | LPCR_ILE |
LPCR_TC
;
in kvmppc_set_lpcr()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_nested.c
265
mask = LPCR_DPFD | LPCR_ILE |
LPCR_TC
| LPCR_AIL | LPCR_LD | LPCR_MER;
in load_l2_hv_regs()
H
A
D
book3s_hv.c
2106
/*
LPCR_TC
only applies to HPT guests */
in kvmppc_filter_lpcr_hv()
2108
lpcr &= ~
LPCR_TC
;
in kvmppc_filter_lpcr_hv()
2158
mask = LPCR_DPFD | LPCR_ILE |
LPCR_TC
| LPCR_AIL | LPCR_LD;
in kvmppc_set_lpcr()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
native.c
602
if (mfspr(SPRN_LPCR) &
LPCR_TC
)
in cxl_calculate_sr()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
native.c
598
if (mfspr(SPRN_LPCR) &
LPCR_TC
)
in cxl_calculate_sr()
Completed in 34 milliseconds