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:virt_to_machine
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
mmu.c
27
* the (quick)
virt_to_machine
() p2m lookup
in arbitrary_virt_to_machine()
30
return
virt_to_machine
(vaddr);
in arbitrary_virt_to_machine()
H
A
D
mmu_pv.c
258
u.ptr =
virt_to_machine
(ptep).maddr | MMU_NORMAL_PT_UPDATE;
in xen_batched_set_pte()
276
u.ptr =
virt_to_machine
(ptep).maddr | MMU_NORMAL_PT_UPDATE;
in __xen_set_pte()
304
u.ptr =
virt_to_machine
(ptep).maddr | MMU_PT_UPDATE_PRESERVE_AD;
in xen_ptep_modify_prot_commit()
462
u.ptr =
virt_to_machine
(ptr).maddr;
in __xen_set_p4d_hyper()
2307
*dma_handle =
virt_to_machine
(vstart).maddr;
in xen_create_contiguous_region()
2387
rmd->mmu_update->ptr =
virt_to_machine
(ptep).maddr;
in remap_area_pfn_pte_fn()
2480
return
virt_to_machine
(vmcoreinfo_note).maddr;
in paddr_vmcoreinfo_note()
H
A
D
enlighten_pv.c
834
xmaddr_t maddr =
virt_to_machine
(&dt[entry]);
in xen_write_gdt_entry_boot()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
mmu.c
27
* the (quick)
virt_to_machine
() p2m lookup
in arbitrary_virt_to_machine()
30
return
virt_to_machine
(vaddr);
in arbitrary_virt_to_machine()
H
A
D
mmu_pv.c
278
u.ptr =
virt_to_machine
(ptep).maddr | MMU_NORMAL_PT_UPDATE;
in xen_batched_set_pte()
296
u.ptr =
virt_to_machine
(ptep).maddr | MMU_NORMAL_PT_UPDATE;
in __xen_set_pte()
324
u.ptr =
virt_to_machine
(ptep).maddr | MMU_PT_UPDATE_PRESERVE_AD;
in xen_ptep_modify_prot_commit()
482
u.ptr =
virt_to_machine
(ptr).maddr;
in __xen_set_p4d_hyper()
2354
*dma_handle =
virt_to_machine
(vstart).maddr;
in xen_create_contiguous_region()
2434
rmd->mmu_update->ptr =
virt_to_machine
(ptep).maddr;
in remap_area_pfn_pte_fn()
2527
return
virt_to_machine
(vmcoreinfo_note).maddr;
in paddr_vmcoreinfo_note()
H
A
D
enlighten_pv.c
923
xmaddr_t maddr =
virt_to_machine
(&dt[entry]);
in xen_write_gdt_entry_boot()
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H
A
D
page.h
305
#define
virt_to_machine
(v) (phys_to_machine(XPADDR(__pa(v))))
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H
A
D
page.h
297
#define
virt_to_machine
(v) (phys_to_machine(XPADDR(__pa(v))))
macro
Completed in 12 milliseconds