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:guest_pdps
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
gtt.h
157
u64
guest_pdps
[GVT_RING_CTX_NR_PDPS];
member
H
A
D
gtt.c
561
pte_ops->get_entry(guest ? mm->ppgtt_mm.
guest_pdps
:
in _ppgtt_get_root_entry()
585
pte_ops->set_entry(guest ? mm->ppgtt_mm.
guest_pdps
:
in _ppgtt_set_root_entry()
1843
for (index = 0; index < ARRAY_SIZE(mm->ppgtt_mm.
guest_pdps
); index++) {
in shadow_ppgtt_mm()
1924
mm->ppgtt_mm.
guest_pdps
[0] = pdps[0];
in intel_vgpu_create_ppgtt_mm()
1926
memcpy(mm->ppgtt_mm.
guest_pdps
, pdps,
in intel_vgpu_create_ppgtt_mm()
1927
sizeof(mm->ppgtt_mm.
guest_pdps
));
in intel_vgpu_create_ppgtt_mm()
2665
if (pdps[0] == mm->ppgtt_mm.
guest_pdps
[0])
in intel_vgpu_find_ppgtt_mm()
2669
if (!memcmp(pdps, mm->ppgtt_mm.
guest_pdps
,
in intel_vgpu_find_ppgtt_mm()
2670
sizeof(mm->ppgtt_mm.
guest_pdps
)))
in intel_vgpu_find_ppgtt_mm()
H
A
D
scheduler.c
979
(void *)m->ppgtt_mm.
guest_pdps
);
in update_guest_context()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
gtt.c
558
pte_ops->get_entry(guest ? mm->ppgtt_mm.
guest_pdps
:
in _ppgtt_get_root_entry()
582
pte_ops->set_entry(guest ? mm->ppgtt_mm.
guest_pdps
:
in _ppgtt_set_root_entry()
1801
for (index = 0; index < ARRAY_SIZE(mm->ppgtt_mm.
guest_pdps
); index++) {
in shadow_ppgtt_mm()
1882
mm->ppgtt_mm.
guest_pdps
[0] = pdps[0];
in intel_vgpu_create_ppgtt_mm()
1884
memcpy(mm->ppgtt_mm.
guest_pdps
, pdps,
in intel_vgpu_create_ppgtt_mm()
1885
sizeof(mm->ppgtt_mm.
guest_pdps
));
in intel_vgpu_create_ppgtt_mm()
2612
if (pdps[0] == mm->ppgtt_mm.
guest_pdps
[0])
in intel_vgpu_find_ppgtt_mm()
2616
if (!memcmp(pdps, mm->ppgtt_mm.
guest_pdps
,
in intel_vgpu_find_ppgtt_mm()
2617
sizeof(mm->ppgtt_mm.
guest_pdps
)))
in intel_vgpu_find_ppgtt_mm()
H
A
D
gtt.h
166
u64
guest_pdps
[GVT_RING_CTX_NR_PDPS];
member
H
A
D
scheduler.c
1027
(void *)m->ppgtt_mm.
guest_pdps
);
in update_guest_context()
Completed in 13 milliseconds