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:IDENTITY_FRAME
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H
A
D
page.h
46
#define
IDENTITY_FRAME
(m) ((m) | IDENTITY_FRAME_BIT)
macro
150
return
IDENTITY_FRAME
(pfn);
in __pfn_to_mfn()
232
if (pfn == ~0 && __pfn_to_mfn(mfn) ==
IDENTITY_FRAME
(mfn))
in mfn_to_pfn()
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H
A
D
page.h
46
#define
IDENTITY_FRAME
(m) ((m) | IDENTITY_FRAME_BIT)
macro
142
return
IDENTITY_FRAME
(pfn);
in __pfn_to_mfn()
224
if (pfn == ~0 && __pfn_to_mfn(mfn) ==
IDENTITY_FRAME
(mfn))
in mfn_to_pfn()
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
p2m.c
179
p2m[i] =
IDENTITY_FRAME
(pfn + i);
in p2m_init_identity()
444
return
IDENTITY_FRAME
(pfn);
in get_phys_to_machine()
456
return
IDENTITY_FRAME
(pfn);
in get_phys_to_machine()
645
xen_p2m_addr[pfn] =
IDENTITY_FRAME
(pfn);
in set_phys_range_identity()
673
return mfn ==
IDENTITY_FRAME
(pfn);
in __set_phys_to_machine()
H
A
D
setup.c
174
return
IDENTITY_FRAME
(pfn);
in xen_chk_extra_mem()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
p2m.c
174
p2m[i] =
IDENTITY_FRAME
(pfn + i);
in p2m_init_identity()
439
return
IDENTITY_FRAME
(pfn);
in get_phys_to_machine()
451
return
IDENTITY_FRAME
(pfn);
in get_phys_to_machine()
640
xen_p2m_addr[pfn] =
IDENTITY_FRAME
(pfn);
in set_phys_range_identity()
668
return mfn ==
IDENTITY_FRAME
(pfn);
in __set_phys_to_machine()
H
A
D
setup.c
179
return
IDENTITY_FRAME
(pfn);
in xen_chk_extra_mem()
Completed in 6 milliseconds