OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gen8_pd_shift
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
gen8_ppgtt.c
85
#define
gen8_pd_shift
(lvl) ((lvl) * ilog2(GEN8_PDES))
macro
86
#define gen8_pd_index(i, lvl) i915_pde_index((i),
gen8_pd_shift
(lvl))
87
#define __gen8_pte_shift(lvl) (GEN8_PTE_SHIFT +
gen8_pd_shift
(lvl))
95
const int shift =
gen8_pd_shift
(lvl);
96
const u64 mask = ~0ull <<
gen8_pd_shift
(lvl + 1);
99
end += ~mask >>
gen8_pd_shift
(1);
110
const u64 mask = ~0ull <<
gen8_pd_shift
(lvl + 1);
119
if ((start ^ end) >>
gen8_pd_shift
(1))
197
if (atomic_fetch_inc(&pt->used) >>
gen8_pd_shift
(1) &&
203
start += (u64)I915_PDES <<
gen8_pd_shift
(lvl)
[
all
...]
gen8_ppgtt.c
85
#define
gen8_pd_shift
(lvl) ((lvl) * ilog2(GEN8_PDES))
macro
86
#define gen8_pd_index(i, lvl) i915_pde_index((i),
gen8_pd_shift
(lvl))
87
#define __gen8_pte_shift(lvl) (GEN8_PTE_SHIFT +
gen8_pd_shift
(lvl))
95
const int shift =
gen8_pd_shift
(lvl);
96
const u64 mask = ~0ull <<
gen8_pd_shift
(lvl + 1);
99
end += ~mask >>
gen8_pd_shift
(1);
110
const u64 mask = ~0ull <<
gen8_pd_shift
(lvl + 1);
119
if ((start ^ end) >>
gen8_pd_shift
(1))
197
if (atomic_fetch_inc(&pt->used) >>
gen8_pd_shift
(1) &&
203
start += (u64)I915_PDES <<
gen8_pd_shift
(lvl)
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025