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:host_visible_mm
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H
A
D
virtgpu_debugfs.c
93
drm_mm_print(&vgdev->
host_visible_mm
, &p);
in virtio_gpu_debugfs_host_visible_mm()
H
A
D
virtgpu_kms.c
193
drm_mm_init(&vgdev->
host_visible_mm
,
in virtio_gpu_init()
305
drm_mm_takedown(&vgdev->
host_visible_mm
);
in virtio_gpu_release()
H
A
D
virtgpu_vram.c
153
ret = drm_mm_insert_node(&vgdev->
host_visible_mm
, &vram->vram_node,
in virtio_gpu_vram_map()
H
A
D
virtgpu_drv.h
250
struct drm_mm
host_visible_mm
;
member
265
/* protects map state and
host_visible_mm
*/
Completed in 2 milliseconds