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:TT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
mce_amd.h
19
#define
TT
(x) (((x) >> 2) & 0x3)
macro
20
#define TT_MSG(x) tt_msgs[
TT
(x)]
H
A
D
mce_amd.c
475
if (
TT
(ec) != TT_DATA || LL(ec) != LL_L1)
in cat_mc0_mce()
582
if (
TT
(ec) == TT_DATA) {
in decode_mc0_mce()
636
if (
TT
(ec) != TT_INSTR)
in cat_mc1_mce()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
mce_amd.h
19
#define
TT
(x) (((x) >> 2) & 0x3)
macro
20
#define TT_MSG(x) tt_msgs[
TT
(x)]
H
A
D
mce_amd.c
666
if (
TT
(ec) != TT_DATA || LL(ec) != LL_L1)
in cat_mc0_mce()
773
if (
TT
(ec) == TT_DATA) {
in decode_mc0_mce()
827
if (
TT
(ec) != TT_INSTR)
in cat_mc1_mce()
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
renesas-ostm.c
39
#define
TT
0x01
macro
47
writeb(
TT
, timer_of_base(to) + OSTM_TT);
in ostm_timer_stop()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
renesas-ostm.c
41
#define
TT
0x01
macro
49
writeb(
TT
, timer_of_base(to) + OSTM_TT);
in ostm_timer_stop()
Completed in 5 milliseconds