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:sun3_get_segmap
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/sun3/
H
A
D
mmu_emu.c
120
pr_cont(" vaddr=%lx [%02lx]", vaddr,
sun3_get_segmap
(vaddr));
in print_pte_vaddr()
153
i =
sun3_get_segmap
(seg);
in mmu_emu_init()
166
if (
sun3_get_segmap
(seg) != SUN3_INVALID_PMEG) {
in mmu_emu_init()
182
pmeg_alloc[
sun3_get_segmap
(seg)] = 2;
in mmu_emu_init()
196
i =
sun3_get_segmap
(seg);
in mmu_emu_init()
401
if (
sun3_get_segmap
(vaddr&~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG)
in mmu_emu_handle_fault()
/kernel/linux/linux-6.6/arch/m68k/sun3/
H
A
D
mmu_emu.c
119
pr_cont(" vaddr=%lx [%02lx]", vaddr,
sun3_get_segmap
(vaddr));
in print_pte_vaddr()
152
i =
sun3_get_segmap
(seg);
in mmu_emu_init()
165
if (
sun3_get_segmap
(seg) != SUN3_INVALID_PMEG) {
in mmu_emu_init()
181
pmeg_alloc[
sun3_get_segmap
(seg)] = 2;
in mmu_emu_init()
195
i =
sun3_get_segmap
(seg);
in mmu_emu_init()
398
if (
sun3_get_segmap
(vaddr&~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG)
in mmu_emu_handle_fault()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
tlbflush.h
155
seg =
sun3_get_segmap
(i);
in flush_tlb_mm()
180
if((i =
sun3_get_segmap
(addr)) != SUN3_INVALID_PMEG)
in flush_tlb_page()
205
if((seg =
sun3_get_segmap
(start)) == SUN3_INVALID_PMEG)
in flush_tlb_range()
H
A
D
sun3mmu.h
86
static inline unsigned long
sun3_get_segmap
(unsigned long addr)
in sun3_get_segmap()
function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
tlbflush.h
150
seg =
sun3_get_segmap
(i);
in flush_tlb_mm()
175
if((i =
sun3_get_segmap
(addr)) != SUN3_INVALID_PMEG)
in flush_tlb_page()
200
if((seg =
sun3_get_segmap
(start)) == SUN3_INVALID_PMEG)
in flush_tlb_range()
H
A
D
sun3mmu.h
86
static inline unsigned long
sun3_get_segmap
(unsigned long addr)
in sun3_get_segmap()
function
/kernel/linux/linux-5.10/arch/m68k/mm/
H
A
D
sun3kmap.c
52
if(
sun3_get_segmap
(virt & ~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG)
in do_pmeg_mapin()
/kernel/linux/linux-6.6/arch/m68k/mm/
H
A
D
sun3kmap.c
52
if(
sun3_get_segmap
(virt & ~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG)
in do_pmeg_mapin()
Completed in 4 milliseconds