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:GEN6_PTES
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
gen6_ppgtt.c
85
unsigned int pde = first_entry /
GEN6_PTES
;
in gen6_ppgtt_clear_range()
86
unsigned int pte = first_entry %
GEN6_PTES
;
in gen6_ppgtt_clear_range()
92
const unsigned int count = min(num_entries,
GEN6_PTES
- pte);
in gen6_ppgtt_clear_range()
124
unsigned int act_pt = first_entry /
GEN6_PTES
;
in gen6_ppgtt_insert_entries()
125
unsigned int act_pte = first_entry %
GEN6_PTES
;
in gen6_ppgtt_insert_entries()
147
if (++act_pte ==
GEN6_PTES
) {
in gen6_ppgtt_insert_entries()
H
A
D
intel_gtt.h
76
#define
GEN6_PTES
I915_PTES(sizeof(gen6_pte_t))
macro
438
*
GEN6_PTES
for GEN6, and GEN8_PTES for GEN8.
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
gen6_ppgtt.c
80
unsigned int pde = first_entry /
GEN6_PTES
;
in gen6_ppgtt_clear_range()
81
unsigned int pte = first_entry %
GEN6_PTES
;
in gen6_ppgtt_clear_range()
87
const unsigned int count = min(num_entries,
GEN6_PTES
- pte);
in gen6_ppgtt_clear_range()
118
unsigned int act_pt = first_entry /
GEN6_PTES
;
in gen6_ppgtt_insert_entries()
119
unsigned int act_pte = first_entry %
GEN6_PTES
;
in gen6_ppgtt_insert_entries()
141
if (++act_pte ==
GEN6_PTES
) {
in gen6_ppgtt_insert_entries()
H
A
D
intel_gtt.h
79
#define
GEN6_PTES
I915_PTES(sizeof(gen6_pte_t))
macro
530
*
GEN6_PTES
for GEN6, and GEN8_PTES for GEN8.
Completed in 5 milliseconds