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:ACC_USER_MASK
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
spte.h
32
#define
ACC_USER_MASK
PT_USER_MASK
macro
33
#define ACC_ALL (ACC_EXEC_MASK | ACC_WRITE_MASK |
ACC_USER_MASK
)
H
A
D
spte.c
100
*
ACC_USER_MASK
and shadow_user_mask are used to represent
in make_spte()
117
if (pte_access &
ACC_USER_MASK
)
in make_spte()
H
A
D
paging_tmpl.h
211
* set bit 0 if execute only is supported. Here, we repurpose
ACC_USER_MASK
220
((gpte & VMX_EPT_READABLE_MASK) ?
ACC_USER_MASK
: 0);
in gpte_access()
858
walker.pte_access &= ~
ACC_USER_MASK
;
in page_fault()
H
A
D
mmu.c
4248
const u8 u = BYTE_MASK(
ACC_USER_MASK
);
in update_permission_bitmask()
4365
/* PFEC.RSVD is replaced by
ACC_USER_MASK
. */
in update_pkru_bitmask()
5836
kvm_mmu_set_mmio_spte_mask(mask, ACC_WRITE_MASK |
ACC_USER_MASK
);
in kvm_set_mmio_spte_mask()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
spte.h
48
#define
ACC_USER_MASK
PT_USER_MASK
macro
49
#define ACC_ALL (ACC_EXEC_MASK | ACC_WRITE_MASK |
ACC_USER_MASK
)
H
A
D
spte.c
157
*
ACC_USER_MASK
and shadow_user_mask are used to represent
in make_spte()
186
if (pte_access &
ACC_USER_MASK
)
in make_spte()
516
kvm_mmu_set_mmio_spte_mask(mask, mask, ACC_WRITE_MASK |
ACC_USER_MASK
);
in kvm_mmu_reset_all_pte_masks()
H
A
D
paging_tmpl.h
176
* set bit 0 if execute only is supported. Here, we repurpose
ACC_USER_MASK
185
((gpte & VMX_EPT_READABLE_MASK) ?
ACC_USER_MASK
: 0);
in gpte_access()
826
walker.pte_access &= ~
ACC_USER_MASK
;
in page_fault()
H
A
D
mmu.c
4951
const u8 u = BYTE_MASK(
ACC_USER_MASK
);
in update_permission_bitmask()
5062
/* PFEC.RSVD is replaced by
ACC_USER_MASK
. */
in update_pkru_bitmask()
Completed in 23 milliseconds