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:hsmp_message
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/amd/
H
A
D
hsmp.c
78
static int __hsmp_send_message(struct pci_dev *root, struct
hsmp_message
*msg)
in __hsmp_send_message()
171
static int validate_message(struct
hsmp_message
*msg)
in validate_message()
189
int hsmp_send_message(struct
hsmp_message
*msg)
in hsmp_send_message()
226
struct
hsmp_message
msg = { 0 };
in hsmp_test()
261
struct
hsmp_message
msg = { 0 };
in hsmp_ioctl()
264
if (copy_struct_from_user(&msg, sizeof(msg), arguser, sizeof(struct
hsmp_message
)))
in hsmp_ioctl()
307
if (copy_to_user(arguser, &msg, sizeof(struct
hsmp_message
)))
in hsmp_ioctl()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
amd_hsmp.h
9
int hsmp_send_message(struct
hsmp_message
*msg);
11
static inline int hsmp_send_message(struct
hsmp_message
*msg)
in hsmp_send_message()
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
amd_hsmp.h
53
struct
hsmp_message
{
struct
305
#define HSMP_IOCTL_CMD _IOWR(HSMP_BASE_IOCTL_NR, 0, struct
hsmp_message
)
Completed in 2 milliseconds