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_PTE_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
101
/* Index shifts into the pagetable are offset by
GEN8_PTE_SHIFT
[12] */
103
#define
GEN8_PTE_SHIFT
(ilog2(GEN8_PAGE_SIZE))
macro
107
#define __gen8_pte_shift(lvl) (
GEN8_PTE_SHIFT
+ gen8_pd_shift(lvl))
166
return gen8_pdp_for_page_index(vm, addr >>
GEN8_PTE_SHIFT
);
in gen8_pdp_for_page_address()
205
GEM_BUG_ON(end > vm->total >>
GEN8_PTE_SHIFT
);
in __gen8_ppgtt_clear()
260
GEM_BUG_ON(!IS_ALIGNED(start, BIT_ULL(
GEN8_PTE_SHIFT
)));
in gen8_ppgtt_clear()
261
GEM_BUG_ON(!IS_ALIGNED(length, BIT_ULL(
GEN8_PTE_SHIFT
)));
in gen8_ppgtt_clear()
264
start >>=
GEN8_PTE_SHIFT
;
in gen8_ppgtt_clear()
local
265
length >>=
GEN8_PTE_SHIFT
;
in gen8_ppgtt_clear()
local
279
GEM_BUG_ON(end > vm->total >>
GEN8_PTE_SHIFT
);
in __gen8_ppgtt_alloc()
349
start >>=
GEN8_PTE_SHIFT
;
gen8_ppgtt_alloc()
local
350
length >>=
GEN8_PTE_SHIFT
;
gen8_ppgtt_alloc()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
gen8_ppgtt.c
135
/* Index shifts into the pagetable are offset by
GEN8_PTE_SHIFT
[12] */
137
#define
GEN8_PTE_SHIFT
(ilog2(GEN8_PAGE_SIZE))
macro
141
#define __gen8_pte_shift(lvl) (
GEN8_PTE_SHIFT
+ gen8_pd_shift(lvl))
200
return gen8_pdp_for_page_index(vm, addr >>
GEN8_PTE_SHIFT
);
in gen8_pdp_for_page_address()
242
GEM_BUG_ON(end > vm->total >>
GEN8_PTE_SHIFT
);
in __gen8_ppgtt_clear()
306
GEM_BUG_ON(!IS_ALIGNED(start, BIT_ULL(
GEN8_PTE_SHIFT
)));
in gen8_ppgtt_clear()
307
GEM_BUG_ON(!IS_ALIGNED(length, BIT_ULL(
GEN8_PTE_SHIFT
)));
in gen8_ppgtt_clear()
310
start >>=
GEN8_PTE_SHIFT
;
in gen8_ppgtt_clear()
local
311
length >>=
GEN8_PTE_SHIFT
;
in gen8_ppgtt_clear()
local
325
GEM_BUG_ON(end > vm->total >>
GEN8_PTE_SHIFT
);
in __gen8_ppgtt_alloc()
394
start >>=
GEN8_PTE_SHIFT
;
gen8_ppgtt_alloc()
local
395
length >>=
GEN8_PTE_SHIFT
;
gen8_ppgtt_alloc()
local
442
start >>=
GEN8_PTE_SHIFT
;
gen8_ppgtt_foreach()
local
443
length >>=
GEN8_PTE_SHIFT
;
gen8_ppgtt_foreach()
local
[all...]
Completed in 4 milliseconds