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:PKRU_AD_BIT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pkru.h
7
#define
PKRU_AD_BIT
0x1u
macro
22
return !(pkru & (
PKRU_AD_BIT
<< pkru_pkey_bits));
in __pkru_allows_read()
32
return !(pkru & ((
PKRU_AD_BIT
|PKRU_WD_BIT) << pkru_pkey_bits));
in __pkru_allows_write()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
pkeys.c
113
#define PKRU_AD_KEY(pkey) (
PKRU_AD_BIT
<< ((pkey) * PKRU_BITS_PER_PKEY))
174
if (new_init_pkru & (
PKRU_AD_BIT
|PKRU_WD_BIT))
in init_pkru_write_file()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
pkeys.c
113
#define PKRU_AD_MASK(pkey) (
PKRU_AD_BIT
<< ((pkey) * PKRU_BITS_PER_PKEY))
161
if (new_init_pkru & (
PKRU_AD_BIT
|PKRU_WD_BIT))
in init_pkru_write_file()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable.h
1363
#define
PKRU_AD_BIT
0x1u
macro
1376
return !(pkru & (
PKRU_AD_BIT
<< pkru_pkey_bits));
in __pkru_allows_read()
1386
return !(pkru & ((
PKRU_AD_BIT
|PKRU_WD_BIT) << pkru_pkey_bits));
in __pkru_allows_write()
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H
A
D
xstate.c
1060
new_pkru_bits |=
PKRU_AD_BIT
;
in arch_set_user_pkey_access()
1069
old_pkru &= ~((
PKRU_AD_BIT
|PKRU_WD_BIT) << pkey_shift);
in arch_set_user_pkey_access()
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H
A
D
xstate.c
1023
new_pkru_bits |=
PKRU_AD_BIT
;
in arch_set_user_pkey_access()
1033
old_pkru &= ~((
PKRU_AD_BIT
|PKRU_WD_BIT) << pkey_shift);
in arch_set_user_pkey_access()
Completed in 7 milliseconds