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:VSID_REAL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu.c
598
gvsid =
VSID_REAL
| esid;
in kvmppc_mmu_book3s_64_esid_to_vsid()
640
*vsid =
VSID_REAL
| esid;
in kvmppc_mmu_book3s_64_esid_to_vsid()
H
A
D
book3s_32_mmu.c
367
*vsid =
VSID_REAL
| esid;
in kvmppc_mmu_book3s_32_esid_to_vsid()
H
A
D
book3s.c
437
pte->vpage =
VSID_REAL
| eaddr >> 12;
in kvmppc_xlate()
H
A
D
book3s_pr.c
736
pte.vpage |= ((u64)
VSID_REAL
<< (SID_SHIFT - 12));
in kvmppc_handle_pagefault()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu.c
597
gvsid =
VSID_REAL
| esid;
in kvmppc_mmu_book3s_64_esid_to_vsid()
639
*vsid =
VSID_REAL
| esid;
in kvmppc_mmu_book3s_64_esid_to_vsid()
H
A
D
book3s_32_mmu.c
367
*vsid =
VSID_REAL
| esid;
in kvmppc_mmu_book3s_32_esid_to_vsid()
H
A
D
book3s.c
467
pte->vpage =
VSID_REAL
| eaddr >> 12;
in kvmppc_xlate()
H
A
D
book3s_pr.c
720
pte.vpage |= ((u64)
VSID_REAL
<< (SID_SHIFT - 12));
in kvmppc_handle_pagefault()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
137
#define
VSID_REAL
0x07ffffffffc00000ULL
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
137
#define
VSID_REAL
0x07ffffffffc00000ULL
macro
Completed in 14 milliseconds