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:HSW_IN_TX
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
pmu.c
119
attr.config |=
HSW_IN_TX
;
in pmc_reprogram_counter()
216
HSW_IN_TX
|
in reprogram_gp_counter()
236
(eventsel &
HSW_IN_TX
),
in reprogram_gp_counter()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
perf_event.h
33
#define
HSW_IN_TX
(1ULL << 32)
macro
82
HSW_IN_TX
| \
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
perf_event.h
42
#define
HSW_IN_TX
(1ULL << 32)
macro
94
HSW_IN_TX
| \
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
pmu_intel.c
573
pmu->reserved_bits ^=
HSW_IN_TX
;
in intel_pmu_refresh()
574
pmu->raw_event_mask |= (
HSW_IN_TX
|HSW_IN_TX_CHECKPOINTED);
in intel_pmu_refresh()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
pmu_intel.c
393
pmu->reserved_bits ^=
HSW_IN_TX
|HSW_IN_TX_CHECKPOINTED;
in intel_pmu_refresh()
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
perf_event.h
409
#define FIXED_EVENT_FLAGS (X86_RAW_EVENT_MASK|
HSW_IN_TX
|HSW_IN_TX_CHECKPOINTED)
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
perf_event.h
422
#define FIXED_EVENT_FLAGS (X86_RAW_EVENT_MASK|
HSW_IN_TX
|HSW_IN_TX_CHECKPOINTED)
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
core.c
3792
event->hw.config |= event->attr.config & (
HSW_IN_TX
|HSW_IN_TX_CHECKPOINTED);
in hsw_hw_config()
3799
if ((event->hw.config & (
HSW_IN_TX
|HSW_IN_TX_CHECKPOINTED)) &&
in hsw_hw_config()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
core.c
4194
event->hw.config |= event->attr.config & (
HSW_IN_TX
|HSW_IN_TX_CHECKPOINTED);
in hsw_hw_config()
4201
if ((event->hw.config & (
HSW_IN_TX
|HSW_IN_TX_CHECKPOINTED)) &&
in hsw_hw_config()
Completed in 23 milliseconds