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_DPFD
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
cpu_setup_power.c
34
lpcr |= (4ull << LPCR_DPFD_SH) &
LPCR_DPFD
;
in init_LPCR_ISA300()
H
A
D
dt_cpu_ftrs.c
360
lpcr &= ~
LPCR_DPFD
;
in feat_enable_dscr()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
cpu_setup_power.c
34
lpcr |= (4ull << LPCR_DPFD_SH) &
LPCR_DPFD
;
in init_LPCR_ISA300()
H
A
D
dt_cpu_ftrs.c
339
lpcr &= ~
LPCR_DPFD
;
in feat_enable_dscr()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
439
#define
LPCR_DPFD
(ASM_CONST(7) << LPCR_DPFD_SH)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
446
#define
LPCR_DPFD
(ASM_CONST(7) << LPCR_DPFD_SH)
macro
/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
2158
mask =
LPCR_DPFD
| LPCR_ILE | LPCR_TC | LPCR_AIL | LPCR_LD;
in kvmppc_set_lpcr()
Completed in 29 milliseconds