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:papr_sysparm_buf
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
papr-sysparm.h
28
struct
papr_sysparm_buf
{
struct
33
struct
papr_sysparm_buf
*papr_sysparm_buf_alloc(void);
34
void papr_sysparm_buf_free(struct
papr_sysparm_buf
*buf);
35
int papr_sysparm_set(papr_sysparm_t param, const struct
papr_sysparm_buf
*buf);
36
int papr_sysparm_get(papr_sysparm_t param, struct
papr_sysparm_buf
*buf);
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
papr-sysparm.c
14
struct
papr_sysparm_buf
*papr_sysparm_buf_alloc(void)
in papr_sysparm_buf_alloc()
16
struct
papr_sysparm_buf
*buf = kzalloc(sizeof(*buf), GFP_KERNEL);
in papr_sysparm_buf_alloc()
21
void papr_sysparm_buf_free(struct
papr_sysparm_buf
*buf)
in papr_sysparm_buf_free()
30
* @buf: A &struct
papr_sysparm_buf
as returned from papr_sysparm_buf_alloc().
34
* value, which may be a string or binary data. See &struct
papr_sysparm_buf
.
51
int papr_sysparm_get(papr_sysparm_t param, struct
papr_sysparm_buf
*buf)
in papr_sysparm_get()
103
int papr_sysparm_set(papr_sysparm_t param, const struct
papr_sysparm_buf
*buf)
in papr_sysparm_set()
H
A
D
lparcfg.c
326
struct
papr_sysparm_buf
*buf;
in read_rtas_lpar_name()
374
struct
papr_sysparm_buf
*buf;
in parse_system_parameter_string()
H
A
D
setup.c
947
static struct
papr_sysparm_buf
buf __initdata;
in pSeries_cmo_feature_init()
H
A
D
lpar.c
1482
static struct
papr_sysparm_buf
buf __initdata;
in pseries_lpar_read_hblkrm_characteristics()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
hv-24x7.c
81
struct
papr_sysparm_buf
*buf;
in read_24x7_sys_info()
Completed in 9 milliseconds