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:perf_iommu
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/amd/
H
A
D
iommu.c
183
static int clear_avail_iommu_bnk_cntr(struct perf_amd_iommu *
perf_iommu
,
in clear_avail_iommu_bnk_cntr()
argument
190
max_banks =
perf_iommu
->max_banks;
in clear_avail_iommu_bnk_cntr()
191
max_cntrs =
perf_iommu
->max_counters;
in clear_avail_iommu_bnk_cntr()
198
raw_spin_lock_irqsave(&
perf_iommu
->lock, flags);
in clear_avail_iommu_bnk_cntr()
199
perf_iommu
->cntr_assign_mask &= ~(1ULL<<shift);
in clear_avail_iommu_bnk_cntr()
200
raw_spin_unlock_irqrestore(&
perf_iommu
->lock, flags);
in clear_avail_iommu_bnk_cntr()
367
struct perf_amd_iommu *
perf_iommu
=
in perf_iommu_del()
local
373
clear_avail_iommu_bnk_cntr(
perf_iommu
,
in perf_iommu_del()
419
struct perf_amd_iommu *
perf_iommu
;
in init_one_iommu()
local
422
perf_iommu
in init_one_iommu()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/amd/
H
A
D
iommu.c
184
static int clear_avail_iommu_bnk_cntr(struct perf_amd_iommu *
perf_iommu
,
in clear_avail_iommu_bnk_cntr()
argument
191
max_banks =
perf_iommu
->max_banks;
in clear_avail_iommu_bnk_cntr()
192
max_cntrs =
perf_iommu
->max_counters;
in clear_avail_iommu_bnk_cntr()
199
raw_spin_lock_irqsave(&
perf_iommu
->lock, flags);
in clear_avail_iommu_bnk_cntr()
200
perf_iommu
->cntr_assign_mask &= ~(1ULL<<shift);
in clear_avail_iommu_bnk_cntr()
201
raw_spin_unlock_irqrestore(&
perf_iommu
->lock, flags);
in clear_avail_iommu_bnk_cntr()
368
struct perf_amd_iommu *
perf_iommu
=
in perf_iommu_del()
local
374
clear_avail_iommu_bnk_cntr(
perf_iommu
,
in perf_iommu_del()
420
struct perf_amd_iommu *
perf_iommu
;
in init_one_iommu()
local
423
perf_iommu
in init_one_iommu()
[all...]
Completed in 2 milliseconds