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:l3cc_value
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_mocs.c
34
u16
l3cc_value
;
member
89
.
l3cc_value
= __l3cc_value, \
357
if (GEM_DEBUG_WARN_ON(table->table[i].
l3cc_value
&
in get_mocs_settings()
426
* Get
l3cc_value
from MOCS entry taking into account when it's not used:
433
return table->table[index].
l3cc_value
;
in get_entry_l3cc()
435
return table->table[I915_MOCS_PTE].
l3cc_value
;
in get_entry_l3cc()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_mocs.c
18
u16
l3cc_value
;
member
90
.
l3cc_value
= __l3cc_value, \
585
if (GEM_DEBUG_WARN_ON(table->table[i].
l3cc_value
&
in get_mocs_settings()
656
* Get
l3cc_value
from MOCS entry taking into account when it's not used
664
return table->table[index].
l3cc_value
;
in get_entry_l3cc()
665
return table->table[table->unused_entries_index].
l3cc_value
;
in get_entry_l3cc()
Completed in 2 milliseconds