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:kvp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/
H
A
D
ip27-klnuma.c
58
kern_vars_t *
kvp
;
in set_ktext_source()
local
60
kvp
= &hub_data(client_nasid)->kern_vars;
in set_ktext_source()
62
KERN_VARS_ADDR(client_nasid) = (unsigned long)
kvp
;
in set_ktext_source()
64
kvp
->kv_magic = KV_MAGIC;
in set_ktext_source()
65
kvp
->kv_ro_nasid = server_nasid;
in set_ktext_source()
66
kvp
->kv_rw_nasid = master_nasid;
in set_ktext_source()
67
kvp
->kv_ro_baseaddr = NODE_CAC_BASE(server_nasid);
in set_ktext_source()
68
kvp
->kv_rw_baseaddr = NODE_CAC_BASE(master_nasid);
in set_ktext_source()
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/
H
A
D
ip27-klnuma.c
58
kern_vars_t *
kvp
;
in set_ktext_source()
local
60
kvp
= &hub_data(client_nasid)->kern_vars;
in set_ktext_source()
62
KERN_VARS_ADDR(client_nasid) = (unsigned long)
kvp
;
in set_ktext_source()
64
kvp
->kv_magic = KV_MAGIC;
in set_ktext_source()
65
kvp
->kv_ro_nasid = server_nasid;
in set_ktext_source()
66
kvp
->kv_rw_nasid = master_nasid;
in set_ktext_source()
67
kvp
->kv_ro_baseaddr = NODE_CAC_BASE(server_nasid);
in set_ktext_source()
68
kvp
->kv_rw_baseaddr = NODE_CAC_BASE(master_nasid);
in set_ktext_source()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
pkey_api.c
1475
struct pkey_verifyprotk
kvp
;
in pkey_unlocked_ioctl()
local
1477
if (copy_from_user(&
kvp
, uvp, sizeof(
kvp
)))
in pkey_unlocked_ioctl()
1479
rc = pkey_verifyprotkey(
kvp
.protkey.protkey,
in pkey_unlocked_ioctl()
1480
kvp
.protkey.len,
kvp
.protkey.type);
in pkey_unlocked_ioctl()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
pkey_api.c
1254
struct pkey_verifyprotk
kvp
;
in pkey_unlocked_ioctl()
local
1256
if (copy_from_user(&
kvp
, uvp, sizeof(
kvp
)))
in pkey_unlocked_ioctl()
1258
rc = pkey_verifyprotkey(&
kvp
.protkey);
in pkey_unlocked_ioctl()
Completed in 7 milliseconds