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:to_phys
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/include/shared/
H
A
D
mem.h
12
static inline unsigned long
to_phys
(void *virt)
in to_phys()
function
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
page.c
631
u64
to_phys
= CPHYSADDR((unsigned long)page);
in clear_page()
local
638
page_descr[cpu].dscr_a =
to_phys
| M_DM_DSCRA_ZERO_MEM |
in clear_page()
657
u64
to_phys
= CPHYSADDR((unsigned long)to);
in copy_page()
local
665
page_descr[cpu].dscr_a =
to_phys
| M_DM_DSCRA_L2C_DEST |
in copy_page()
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
page.c
632
u64
to_phys
= CPHYSADDR((unsigned long)page);
in clear_page()
local
639
page_descr[cpu].dscr_a =
to_phys
| M_DM_DSCRA_ZERO_MEM |
in clear_page()
658
u64
to_phys
= CPHYSADDR((unsigned long)to);
in copy_page()
local
666
page_descr[cpu].dscr_a =
to_phys
| M_DM_DSCRA_L2C_DEST |
in copy_page()
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H
A
D
process.c
208
fd = phys_mapping(
to_phys
(__syscall_stub_start), &offset);
in userspace_tramp()
218
fd = phys_mapping(
to_phys
(stack), &offset);
in userspace_tramp()
478
int new_fd = phys_mapping(
to_phys
((void *)new_stack), &new_offset);
in copy_context_skas0()
/kernel/linux/linux-5.10/arch/um/include/asm/
H
A
D
page.h
105
#define __pa(virt)
to_phys
((void *) (unsigned long) (virt))
Completed in 5 milliseconds