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:PTE_READ_ONLY
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_ppgtt.c
194
pte_flags |=
PTE_READ_ONLY
;
in ppgtt_bind_vma()
H
A
D
intel_ggtt.c
219
* Note that we ignore
PTE_READ_ONLY
here. The caller must be careful
in gen8_ggtt_insert_entries()
452
pte_flags |=
PTE_READ_ONLY
;
in ggtt_bind_vma()
602
pte_flags |=
PTE_READ_ONLY
;
in aliasing_gtt_bind_vma()
956
if (!(flags &
PTE_READ_ONLY
))
in byt_pte_encode()
H
A
D
gen6_ppgtt.c
239
I915_CACHE_NONE,
PTE_READ_ONLY
);
in gen6_ppgtt_init_scratch()
H
A
D
intel_gtt.h
266
#define
PTE_READ_ONLY
BIT(0)
macro
H
A
D
gen8_ppgtt.c
35
if (unlikely(flags &
PTE_READ_ONLY
))
in gen8_pte_encode()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_dpt.c
69
* Note that we ignore
PTE_READ_ONLY
here. The caller must be careful
in dpt_insert_entries()
97
pte_flags |=
PTE_READ_ONLY
;
in dpt_bind_vma()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_ppgtt.c
199
pte_flags |=
PTE_READ_ONLY
;
in ppgtt_bind_vma()
H
A
D
intel_ggtt.c
307
* Note that we ignore
PTE_READ_ONLY
here. The caller must be careful
in gen8_ggtt_insert_entries()
519
pte_flags |=
PTE_READ_ONLY
;
in intel_ggtt_bind_vma()
691
pte_flags |=
PTE_READ_ONLY
;
in aliasing_gtt_bind_vma()
1095
if (!(flags &
PTE_READ_ONLY
))
in byt_pte_encode()
H
A
D
gen6_ppgtt.c
232
PTE_READ_ONLY
);
in gen6_ppgtt_init_scratch()
H
A
D
gen8_ppgtt.c
37
if (unlikely(flags &
PTE_READ_ONLY
))
in gen8_pte_encode()
66
if (unlikely(flags &
PTE_READ_ONLY
))
in gen12_pte_encode()
H
A
D
intel_gtt.h
307
#define
PTE_READ_ONLY
BIT(0)
macro
Completed in 12 milliseconds