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_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
tlbflush.h
124
for(addr = 0x00000000; addr < TASK_SIZE; addr +=
SUN3_PMEG_SIZE
) {
in flush_tlb_all()
154
for(i = 0; i < TASK_SIZE; i +=
SUN3_PMEG_SIZE
) {
in flush_tlb_mm()
214
start +=
SUN3_PMEG_SIZE
;
in flush_tlb_range()
226
sun3_put_segmap (addr & ~(
SUN3_PMEG_SIZE
- 1), SUN3_INVALID_PMEG);
in flush_tlb_kernel_page()
H
A
D
sun3mmu.h
18
#define
SUN3_PMEG_SIZE
(1 << SUN3_PMEG_SIZE_BITS)
macro
19
#define SUN3_PMEG_MASK (
SUN3_PMEG_SIZE
- 1)
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
tlbflush.h
119
for(addr = 0x00000000; addr < TASK_SIZE; addr +=
SUN3_PMEG_SIZE
) {
in flush_tlb_all()
149
for(i = 0; i < TASK_SIZE; i +=
SUN3_PMEG_SIZE
) {
in flush_tlb_mm()
209
start +=
SUN3_PMEG_SIZE
;
in flush_tlb_range()
221
sun3_put_segmap (addr & ~(
SUN3_PMEG_SIZE
- 1), SUN3_INVALID_PMEG);
in flush_tlb_kernel_page()
H
A
D
sun3mmu.h
18
#define
SUN3_PMEG_SIZE
(1 << SUN3_PMEG_SIZE_BITS)
macro
19
#define SUN3_PMEG_MASK (
SUN3_PMEG_SIZE
- 1)
/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()
142
for (i=0; i < __pa(bootmem_end) /
SUN3_PMEG_SIZE
; ++i)
in mmu_emu_init()
152
for(seg = bootmem_end; seg < 0x0f800000; seg +=
SUN3_PMEG_SIZE
) {
in mmu_emu_init()
191
for(seg = 0; seg < PAGE_OFFSET; seg +=
SUN3_PMEG_SIZE
)
in mmu_emu_init()
195
for(seg = 0; seg < 0x10000000; seg +=
SUN3_PMEG_SIZE
) {
in mmu_emu_init()
332
for (i=0; i<
SUN3_PMEG_SIZE
; i+=SUN3_PTE_SIZE)
in mmu_emu_map_pmeg()
/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()
141
for (i=0; i < __pa(bootmem_end) /
SUN3_PMEG_SIZE
; ++i)
in mmu_emu_init()
151
for(seg = bootmem_end; seg < 0x0f800000; seg +=
SUN3_PMEG_SIZE
) {
in mmu_emu_init()
190
for(seg = 0; seg < PAGE_OFFSET; seg +=
SUN3_PMEG_SIZE
)
in mmu_emu_init()
194
for(seg = 0; seg < 0x10000000; seg +=
SUN3_PMEG_SIZE
) {
in mmu_emu_init()
330
for (i=0; i<
SUN3_PMEG_SIZE
; i+=SUN3_PTE_SIZE)
in mmu_emu_map_pmeg()
/kernel/linux/linux-5.10/arch/m68k/mm/
H
A
D
sun3kmap.c
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
94
seg_pages = (
SUN3_PMEG_SIZE
- (virt & SUN3_PMEG_MASK)) / PAGE_SIZE;
in sun3_ioremap()
Completed in 4 milliseconds