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_ops
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
gtt.c
529
static void update_entry_type_for_real(struct intel_gvt_gtt_pte_ops *
pte_ops
,
in update_entry_type_for_real()
argument
535
if (
pte_ops
->test_pse(entry))
in update_entry_type_for_real()
556
struct intel_gvt_gtt_pte_ops *
pte_ops
= mm->vgpu->gvt->gtt.
pte_ops
;
in _ppgtt_get_root_entry()
local
561
pte_ops
->get_entry(guest ? mm->ppgtt_mm.guest_pdps :
in _ppgtt_get_root_entry()
564
update_entry_type_for_real(
pte_ops
, entry, false);
in _ppgtt_get_root_entry()
583
struct intel_gvt_gtt_pte_ops *
pte_ops
= mm->vgpu->gvt->gtt.
pte_ops
;
in _ppgtt_set_root_entry()
local
585
pte_ops
->set_entry(guest ? mm->ppgtt_mm.guest_pdps :
in _ppgtt_set_root_entry()
605
struct intel_gvt_gtt_pte_ops *
pte_ops
in ggtt_get_guest_entry()
local
617
struct intel_gvt_gtt_
pte_ops
*
pte_ops
= mm->vgpu->gvt->gtt.
pte_ops
;
ggtt_set_guest_entry()
local
628
struct intel_gvt_gtt_
pte_ops
*
pte_ops
= mm->vgpu->gvt->gtt.
pte_ops
;
ggtt_get_host_entry()
local
638
struct intel_gvt_gtt_
pte_ops
*
pte_ops
= mm->vgpu->gvt->gtt.
pte_ops
;
ggtt_set_host_entry()
local
1272
struct intel_gvt_gtt_
pte_ops
*
pte_ops
= vgpu->gvt->gtt.
pte_ops
;
ppgtt_populate_shadow_entry()
local
2114
struct intel_gvt_gtt_
pte_ops
*
pte_ops
= gvt->gtt.
pte_ops
;
intel_vgpu_gma_to_gpa()
local
2239
struct intel_gvt_gtt_
pte_ops
*
pte_ops
= vgpu->gvt->gtt.
pte_ops
;
ggtt_invalidate_pte()
local
2841
struct intel_gvt_gtt_
pte_ops
*
pte_ops
= vgpu->gvt->gtt.
pte_ops
;
intel_vgpu_reset_ggtt()
local
[all...]
H
A
D
gtt.h
85
struct intel_gvt_gtt_pte_ops *
pte_ops
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
gtt.c
526
static void update_entry_type_for_real(const struct intel_gvt_gtt_pte_ops *
pte_ops
,
in update_entry_type_for_real()
argument
532
if (
pte_ops
->test_pse(entry))
in update_entry_type_for_real()
553
const struct intel_gvt_gtt_pte_ops *
pte_ops
= mm->vgpu->gvt->gtt.
pte_ops
;
in _ppgtt_get_root_entry()
local
558
pte_ops
->get_entry(guest ? mm->ppgtt_mm.guest_pdps :
in _ppgtt_get_root_entry()
561
update_entry_type_for_real(
pte_ops
, entry, false);
in _ppgtt_get_root_entry()
580
const struct intel_gvt_gtt_pte_ops *
pte_ops
= mm->vgpu->gvt->gtt.
pte_ops
;
in _ppgtt_set_root_entry()
local
582
pte_ops
->set_entry(guest ? mm->ppgtt_mm.guest_pdps :
in _ppgtt_set_root_entry()
596
const struct intel_gvt_gtt_pte_ops *
pte_ops
in ggtt_get_guest_entry()
local
608
const struct intel_gvt_gtt_
pte_ops
*
pte_ops
= mm->vgpu->gvt->gtt.
pte_ops
;
ggtt_set_guest_entry()
local
619
const struct intel_gvt_gtt_
pte_ops
*
pte_ops
= mm->vgpu->gvt->gtt.
pte_ops
;
ggtt_get_host_entry()
local
629
const struct intel_gvt_gtt_
pte_ops
*
pte_ops
= mm->vgpu->gvt->gtt.
pte_ops
;
ggtt_set_host_entry()
local
1239
const struct intel_gvt_gtt_
pte_ops
*
pte_ops
= vgpu->gvt->gtt.
pte_ops
;
ppgtt_populate_shadow_entry()
local
2072
const struct intel_gvt_gtt_
pte_ops
*
pte_ops
= gvt->gtt.
pte_ops
;
intel_vgpu_gma_to_gpa()
local
2197
const struct intel_gvt_gtt_
pte_ops
*
pte_ops
= vgpu->gvt->gtt.
pte_ops
;
ggtt_invalidate_pte()
local
2788
const struct intel_gvt_gtt_
pte_ops
*
pte_ops
= vgpu->gvt->gtt.
pte_ops
;
intel_vgpu_reset_ggtt()
local
[all...]
H
A
D
gtt.h
94
const struct intel_gvt_gtt_pte_ops *
pte_ops
;
member
Completed in 6 milliseconds