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:LRC_STATE_PN
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_lrc.h
92
#define
LRC_STATE_PN
(LRC_PPHWSP_PN + LRC_PPHWSP_SZ)
macro
93
#define LRC_STATE_OFFSET (
LRC_STATE_PN
* PAGE_SIZE)
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_lrc.h
26
#define
LRC_STATE_PN
(LRC_PPHWSP_PN + LRC_PPHWSP_SZ)
macro
27
#define LRC_STATE_OFFSET (
LRC_STATE_PN
* PAGE_SIZE)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
scheduler.c
142
(
LRC_STATE_PN
<< I915_GTT_PAGE_SHIFT);
in populate_shadow_context()
933
(
LRC_STATE_PN
<< I915_GTT_PAGE_SHIFT);
in update_guest_context()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
scheduler.c
147
(
LRC_STATE_PN
<< I915_GTT_PAGE_SHIFT);
in populate_shadow_context()
981
(
LRC_STATE_PN
<< I915_GTT_PAGE_SHIFT);
in update_guest_context()
H
A
D
cmd_parser.c
3102
const unsigned long start =
LRC_STATE_PN
* PAGE_SIZE;
in intel_gvt_update_reg_whitelist()
3174
gma_start = i915_ggtt_offset(ce->state) +
LRC_STATE_PN
*PAGE_SIZE;
in intel_gvt_scan_engine_context()
Completed in 10 milliseconds