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:MCI_STATUS_VAL
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
mce.h
17
#define
MCI_STATUS_VAL
(1ULL << 63) /* valid error */
macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H
A
D
apei.c
39
m.status =
MCI_STATUS_VAL
| MCI_STATUS_EN | MCI_STATUS_ADDRV | 0x9f;
in apei_mce_report_mem_error()
H
A
D
severity.c
74
BITCLR(
MCI_STATUS_VAL
)
H
A
D
core.c
763
if (!(m.status &
MCI_STATUS_VAL
))
in machine_check_poll()
854
if (!(m->status &
MCI_STATUS_VAL
))
in mce_no_way_out()
1202
if (!(m->status &
MCI_STATUS_VAL
))
in __mc_scan_banks()
H
A
D
amd.c
942
if (!(status &
MCI_STATUS_VAL
))
in _log_error_bank()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H
A
D
apei.c
50
m.status =
MCI_STATUS_VAL
| MCI_STATUS_EN | MCI_STATUS_ADDRV | MCI_STATUS_MISCV | 0x9f;
in apei_mce_report_mem_error()
H
A
D
inject.c
509
i_mce.status |=
MCI_STATUS_VAL
;
in do_inject()
738
u64 status =
MCI_STATUS_VAL
, ipid;
in check_hw_inj_possible()
H
A
D
core.c
700
if (!(m.status &
MCI_STATUS_VAL
))
in machine_check_poll()
841
(
MCI_STATUS_VAL
| MCI_STATUS_OVER | MCI_STATUS_UC | MCI_STATUS_EN |
in quirk_skylake_repmov()
844
(
MCI_STATUS_VAL
| MCI_STATUS_UC | MCI_STATUS_EN |
in quirk_skylake_repmov()
893
if (!(m->status &
MCI_STATUS_VAL
))
in mce_no_way_out()
1269
if (!(m->status &
MCI_STATUS_VAL
))
in __mc_scan_banks()
H
A
D
severity.c
74
BITCLR(
MCI_STATUS_VAL
)
H
A
D
amd.c
774
if (!(status &
MCI_STATUS_VAL
))
in _log_error_bank()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
mce.h
33
#define
MCI_STATUS_VAL
BIT_ULL(63) /* valid error */
macro
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
ucna_injection_test.c
158
uint64_t status =
MCI_STATUS_VAL
| MCI_STATUS_UC | MCI_STATUS_EN |
in inject_ucna()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
mce.h
33
#define
MCI_STATUS_VAL
BIT_ULL(63) /* valid error */
macro
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
5071
(mce->status &
MCI_STATUS_VAL
) &&
in is_ucna()
5101
if (mce->bank >= bank_num || !(mce->status &
MCI_STATUS_VAL
))
in kvm_vcpu_ioctl_x86_set_mce()
5128
if (banks[1] &
MCI_STATUS_VAL
)
in kvm_vcpu_ioctl_x86_set_mce()
5135
} else if (!(banks[1] &
MCI_STATUS_VAL
)
in kvm_vcpu_ioctl_x86_set_mce()
5137
if (banks[1] &
MCI_STATUS_VAL
)
in kvm_vcpu_ioctl_x86_set_mce()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
4315
if (mce->bank >= bank_num || !(mce->status &
MCI_STATUS_VAL
))
in kvm_vcpu_ioctl_x86_set_mce()
4337
if (banks[1] &
MCI_STATUS_VAL
)
in kvm_vcpu_ioctl_x86_set_mce()
4344
} else if (!(banks[1] &
MCI_STATUS_VAL
)
in kvm_vcpu_ioctl_x86_set_mce()
4346
if (banks[1] &
MCI_STATUS_VAL
)
in kvm_vcpu_ioctl_x86_set_mce()
Completed in 44 milliseconds