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_PMEG_MASK
(Results
1 - 8
of
8
) sorted by relevance
/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()
94
seg_pages = (SUN3_PMEG_SIZE - (virt &
SUN3_PMEG_MASK
)) / PAGE_SIZE;
in sun3_ioremap()
/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()
94
seg_pages = (SUN3_PMEG_SIZE - (virt &
SUN3_PMEG_MASK
)) / PAGE_SIZE;
in sun3_ioremap()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
tlbflush.h
179
addr &= ~
SUN3_PMEG_MASK
;
in flush_tlb_page()
198
start &= ~
SUN3_PMEG_MASK
;
in flush_tlb_range()
H
A
D
sun3mmu.h
19
#define
SUN3_PMEG_MASK
(SUN3_PMEG_SIZE - 1)
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
tlbflush.h
174
addr &= ~
SUN3_PMEG_MASK
;
in flush_tlb_page()
193
start &= ~
SUN3_PMEG_MASK
;
in flush_tlb_range()
H
A
D
sun3mmu.h
19
#define
SUN3_PMEG_MASK
(SUN3_PMEG_SIZE - 1)
macro
/kernel/linux/linux-5.10/arch/m68k/sun3/
H
A
D
mmu_emu.c
139
bootmem_end = (bootmem_end + (2 * SUN3_PMEG_SIZE)) & ~
SUN3_PMEG_MASK
;
in mmu_emu_init()
289
vaddr &= ~
SUN3_PMEG_MASK
;
in mmu_emu_map_pmeg()
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
138
bootmem_end = (bootmem_end + (2 * SUN3_PMEG_SIZE)) & ~
SUN3_PMEG_MASK
;
in mmu_emu_init()
287
vaddr &= ~
SUN3_PMEG_MASK
;
in mmu_emu_map_pmeg()
398
if (sun3_get_segmap (vaddr&~
SUN3_PMEG_MASK
) == SUN3_INVALID_PMEG)
in mmu_emu_handle_fault()
Completed in 4 milliseconds