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:this_pfn
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
videobuf-dma-contig.c
162
unsigned long prev_pfn,
this_pfn
;
in videobuf_dma_contig_user_get()
local
185
ret = follow_pfn(vma, user_address, &
this_pfn
);
in videobuf_dma_contig_user_get()
190
mem->dma_handle = (
this_pfn
<< PAGE_SHIFT) + offset;
in videobuf_dma_contig_user_get()
191
else if (
this_pfn
!= (prev_pfn + 1))
in videobuf_dma_contig_user_get()
197
prev_pfn =
this_pfn
;
in videobuf_dma_contig_user_get()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
videobuf-dma-contig.c
162
unsigned long prev_pfn,
this_pfn
;
in videobuf_dma_contig_user_get()
local
185
ret = follow_pfn(vma, user_address, &
this_pfn
);
in videobuf_dma_contig_user_get()
190
mem->dma_handle = (
this_pfn
<< PAGE_SHIFT) + offset;
in videobuf_dma_contig_user_get()
191
else if (
this_pfn
!= (prev_pfn + 1))
in videobuf_dma_contig_user_get()
197
prev_pfn =
this_pfn
;
in videobuf_dma_contig_user_get()
/kernel/linux/linux-5.10/drivers/ras/
H
A
D
cec.c
189
u64
this_pfn
;
in __find_elem()
local
194
this_pfn
= PFN(ca->array[i]);
in __find_elem()
196
if (
this_pfn
< pfn)
in __find_elem()
198
else if (
this_pfn
> pfn)
in __find_elem()
200
else if (
this_pfn
== pfn) {
in __find_elem()
/kernel/linux/linux-6.6/drivers/ras/
H
A
D
cec.c
189
u64
this_pfn
;
in __find_elem()
local
194
this_pfn
= PFN(ca->array[i]);
in __find_elem()
196
if (
this_pfn
< pfn)
in __find_elem()
198
else if (
this_pfn
> pfn)
in __find_elem()
200
else if (
this_pfn
== pfn) {
in __find_elem()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
user_exp_rcv.c
613
unsigned long pfn,
this_pfn
;
in find_phys_blocks()
local
627
this_pfn
= i < npages ? page_to_pfn(pages[i]) : 0;
in find_phys_blocks()
633
if (
this_pfn
!= ++pfn) {
in find_phys_blocks()
667
pfn =
this_pfn
;
in find_phys_blocks()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
user_exp_rcv.c
568
unsigned long pfn,
this_pfn
;
in find_phys_blocks()
local
582
this_pfn
= i < npages ? page_to_pfn(pages[i]) : 0;
in find_phys_blocks()
588
if (
this_pfn
!= ++pfn) {
in find_phys_blocks()
622
pfn =
this_pfn
;
in find_phys_blocks()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
pgtable_64.h
949
unsigned long
this_pfn
= pte_pfn(pte); \
951
if (pfn_valid(
this_pfn
) && \
954
pfn_to_page(
this_pfn
)); \
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
pgtable_64.h
960
unsigned long
this_pfn
= pte_pfn(pte); \
962
if (pfn_valid(
this_pfn
) && \
965
page_folio(pfn_to_page(
this_pfn
))); \
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
vdpa.c
683
unsigned long
this_pfn
= page_to_pfn(page_list[i]);
in vhost_vdpa_process_iotlb_update()
local
686
if (last_pfn && (
this_pfn
!= last_pfn + 1)) {
in vhost_vdpa_process_iotlb_update()
706
map_pfn =
this_pfn
;
in vhost_vdpa_process_iotlb_update()
711
last_pfn =
this_pfn
;
in vhost_vdpa_process_iotlb_update()
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
vdpa.c
1041
unsigned long
this_pfn
= page_to_pfn(page_list[i]);
in vhost_vdpa_pa_map()
local
1044
if (last_pfn && (
this_pfn
!= last_pfn + 1)) {
in vhost_vdpa_pa_map()
1064
map_pfn =
this_pfn
;
in vhost_vdpa_pa_map()
1069
last_pfn =
this_pfn
;
in vhost_vdpa_pa_map()
Completed in 14 milliseconds