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:BUS_ERROR
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
mce_amd.c
460
if (
BUS_ERROR
(ec)) {
in k8_mc0_mce()
493
} else if (
BUS_ERROR
(ec)) {
in cat_mc0_mce()
555
} else if (
BUS_ERROR
(ec)) {
in f15h_mc0_mce()
693
else if (
BUS_ERROR
(ec)) {
in decode_mc1_mce()
727
else if (
BUS_ERROR
(ec))
in k8_mc2_mce()
760
} else if (
BUS_ERROR
(ec)) {
in f15h_mc2_mce()
856
if (!
BUS_ERROR
(ec) || (r4 != R4_DRD && r4 != R4_DWR))
in decode_mc3_mce()
899
else if (
BUS_ERROR
(ec))
in decode_mc4_mce()
1018
if (
BUS_ERROR
(ec))
in amd_decode_err_code()
1023
if (MEM_ERROR(ec) ||
BUS_ERROR
(e
in amd_decode_err_code()
[all...]
H
A
D
mce_amd.h
16
#define
BUS_ERROR
(x) (((x) & 0xF800) == 0x0800)
macro
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
mce_amd.c
651
if (
BUS_ERROR
(ec)) {
in k8_mc0_mce()
684
} else if (
BUS_ERROR
(ec)) {
in cat_mc0_mce()
746
} else if (
BUS_ERROR
(ec)) {
in f15h_mc0_mce()
884
else if (
BUS_ERROR
(ec)) {
in decode_mc1_mce()
918
else if (
BUS_ERROR
(ec))
in k8_mc2_mce()
951
} else if (
BUS_ERROR
(ec)) {
in f15h_mc2_mce()
1047
if (!
BUS_ERROR
(ec) || (r4 != R4_DRD && r4 != R4_DWR))
in decode_mc3_mce()
1090
else if (
BUS_ERROR
(ec))
in decode_mc4_mce()
1203
if (
BUS_ERROR
(ec))
in amd_decode_err_code()
1208
if (MEM_ERROR(ec) ||
BUS_ERROR
(e
in amd_decode_err_code()
[all...]
H
A
D
mce_amd.h
16
#define
BUS_ERROR
(x) (((x) & 0xF800) == 0x0800)
macro
/kernel/linux/linux-6.6/drivers/net/ipa/
H
A
D
gsi_reg.h
294
BUS_ERROR
= BIT(1),
enumerator
H
A
D
gsi.c
340
val =
BUS_ERROR
;
in gsi_irq_enable()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-pxa.c
96
#define
BUS_ERROR
(-EREMOTEIO)
macro
889
int ret =
BUS_ERROR
;
in i2c_pxa_irq_txempty()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-pxa.c
96
#define
BUS_ERROR
(-EREMOTEIO)
macro
889
int ret =
BUS_ERROR
;
in i2c_pxa_irq_txempty()
Completed in 12 milliseconds