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:nvif_handle
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_chan.c
296
args.volta.vmm =
nvif_handle
(&chan->vmm->vmm.object);
in nouveau_channel_ind()
305
args.kepler.vmm =
nvif_handle
(&chan->vmm->vmm.object);
in nouveau_channel_ind()
313
args.fermi.vmm =
nvif_handle
(&chan->vmm->vmm.object);
in nouveau_channel_ind()
319
args.nv50.pushbuf =
nvif_handle
(&chan->push.ctxdma);
in nouveau_channel_ind()
320
args.nv50.vmm =
nvif_handle
(&chan->vmm->vmm.object);
in nouveau_channel_ind()
371
args.pushbuf =
nvif_handle
(&chan->push.ctxdma);
in nouveau_channel_dma()
H
A
D
nouveau_abi16.c
396
args->v0.object =
nvif_handle
(&chan->chan->user);
in nouveau_abi16_usif()
401
args->v0.object =
nvif_handle
(&abi16->device.object);
in nouveau_abi16_usif()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H
A
D
object.c
40
args->v0.object =
nvif_handle
(object);
in nvif_object_ioctl()
291
args->new.token =
nvif_handle
(object);
in nvif_object_ctor()
292
args->new.object =
nvif_handle
(object);
in nvif_object_ctor()
H
A
D
vmm.c
53
args->memory =
nvif_handle
(&mem->object);
in nvif_vmm_map()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H
A
D
object.c
40
args->v0.object =
nvif_handle
(object);
in nvif_object_ioctl()
290
args->new.token =
nvif_handle
(object);
in nvif_object_ctor()
291
args->new.object =
nvif_handle
(object);
in nvif_object_ctor()
H
A
D
vmm.c
53
args->memory =
nvif_handle
(&mem->object);
in nvif_vmm_map()
148
.memory =
nvif_handle
(&mem->object),
in nvif_vmm_raw_map()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_chan.c
315
args.chan.ctxdma =
nvif_handle
(&chan->push.ctxdma);
in nouveau_channel_ctor()
319
args.chan.vmm =
nvif_handle
(&chan->vmm->vmm.object);
in nouveau_channel_ctor()
321
args.chan.ctxdma =
nvif_handle
(&chan->push.ctxdma);
in nouveau_channel_ctor()
338
args.chan.huserd =
nvif_handle
(&chan->mem_userd.object);
in nouveau_channel_ctor()
H
A
D
nouveau_abi16.c
465
args->v0.object =
nvif_handle
(&chan->chan->user);
in nouveau_abi16_usif()
470
args->v0.object =
nvif_handle
(&abi16->device.object);
in nouveau_abi16_usif()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H
A
D
object.h
40
#define
nvif_handle
(a) (unsigned long)(void *)(a)
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H
A
D
object.h
46
#define
nvif_handle
(a) (unsigned long)(void *)(a)
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H
A
D
disp.c
272
args->pushbuf =
nvif_handle
(&dmac->_push.mem.object);
in nv50_dmac_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H
A
D
disp.c
266
args->pushbuf =
nvif_handle
(&dmac->_push.mem.object);
in nv50_dmac_create()
Completed in 14 milliseconds