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:PIN_NOEVICT
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_gem_gtt.h
36
#define
PIN_NOEVICT
BIT_ULL(0)
macro
H
A
D
i915_gem_gtt.c
123
if (flags &
PIN_NOEVICT
)
in i915_gem_gtt_reserve()
250
if (flags &
PIN_NOEVICT
)
in i915_gem_gtt_insert()
H
A
D
i915_gem.c
396
PIN_NOEVICT
);
in i915_gem_gtt_pread()
601
PIN_NOEVICT
);
in i915_gem_gtt_pwrite_fast()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_gem_gtt.h
41
#define
PIN_NOEVICT
BIT_ULL(0)
macro
H
A
D
i915_gem_gtt.c
120
if (flags &
PIN_NOEVICT
)
in i915_gem_gtt_reserve()
249
if (flags &
PIN_NOEVICT
)
in i915_gem_gtt_insert()
H
A
D
i915_gem.c
329
PIN_NOEVICT
);
in i915_gem_gtt_prepare()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H
A
D
i915_gem_evict.c
408
PIN_NOEVICT
);
in igt_evict_contexts()
428
PIN_NOEVICT
)) {
in igt_evict_contexts()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
i915_gem_evict.c
414
PIN_NOEVICT
);
in igt_evict_contexts()
434
PIN_NOEVICT
)) {
in igt_evict_contexts()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_mman.c
325
PIN_NOEVICT
);
in vm_fault_gtt()
H
A
D
i915_gem_execbuffer.c
433
pin_flags |= PIN_USER |
PIN_NOEVICT
| PIN_OFFSET_FIXED;
in eb_pin_vma()
448
PIN_USER |
PIN_NOEVICT
)))
in eb_pin_vma()
1167
PIN_NOEVICT
);
in reloc_iomap()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
450
pin_flags |= PIN_USER |
PIN_NOEVICT
| PIN_OFFSET_FIXED | PIN_VALIDATE;
in eb_pin_vma()
468
PIN_USER |
PIN_NOEVICT
| PIN_VALIDATE);
in eb_pin_vma()
1305
PIN_NOEVICT
);
in reloc_iomap()
H
A
D
i915_gem_mman.c
342
PIN_NOEVICT
);
in vm_fault_gtt()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_ggtt.c
476
PIN_NOEVICT
);
in ggtt_reserve_guc_top()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_ggtt.c
557
I915_COLOR_UNEVICTABLE,
PIN_NOEVICT
);
in ggtt_reserve_guc_top()
Completed in 21 milliseconds