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:BIT63
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-pkt-decoder.c
17
#define
BIT63
((uint64_t)1 << 63)
macro
19
#define NR_FLAG
BIT63
88
if (payload &
BIT63
)
in intel_pt_get_long_tnt()
682
if (payload &
BIT63
)
in intel_pt_pkt_desc()
H
A
D
intel-pt-decoder.c
36
#define
BIT63
(((uint64_t)1 << 63))
macro
1337
if (!(decoder->tnt.payload &
BIT63
)) {
in intel_pt_walk_tnt()
1381
if (decoder->tnt.payload &
BIT63
) {
in intel_pt_walk_tnt()
1781
decoder->cr3 = decoder->packet.payload & (
BIT63
- 1);
in intel_pt_walk_psbend()
1912
decoder->cr3 = decoder->packet.payload & (
BIT63
- 1);
in intel_pt_walk_fup_tip()
2204
decoder->cr3 = decoder->packet.payload & (
BIT63
- 1);
in intel_pt_walk_trace()
2442
decoder->cr3 = decoder->packet.payload & (
BIT63
- 1);
in intel_pt_walk_psb()
2561
decoder->cr3 = decoder->packet.payload & (
BIT63
- 1);
in intel_pt_walk_to_ip()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-pkt-decoder.c
17
#define
BIT63
((uint64_t)1 << 63)
macro
89
if (payload &
BIT63
)
in intel_pt_get_long_tnt()
711
if (payload &
BIT63
)
in intel_pt_pkt_desc()
H
A
D
intel-pt-decoder.c
36
#define
BIT63
(((uint64_t)1 << 63))
macro
1658
if (!(decoder->tnt.payload &
BIT63
)) {
in intel_pt_walk_tnt()
1704
if (decoder->tnt.payload &
BIT63
) {
in intel_pt_walk_tnt()
Completed in 11 milliseconds