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:SECTION_HDR_SIZE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/
H
A
D
amd.c
44
#define
SECTION_HDR_SIZE
8
macro
198
if (buf_size <
SECTION_HDR_SIZE
) {
in __verify_patch_section()
288
buf_size -=
SECTION_HDR_SIZE
;
in verify_patch()
310
mc_hdr = (struct microcode_header_amd *)(buf +
SECTION_HDR_SIZE
);
in verify_patch()
379
mc = (struct microcode_amd *)(buf +
SECTION_HDR_SIZE
);
in parse_container()
387
buf += patch_size +
SECTION_HDR_SIZE
;
in parse_container()
388
size -= patch_size +
SECTION_HDR_SIZE
;
in parse_container()
797
patch->data = kmemdup(fw +
SECTION_HDR_SIZE
, *patch_size, GFP_KERNEL);
in verify_and_add_patch()
805
mc_hdr = (struct microcode_header_amd *)(fw +
SECTION_HDR_SIZE
);
in verify_and_add_patch()
849
fw += crnt_size +
SECTION_HDR_SIZE
;
in __load_microcode_amd()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
H
A
D
amd.c
163
if (buf_size <
SECTION_HDR_SIZE
) {
in __verify_patch_section()
254
buf_size -=
SECTION_HDR_SIZE
;
in verify_patch()
276
mc_hdr = (struct microcode_header_amd *)(buf +
SECTION_HDR_SIZE
);
in verify_patch()
344
mc = (struct microcode_amd *)(buf +
SECTION_HDR_SIZE
);
in parse_container()
352
buf += patch_size +
SECTION_HDR_SIZE
;
in parse_container()
353
size -= patch_size +
SECTION_HDR_SIZE
;
in parse_container()
791
patch->data = kmemdup(fw +
SECTION_HDR_SIZE
, *patch_size, GFP_KERNEL);
in verify_and_add_patch()
799
mc_hdr = (struct microcode_header_amd *)(fw +
SECTION_HDR_SIZE
);
in verify_and_add_patch()
842
fw += crnt_size +
SECTION_HDR_SIZE
;
in __load_microcode_amd()
843
size -= (crnt_size +
SECTION_HDR_SIZE
);
in __load_microcode_amd()
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
microcode_amd.h
11
#define
SECTION_HDR_SIZE
8
macro
Completed in 3 milliseconds