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:vpes
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v4.c
156
vm->
vpes
[i]->its_vm = vm;
in its_alloc_vcpu_irqs()
157
vm->
vpes
[i]->idai = true;
in its_alloc_vcpu_irqs()
167
vm->
vpes
[i]->irq = vpe_base_irq + i;
in its_alloc_vcpu_irqs()
168
ret = its_alloc_vcpu_sgis(vm->
vpes
[i], i);
in its_alloc_vcpu_irqs()
196
unsigned int irq = irq_find_mapping(vm->
vpes
[i]->sgi_domain, 0);
in its_free_sgi_irqs()
202
irq_domain_remove(vm->
vpes
[i]->sgi_domain);
in its_free_sgi_irqs()
203
irq_domain_free_fwnode(vm->
vpes
[i]->fwnode);
in its_free_sgi_irqs()
210
irq_domain_free_irqs(vm->
vpes
[0]->irq, vm->nr_vpes);
in its_free_vcpu_irqs()
H
A
D
irq-gic-v3-its.c
172
struct its_vpe **
vpes
;
member
1759
* If the VM wasn't mapped yet, iterate over the
vpes
and get
in its_map_vm()
1768
struct its_vpe *vpe = vm->
vpes
[i];
in its_map_vm()
1797
its_send_vmapp(its, vm->
vpes
[i], false);
in its_unmap_vm()
3708
vpe_proxy.
vpes
[vpe->vpe_proxy_event] = NULL;
in its_vpe_db_proxy_unmap_locked()
3717
if (vpe_proxy.
vpes
[vpe_proxy.next_victim]) {
in its_vpe_db_proxy_unmap_locked()
3753
if (vpe_proxy.
vpes
[vpe_proxy.next_victim]) {
in its_vpe_db_proxy_map_locked()
3754
its_vpe_db_proxy_unmap_locked(vpe_proxy.
vpes
[vpe_proxy.next_victim]);
in its_vpe_db_proxy_map_locked()
3758
vpe_proxy.
vpes
[vpe_proxy.next_victim] = vpe;
in its_vpe_db_proxy_map_locked()
4510
vm->
vpes
[
in its_vpe_irq_domain_alloc()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/
H
A
D
arm-gic-v4.h
23
struct its_vpe **
vpes
;
member
Completed in 8 milliseconds