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:num_pkey
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
pkeys.c
19
int
num_pkey
; /* Max number of pkeys supported */
variable
159
num_pkey
= min(8, pkeys_total);
in pkey_early_init_devtree()
161
num_pkey
= pkeys_total;
in pkey_early_init_devtree()
164
if (unlikely(
num_pkey
<= execute_only_key) || !pkey_execute_disable_supported) {
in pkey_early_init_devtree()
190
if (unlikely(
num_pkey
<= 3)) {
in pkey_early_init_devtree()
197
WARN(1, "Disabling kernel user protection due to low (%d) max supported keys\n",
num_pkey
);
in pkey_early_init_devtree()
236
for (i =
num_pkey
; i < 32 ; i++) {
in pkey_early_init_devtree()
245
pr_info("Enabling pkeys with max key count %d\n",
num_pkey
);
in pkey_early_init_devtree()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
pkeys.c
15
int
num_pkey
; /* Max number of pkeys supported */
variable
151
num_pkey
= min(8, pkeys_total);
in pkey_early_init_devtree()
153
num_pkey
= pkeys_total;
in pkey_early_init_devtree()
156
if (unlikely(
num_pkey
<= execute_only_key) || !pkey_execute_disable_supported) {
in pkey_early_init_devtree()
207
for (i =
num_pkey
; i < 32 ; i++) {
in pkey_early_init_devtree()
216
pr_info("Enabling pkeys with max key count %d\n",
num_pkey
);
in pkey_early_init_devtree()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
pkeys.h
14
extern int
num_pkey
;
47
return
num_pkey
;
in arch_max_pkey()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pkeys.h
14
extern int
num_pkey
;
47
return
num_pkey
;
in arch_max_pkey()
Completed in 3 milliseconds