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:__sme_pa
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
psp.h
9
#define __psp_pa(x)
__sme_pa
(x)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
mem_encrypt.h
95
* The
__sme_pa
() and __sme_pa_nodebug() macros are meant for use when
100
#define
__sme_pa
(x) (__pa(x) | sme_me_mask)
macro
H
A
D
processor.h
257
write_cr3(
__sme_pa
(pgdir));
in load_cr3()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
mem_encrypt.h
99
* The
__sme_pa
() and __sme_pa_nodebug() macros are meant for use when
104
#define
__sme_pa
(x) (__pa(x) | sme_me_mask)
macro
H
A
D
processor.h
213
write_cr3(
__sme_pa
(pgdir));
in load_cr3()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
tlb.c
151
return
__sme_pa
(pgd) | kern_pcid(asid);
in build_cr3()
154
return
__sme_pa
(pgd);
in build_cr3()
167
return
__sme_pa
(pgd) | kern_pcid(asid) | CR3_NOFLUSH;
in build_cr3_noflush()
/kernel/linux/linux-5.10/include/linux/
H
A
D
psp-sev.h
20
#define __psp_pa(x)
__sme_pa
(x)
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
tlb.c
160
unsigned long cr3 =
__sme_pa
(pgd) | lam;
in build_cr3()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
sev.c
650
vmsa.address =
__sme_pa
(svm->sev_es.vmsa);
in __sev_launch_update_vmsa()
Completed in 12 milliseconds