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_PAGE_PRESENT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
gtt.c
446
return (e->val64 &
GEN8_PAGE_PRESENT
);
in gen8_gtt_test_present()
451
e->val64 &= ~
GEN8_PAGE_PRESENT
;
in gtt_entry_clear_present()
456
e->val64 |=
GEN8_PAGE_PRESENT
;
in gtt_entry_set_present()
2405
se.val64 |=
GEN8_PAGE_PRESENT
| GEN8_PAGE_RW;
in alloc_scratch_pages()
2844
if (pte &
GEN8_PAGE_PRESENT
)
in intel_gvt_restore_ggtt()
2852
if (pte &
GEN8_PAGE_PRESENT
)
in intel_gvt_restore_ggtt()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
gen8_ppgtt.c
21
u64 pde = addr |
GEN8_PAGE_PRESENT
| GEN8_PAGE_RW;
in gen8_pde_encode()
35
gen8_pte_t pte = addr |
GEN8_PAGE_PRESENT
| GEN8_PAGE_RW;
in gen8_pte_encode()
64
gen8_pte_t pte = addr |
GEN8_PAGE_PRESENT
| GEN8_PAGE_RW;
in gen12_pte_encode()
H
A
D
intel_ggtt.c
246
gen8_pte_t pte = addr |
GEN8_PAGE_PRESENT
;
in mtl_ggtt_pte_encode()
266
gen8_pte_t pte = addr |
GEN8_PAGE_PRESENT
;
in gen8_ggtt_pte_encode()
H
A
D
intel_gtt.h
152
#define
GEN8_PAGE_PRESENT
BIT_ULL(0)
macro
Completed in 9 milliseconds