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:sgi_config
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H
A
D
vgic-v4.c
110
vpe->
sgi_config
[irq->intid].enabled = irq->enabled;
in vgic_v4_sync_sgi_config()
111
vpe->
sgi_config
[irq->intid].group = irq->group;
in vgic_v4_sync_sgi_config()
112
vpe->
sgi_config
[irq->intid].priority = irq->priority;
in vgic_v4_sync_sgi_config()
/kernel/linux/linux-5.10/include/linux/irqchip/
H
A
D
arm-gic-v4.h
58
}
sgi_config
[16];
member
/kernel/linux/linux-6.6/include/linux/irqchip/
H
A
D
arm-gic-v4.h
60
}
sgi_config
[16];
member
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H
A
D
vgic-v4.c
110
vpe->
sgi_config
[irq->intid].enabled = irq->enabled;
in vgic_v4_sync_sgi_config()
111
vpe->
sgi_config
[irq->intid].group = irq->group;
in vgic_v4_sync_sgi_config()
112
vpe->
sgi_config
[irq->intid].priority = irq->priority;
in vgic_v4_sync_sgi_config()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_qos.c
728
struct sgi_table *
sgi_config
;
in enetc_streamgate_hw_set()
local
754
sgi_config
= &cbd.sgi_table;
in enetc_streamgate_hw_set()
757
sgi_config
->ocgtst = 0x80;
in enetc_streamgate_hw_set()
759
sgi_config
->oipv = (sgi->init_ipv < 0) ?
in enetc_streamgate_hw_set()
762
sgi_config
->en = 0x80;
in enetc_streamgate_hw_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_qos.c
744
struct sgi_table *
sgi_config
;
in enetc_streamgate_hw_set()
local
771
sgi_config
= &cbd.sgi_table;
in enetc_streamgate_hw_set()
774
sgi_config
->ocgtst = 0x80;
in enetc_streamgate_hw_set()
776
sgi_config
->oipv = (sgi->init_ipv < 0) ?
in enetc_streamgate_hw_set()
779
sgi_config
->en = 0x80;
in enetc_streamgate_hw_set()
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-gic-v3-its.c
4176
desc.its_vsgi_cmd.priority = vpe->
sgi_config
[d->hwirq].priority;
in its_configure_sgi()
4177
desc.its_vsgi_cmd.enable = vpe->
sgi_config
[d->hwirq].enabled;
in its_configure_sgi()
4178
desc.its_vsgi_cmd.group = vpe->
sgi_config
[d->hwirq].group;
in its_configure_sgi()
4193
vpe->
sgi_config
[d->hwirq].enabled = false;
in its_sgi_mask_irq()
4201
vpe->
sgi_config
[d->hwirq].enabled = true;
in its_sgi_unmask_irq()
4300
vpe->
sgi_config
[d->hwirq].priority = info->priority;
in its_sgi_set_vcpu_affinity()
4301
vpe->
sgi_config
[d->hwirq].group = info->group;
in its_sgi_set_vcpu_affinity()
4331
vpe->
sgi_config
[i].priority = 0;
in its_sgi_irq_domain_alloc()
4332
vpe->
sgi_config
[i].enabled = false;
in its_sgi_irq_domain_alloc()
4333
vpe->
sgi_config
[
in its_sgi_irq_domain_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-gic-v3-its.c
4228
desc.its_vsgi_cmd.priority = vpe->
sgi_config
[d->hwirq].priority;
in its_configure_sgi()
4229
desc.its_vsgi_cmd.enable = vpe->
sgi_config
[d->hwirq].enabled;
in its_configure_sgi()
4230
desc.its_vsgi_cmd.group = vpe->
sgi_config
[d->hwirq].group;
in its_configure_sgi()
4245
vpe->
sgi_config
[d->hwirq].enabled = false;
in its_sgi_mask_irq()
4253
vpe->
sgi_config
[d->hwirq].enabled = true;
in its_sgi_unmask_irq()
4352
vpe->
sgi_config
[d->hwirq].priority = info->priority;
in its_sgi_set_vcpu_affinity()
4353
vpe->
sgi_config
[d->hwirq].group = info->group;
in its_sgi_set_vcpu_affinity()
4383
vpe->
sgi_config
[i].priority = 0;
in its_sgi_irq_domain_alloc()
4384
vpe->
sgi_config
[i].enabled = false;
in its_sgi_irq_domain_alloc()
4385
vpe->
sgi_config
[
in its_sgi_irq_domain_alloc()
[all...]
Completed in 18 milliseconds