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:core_map
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kvm/intc/
H
A
D
ls3a_ext_irq.h
80
union
core_map
{
union
84
}
core_map
;
member
H
A
D
ls3a_ext_irq.c
165
*(uint8_t *)val = state->
core_map
.reg_u8[reg_count];
in ls3a_ext_intctl_readb()
209
*(uint32_t *)val = state->
core_map
.reg_u32[reg_count];
in ls3a_ext_intctl_readw()
254
*(uint64_t *)val = state->
core_map
.reg_u64[reg_count];
in ls3a_ext_intctl_readl()
412
state->
core_map
.reg_u8[reg_count] = val_data_u8;
in ls3a_ext_intctl_writeb()
795
state->ext_sw_coremap[reg_count] = state->
core_map
.reg_u8[reg_count];
in kvm_set_ext_sw_coremap()
798
__FUNCTION__, __LINE__, reg_count, state->
core_map
.reg_u8[reg_count]);
in kvm_set_ext_sw_coremap()
918
if (extirq->
core_map
.reg_u8[i])
in kvm_dump_ls3a_extirq_state()
920
extirq->
core_map
.reg_u8[i]);
in kvm_dump_ls3a_extirq_state()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
stat-display.c
1464
struct cpu_aggr_map *
core_map
;
in print_percore()
local
1474
*
core_map
will hold the aggr_cpu_id for the cores that have been
in print_percore()
1477
core_map
= cpu_aggr_map__empty_new(config->aggr_map->nr);
in print_percore()
1478
if (
core_map
== NULL) {
in print_percore()
1489
if (aggr_cpu_id__equal(&
core_map
->map[i], &core_id)) {
in print_percore()
1499
core_map
->map[core_map_len++] = core_id;
in print_percore()
1501
free(
core_map
);
in print_percore()
Completed in 5 milliseconds