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:ext_header
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
H
A
D
intel.c
184
struct extended_sigtable *
ext_header
= NULL;
in microcode_sanity_check()
local
215
ext_header
= mc + MC_HEADER_SIZE + data_size;
in microcode_sanity_check()
216
if (ext_table_size != exttable_size(
ext_header
)) {
in microcode_sanity_check()
222
ext_sigcount =
ext_header
->count;
in microcode_sanity_check()
228
ext_tablep = (u32 *)
ext_header
;
in microcode_sanity_check()
264
ext_sig = (void *)
ext_header
+ EXT_HEADER_SIZE +
in microcode_sanity_check()
398
struct extended_sigtable *
ext_header
;
in show_saved_mc()
local
422
ext_header
= (void *)mc_saved_header + data_size + MC_HEADER_SIZE;
in show_saved_mc()
423
ext_sigcount =
ext_header
->count;
in show_saved_mc()
424
ext_sig = (void *)
ext_header
in show_saved_mc()
[all...]
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
pd.h
158
static inline unsigned int pd_ext_header_chunk_num(u16
ext_header
)
in pd_ext_header_chunk_num()
argument
160
return (
ext_header
>> PD_EXT_HDR_CHUNK_NUM_SHIFT) &
in pd_ext_header_chunk_num()
164
static inline unsigned int pd_ext_header_data_size(u16
ext_header
)
in pd_ext_header_data_size()
argument
166
return (
ext_header
>> PD_EXT_HDR_DATA_SIZE_SHIFT) &
in pd_ext_header_data_size()
170
static inline unsigned int pd_ext_header_data_size_le(__le16
ext_header
)
in pd_ext_header_data_size_le()
argument
172
return pd_ext_header_data_size(le16_to_cpu(
ext_header
));
in pd_ext_header_data_size_le()
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
pd.h
158
static inline unsigned int pd_ext_header_chunk_num(u16
ext_header
)
in pd_ext_header_chunk_num()
argument
160
return (
ext_header
>> PD_EXT_HDR_CHUNK_NUM_SHIFT) &
in pd_ext_header_chunk_num()
164
static inline unsigned int pd_ext_header_data_size(u16
ext_header
)
in pd_ext_header_data_size()
argument
166
return (
ext_header
>> PD_EXT_HDR_DATA_SIZE_SHIFT) &
in pd_ext_header_data_size()
170
static inline unsigned int pd_ext_header_data_size_le(__le16
ext_header
)
in pd_ext_header_data_size_le()
argument
172
return pd_ext_header_data_size(le16_to_cpu(
ext_header
));
in pd_ext_header_data_size_le()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/
H
A
D
intel.c
147
struct extended_sigtable *
ext_header
= NULL;
in intel_microcode_sanity_check()
local
179
ext_header
= mc + MC_HEADER_SIZE + data_size;
in intel_microcode_sanity_check()
180
if (ext_table_size != exttable_size(
ext_header
)) {
in intel_microcode_sanity_check()
186
ext_sigcount =
ext_header
->count;
in intel_microcode_sanity_check()
192
ext_tablep = (u32 *)
ext_header
;
in intel_microcode_sanity_check()
228
ext_sig = (void *)
ext_header
+ EXT_HEADER_SIZE +
in intel_microcode_sanity_check()
Completed in 5 milliseconds