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:vgpu_hidden_sz
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
aperture_gm.c
52
size =
vgpu_hidden_sz
(vgpu);
in alloc_gm()
97
vgpu_hidden_offset(vgpu),
vgpu_hidden_sz
(vgpu));
in alloc_vgpu_gm()
237
gvt->gm.vgpu_allocated_high_gm_size -=
vgpu_hidden_sz
(vgpu);
in free_resource()
273
vgpu_hidden_sz
(vgpu) = ALIGN(request, I915_GTT_PAGE_SIZE);
in alloc_resource()
H
A
D
vgpu.c
59
vgpu_hidden_sz
(vgpu);
in populate_pvinfo_page()
70
vgpu_hidden_gmadr_base(vgpu),
vgpu_hidden_sz
(vgpu));
in populate_pvinfo_page()
H
A
D
gvt.h
394
#define
vgpu_hidden_sz
(vgpu) ((vgpu)->gm.hidden_sz)
macro
410
(vgpu_hidden_gmadr_base(vgpu) +
vgpu_hidden_sz
(vgpu) - 1)
H
A
D
gtt.c
1972
mm->ggtt_mm.host_ggtt_hidden = vzalloc((
vgpu_hidden_sz
(vgpu) >> PAGE_SHIFT) * sizeof(u64));
in intel_vgpu_create_ggtt_mm()
2861
num_entries =
vgpu_hidden_sz
(vgpu) >> PAGE_SHIFT;
in intel_vgpu_reset_ggtt()
2901
num_hi =
vgpu_hidden_sz
(vgpu) >> PAGE_SHIFT;
in intel_gvt_restore_ggtt()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
aperture_gm.c
53
size =
vgpu_hidden_sz
(vgpu);
in alloc_gm()
98
vgpu_hidden_offset(vgpu),
vgpu_hidden_sz
(vgpu));
in alloc_vgpu_gm()
238
gvt->gm.vgpu_allocated_high_gm_size -=
vgpu_hidden_sz
(vgpu);
in free_resource()
274
vgpu_hidden_sz
(vgpu) = ALIGN(request, I915_GTT_PAGE_SIZE);
in alloc_resource()
H
A
D
vgpu.c
59
vgpu_hidden_sz
(vgpu);
in populate_pvinfo_page()
70
vgpu_hidden_gmadr_base(vgpu),
vgpu_hidden_sz
(vgpu));
in populate_pvinfo_page()
H
A
D
gvt.h
432
#define
vgpu_hidden_sz
(vgpu) ((vgpu)->gm.hidden_sz)
macro
448
(vgpu_hidden_gmadr_base(vgpu) +
vgpu_hidden_sz
(vgpu) - 1)
H
A
D
gtt.c
1930
mm->ggtt_mm.host_ggtt_hidden = vzalloc((
vgpu_hidden_sz
(vgpu) >> PAGE_SHIFT) * sizeof(u64));
in intel_vgpu_create_ggtt_mm()
2808
num_entries =
vgpu_hidden_sz
(vgpu) >> PAGE_SHIFT;
in intel_vgpu_reset_ggtt()
2848
num_hi =
vgpu_hidden_sz
(vgpu) >> PAGE_SHIFT;
in intel_gvt_restore_ggtt()
Completed in 14 milliseconds