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:EXTIOI_IRQS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kvm/intc/
H
A
D
ls3a_ext_irq.h
46
#define
EXTIOI_IRQS
KVM_EXTIOI_IRQS
macro
47
#define EXTIOI_IRQS_BITMAP_SIZE (
EXTIOI_IRQS
/ 8)
49
#define EXTIOI_IRQS_IPMAP_SIZE (
EXTIOI_IRQS
/ 32)
51
#define EXTIOI_IRQS_COREMAP_SIZE (
EXTIOI_IRQS
)
93
uint8_t ext_sw_ipmap[
EXTIOI_IRQS
];
94
uint8_t ext_sw_coremap[
EXTIOI_IRQS
];
H
A
D
ls3a_ext_irq.c
32
found1 = find_next_bit((void *)state->ext_sw_ipisr[vcpu_id][ipnum + 2],
EXTIOI_IRQS
, 0);
in ext_deactive_core_isr()
34
if (found1 ==
EXTIOI_IRQS
) {
in ext_deactive_core_isr()
77
found1 = find_next_bit((void *)state->ext_sw_ipisr[vcpu_id][ipnum + 2],
EXTIOI_IRQS
, 0);
in ext_irq_update_core()
81
if (found1 ==
EXTIOI_IRQS
) {
in ext_irq_update_core()
95
found1 = find_next_bit((void *)state->ext_sw_ipisr[vcpu_id][ipnum + 2],
EXTIOI_IRQS
, 0);
in ext_irq_update_core()
96
if (found1 ==
EXTIOI_IRQS
) {
in ext_irq_update_core()
794
for (reg_count = 0; reg_count <
EXTIOI_IRQS
; reg_count++) {
in kvm_set_ext_sw_coremap()
808
for (irq_num = 0; irq_num <
EXTIOI_IRQS
; irq_num++) {
in kvm_set_ext_sw_ipisr()
892
for (i = 0; i <
EXTIOI_IRQS
; i++) {
in kvm_dump_ls3a_extirq_state()
897
for (i = 0; i <
EXTIOI_IRQS
;
in kvm_dump_ls3a_extirq_state()
[all...]
Completed in 3 milliseconds