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:pfn_e
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
p2m.c
631
unsigned long
pfn_e
)
in set_phys_range_identity()
638
if (pfn_s >
pfn_e
)
in set_phys_range_identity()
641
if (
pfn_e
> xen_p2m_size)
in set_phys_range_identity()
642
pfn_e
= xen_p2m_size;
in set_phys_range_identity()
644
for (pfn = pfn_s; pfn <
pfn_e
; pfn++)
in set_phys_range_identity()
630
set_phys_range_identity(unsigned long pfn_s, unsigned long
pfn_e
)
set_phys_range_identity()
argument
H
A
D
setup.c
182
unsigned long pfn, pfn_s,
pfn_e
;
in xen_inv_extra_mem()
local
189
pfn_e
= pfn_s + xen_extra_mem[i].n_pfns;
in xen_inv_extra_mem()
190
for (pfn = pfn_s; pfn <
pfn_e
; pfn++)
in xen_inv_extra_mem()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
p2m.c
626
unsigned long
pfn_e
)
in set_phys_range_identity()
633
if (pfn_s >
pfn_e
)
in set_phys_range_identity()
636
if (
pfn_e
> xen_p2m_size)
in set_phys_range_identity()
637
pfn_e
= xen_p2m_size;
in set_phys_range_identity()
639
for (pfn = pfn_s; pfn <
pfn_e
; pfn++)
in set_phys_range_identity()
625
set_phys_range_identity(unsigned long pfn_s, unsigned long
pfn_e
)
set_phys_range_identity()
argument
H
A
D
setup.c
187
unsigned long pfn, pfn_s,
pfn_e
;
in xen_inv_extra_mem()
local
194
pfn_e
= pfn_s + xen_extra_mem[i].n_pfns;
in xen_inv_extra_mem()
195
for (pfn = pfn_s; pfn <
pfn_e
; pfn++)
in xen_inv_extra_mem()
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H
A
D
page.h
62
unsigned long
pfn_e
);
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H
A
D
page.h
62
unsigned long
pfn_e
);
Completed in 7 milliseconds