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:smi_buf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H
A
D
dcdbas.c
46
static struct smi_buffer
smi_buf
;
variable
93
if (!
smi_buf
.virt || wsmt_enabled)
in smi_data_buf_free()
96
dcdbas_smi_free(&
smi_buf
);
in smi_data_buf_free()
107
if (
smi_buf
.size >= size)
in smi_data_buf_realloc()
119
if (
smi_buf
.virt)
in smi_data_buf_realloc()
120
memcpy(tmp.virt,
smi_buf
.virt,
smi_buf
.size);
in smi_data_buf_realloc()
126
smi_buf
= tmp;
in smi_data_buf_realloc()
135
return sprintf(buf, "%x\n", (u32)
smi_buf
.dma);
in smi_data_buf_phys_addr_show()
142
return sprintf(buf, "%lu\n",
smi_buf
in smi_data_buf_size_show()
[all...]
H
A
D
dell-smbios-smm.c
23
static struct smi_buffer
smi_buf
;
variable
61
command.ebx =
smi_buf
.dma;
in dell_smbios_smm_call()
105
ret = dcdbas_smi_alloc(&
smi_buf
, PAGE_SIZE);
in init_dell_smbios_smm()
108
buffer = (void *)
smi_buf
.virt;
in init_dell_smbios_smm()
143
dcdbas_smi_free(&
smi_buf
);
in init_dell_smbios_smm()
152
dcdbas_smi_free(&
smi_buf
);
in exit_dell_smbios_smm()
Completed in 2 milliseconds