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_AIL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_builtin.c
543
(vcpu->arch.vcore->lpcr &
LPCR_AIL
) == LPCR_AIL_3 &&
in inject_interrupt()
H
A
D
book3s_hv.c
2112
lpcr &= ~
LPCR_AIL
;
in kvmppc_filter_lpcr_hv()
2113
if ((lpcr &
LPCR_AIL
) != LPCR_AIL_3)
in kvmppc_filter_lpcr_hv()
2114
lpcr &= ~
LPCR_AIL
; /* LPCR[AIL]=1/2 is disallowed */
in kvmppc_filter_lpcr_hv()
2122
lpcr &= ~
LPCR_AIL
;
in kvmppc_filter_lpcr_hv()
2158
mask = LPCR_DPFD | LPCR_ILE | LPCR_TC |
LPCR_AIL
| LPCR_LD;
in kvmppc_set_lpcr()
H
A
D
book3s_pr.c
144
mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~
LPCR_AIL
);
in kvmppc_core_vcpu_load_pr()
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()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_builtin.c
796
(vcpu->arch.vcore->lpcr &
LPCR_AIL
) == LPCR_AIL_3 &&
in inject_interrupt()
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_pr.c
144
mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~
LPCR_AIL
);
in kvmppc_core_vcpu_load_pr()
H
A
D
book3s_hv.c
1643
mask |=
LPCR_AIL
;
in kvmppc_set_lpcr()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
449
#define
LPCR_AIL
ASM_CONST(0x0000000001800000) /* Alternate interrupt location */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
456
#define
LPCR_AIL
ASM_CONST(0x0000000001800000) /* Alternate interrupt location */
macro
Completed in 32 milliseconds