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:H_AVPN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_pr_papr.c
105
((flags &
H_AVPN
) && (pte[0] & ~0x7fUL) != avpn) ||
in kvmppc_h_pr_remove()
190
((flags &
H_AVPN
) && (pte[0] & ~0x7fUL) != tsl) ||
in kvmppc_h_pr_bulk_remove()
233
((flags &
H_AVPN
) && (pte[0] & ~0x7fUL) != avpn))
in kvmppc_h_pr_protect()
H
A
D
book3s_hv_rm_mmu.c
511
((flags &
H_AVPN
) && (pte & ~0x7fUL) != avpn) ||
in kvmppc_do_h_remove()
697
((flags &
H_AVPN
) && (v & ~0x7fUL) != avpn)) {
in kvmppc_h_protect()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_pr_papr.c
105
((flags &
H_AVPN
) && (pte[0] & ~0x7fUL) != avpn) ||
in kvmppc_h_pr_remove()
190
((flags &
H_AVPN
) && (pte[0] & ~0x7fUL) != tsl) ||
in kvmppc_h_pr_bulk_remove()
233
((flags &
H_AVPN
) && (pte[0] & ~0x7fUL) != avpn))
in kvmppc_h_pr_protect()
H
A
D
book3s_hv_rm_mmu.c
508
((flags &
H_AVPN
) && (pte & ~0x7fUL) != avpn) ||
in kvmppc_do_h_remove()
695
((flags &
H_AVPN
) && (v & ~0x7fUL) != avpn)) {
in kvmppc_h_protect()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
hvcall.h
127
#define
H_AVPN
(1UL<<(63-32)) /* An avpn is provided as a sanity test */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
hvcall.h
130
#define
H_AVPN
(1UL<<(63-32)) /* An avpn is provided as a sanity test */
macro
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
lpar.c
884
flags = (newpp & 7) |
H_AVPN
;
in pSeries_lpar_hpte_updatepp()
995
lpar_rc = plpar_pte_remove(
H_AVPN
, slot, want_v, &dummy1, &dummy2);
in pSeries_lpar_hpte_invalidate()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
lpar.c
935
flags = (newpp & (HPTE_R_PP | HPTE_R_N | HPTE_R_KEY_LO)) |
H_AVPN
;
in pSeries_lpar_hpte_updatepp()
1049
lpar_rc = plpar_pte_remove(
H_AVPN
, slot, want_v, &dummy1, &dummy2);
in pSeries_lpar_hpte_invalidate()
Completed in 15 milliseconds