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:__px_vaddr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_gtt.c
286
void *
__px_vaddr
(struct drm_i915_gem_object *p)
in __px_vaddr()
function
309
void *vaddr =
__px_vaddr
(p);
in fill_page_dma()
317
void *vaddr =
__px_vaddr
(scratch);
in poison_scratch_page()
H
A
D
intel_gtt.h
206
void *
__px_vaddr
(struct drm_i915_gem_object *p);
207
#define px_vaddr(px) (
__px_vaddr
(px_base(px)))
H
A
D
intel_ppgtt.c
92
u64 * const vaddr =
__px_vaddr
(pdma);
in write_dma_entry()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
i915_perf.c
316
scratch =
__px_vaddr
(ce->vm->scratch[0]);
in live_noa_gpr()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_ct.c
318
blob =
__px_vaddr
(ct->vma->obj);
in intel_guc_ct_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H
A
D
i915_gem_context.c
1759
vaddr =
__px_vaddr
(vm->scratch[0]);
in check_scratch_page()
Completed in 9 milliseconds