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:hvwc_map
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
vas.h
61
* space (
hvwc_map
and uwc_map). The kernel can then access the window
64
* hvwc =
hvwc_map
+ winid * VAS_HVWC_SIZE.
357
void *
hvwc_map
; /* HV window context */
member
473
regptr = win->
hvwc_map
+ reg;
in write_hvwc_reg()
482
return in_be64(win->
hvwc_map
+reg);
in read_hvwc_reg()
H
A
D
vas-debug.c
36
if (!window->
hvwc_map
)
in info_show()
63
if (!window->
hvwc_map
)
in hvwc_show()
H
A
D
vas-window.c
160
void *
hvwc_map
;
in unmap_winctx_mmio_bars()
local
165
hvwc_map
= window->
hvwc_map
;
in unmap_winctx_mmio_bars()
166
window->
hvwc_map
= NULL;
in unmap_winctx_mmio_bars()
173
if (
hvwc_map
) {
in unmap_winctx_mmio_bars()
175
unmap_region(
hvwc_map
, busaddr_start, len);
in unmap_winctx_mmio_bars()
195
window->
hvwc_map
= map_mmio_region("HVWCM_Window", start, len);
in map_winctx_mmio_bars()
200
if (!window->
hvwc_map
|| !window->uwc_map) {
in map_winctx_mmio_bars()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
vas.h
61
* space (
hvwc_map
and uwc_map). The kernel can then access the window
64
* hvwc =
hvwc_map
+ winid * VAS_HVWC_SIZE.
358
void *
hvwc_map
; /* HV window context */
member
466
regptr = win->
hvwc_map
+ reg;
in write_hvwc_reg()
475
return in_be64(win->
hvwc_map
+reg);
in read_hvwc_reg()
H
A
D
vas-debug.c
37
if (!window->
hvwc_map
)
in info_show()
64
if (!window->
hvwc_map
)
in hvwc_show()
H
A
D
vas-window.c
161
void *
hvwc_map
;
in unmap_winctx_mmio_bars()
local
166
hvwc_map
= window->
hvwc_map
;
in unmap_winctx_mmio_bars()
167
window->
hvwc_map
= NULL;
in unmap_winctx_mmio_bars()
174
if (
hvwc_map
) {
in unmap_winctx_mmio_bars()
176
unmap_region(
hvwc_map
, busaddr_start, len);
in unmap_winctx_mmio_bars()
196
window->
hvwc_map
= map_mmio_region("HVWCM_Window", start, len);
in map_winctx_mmio_bars()
201
if (!window->
hvwc_map
|| !window->uwc_map) {
in map_winctx_mmio_bars()
Completed in 7 milliseconds