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:gen8_pd_shift
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
gen8_ppgtt.c
105
#define
gen8_pd_shift
(lvl) ((lvl) * ilog2(GEN8_PDES))
macro
106
#define gen8_pd_index(i, lvl) i915_pde_index((i),
gen8_pd_shift
(lvl))
107
#define __gen8_pte_shift(lvl) (GEN8_PTE_SHIFT +
gen8_pd_shift
(lvl))
115
const int shift =
gen8_pd_shift
(lvl);
in gen8_pd_range()
116
const u64 mask = ~0ull <<
gen8_pd_shift
(lvl + 1);
in gen8_pd_range()
119
end += ~mask >>
gen8_pd_shift
(1);
in gen8_pd_range()
130
const u64 mask = ~0ull <<
gen8_pd_shift
(lvl + 1);
in gen8_pd_contains()
139
if ((start ^ end) >>
gen8_pd_shift
(1))
in gen8_pt_count()
216
if (atomic_fetch_inc(&pt->used) >>
gen8_pd_shift
(1) &&
in __gen8_ppgtt_clear()
222
start += (u64)I915_PDES <<
gen8_pd_shift
(lv
in __gen8_ppgtt_clear()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
gen8_ppgtt.c
139
#define
gen8_pd_shift
(lvl) ((lvl) * ilog2(GEN8_PDES))
macro
140
#define gen8_pd_index(i, lvl) i915_pde_index((i),
gen8_pd_shift
(lvl))
141
#define __gen8_pte_shift(lvl) (GEN8_PTE_SHIFT +
gen8_pd_shift
(lvl))
149
const int shift =
gen8_pd_shift
(lvl);
in gen8_pd_range()
150
const u64 mask = ~0ull <<
gen8_pd_shift
(lvl + 1);
in gen8_pd_range()
153
end += ~mask >>
gen8_pd_shift
(1);
in gen8_pd_range()
164
const u64 mask = ~0ull <<
gen8_pd_shift
(lvl + 1);
in gen8_pd_contains()
173
if ((start ^ end) >>
gen8_pd_shift
(1))
in gen8_pt_count()
253
if (atomic_fetch_inc(&pt->used) >>
gen8_pd_shift
(1) &&
in __gen8_ppgtt_clear()
259
start += (u64)I915_PDES <<
gen8_pd_shift
(lv
in __gen8_ppgtt_clear()
[all...]
Completed in 2 milliseconds