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:MC_HEADER_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
microcode_intel.h
40
#define
MC_HEADER_SIZE
(sizeof(struct microcode_header_intel))
macro
41
#define DEFAULT_UCODE_TOTALSIZE (DEFAULT_UCODE_DATASIZE +
MC_HEADER_SIZE
)
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
H
A
D
intel.c
76
if (get_totalsize(mc_hdr) <= get_datasize(mc_hdr) +
MC_HEADER_SIZE
)
in find_matching_signature()
79
ext_hdr = mc + get_datasize(mc_hdr) +
MC_HEADER_SIZE
;
in find_matching_signature()
191
if (data_size +
MC_HEADER_SIZE
> total_size) {
in microcode_sanity_check()
203
ext_table_size = total_size - (
MC_HEADER_SIZE
+ data_size);
in microcode_sanity_check()
215
ext_header = mc +
MC_HEADER_SIZE
+ data_size;
in microcode_sanity_check()
247
i = (
MC_HEADER_SIZE
+ data_size) / sizeof(u32);
in microcode_sanity_check()
419
if (total_size <= data_size +
MC_HEADER_SIZE
)
in show_saved_mc()
422
ext_header = (void *)mc_saved_header + data_size +
MC_HEADER_SIZE
;
in show_saved_mc()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/
H
A
D
intel.c
55
#define DEFAULT_UCODE_TOTALSIZE (DEFAULT_UCODE_DATASIZE +
MC_HEADER_SIZE
)
114
if (get_totalsize(mc_hdr) <= intel_microcode_get_datasize(mc_hdr) +
MC_HEADER_SIZE
)
in intel_find_matching_signature()
117
ext_hdr = mc + intel_microcode_get_datasize(mc_hdr) +
MC_HEADER_SIZE
;
in intel_find_matching_signature()
154
if (data_size +
MC_HEADER_SIZE
> total_size) {
in intel_microcode_sanity_check()
167
ext_table_size = total_size - (
MC_HEADER_SIZE
+ data_size);
in intel_microcode_sanity_check()
179
ext_header = mc +
MC_HEADER_SIZE
+ data_size;
in intel_microcode_sanity_check()
211
i = (
MC_HEADER_SIZE
+ data_size) / sizeof(u32);
in intel_microcode_sanity_check()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
microcode.h
48
#define
MC_HEADER_SIZE
(sizeof(struct microcode_header_intel))
macro
/kernel/linux/linux-6.6/drivers/platform/x86/intel/ifs/
H
A
D
load.c
69
meta_header = (ucode +
MC_HEADER_SIZE
+ data_size) - total_meta;
in find_meta_data()
Completed in 4 milliseconds