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:MMU_TTB
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
mmu_context_32.h
50
/*
MMU_TTB
is used for optimizing the fault handling. */
53
__raw_writel((unsigned long)pgd,
MMU_TTB
);
in set_TTB()
58
return (pgd_t *)__raw_readl(
MMU_TTB
);
in get_TTB()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
mmu_context_32.h
41
/*
MMU_TTB
is used for optimizing the fault handling. */
44
__raw_writel((unsigned long)pgd,
MMU_TTB
);
in set_TTB()
49
return (pgd_t *)__raw_readl(
MMU_TTB
);
in get_TTB()
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh3/cpu/
H
A
D
mmu_context.h
12
#define
MMU_TTB
0xFFFFFFF8 /* Translation table base register */
macro
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh3/cpu/
H
A
D
mmu_context.h
12
#define
MMU_TTB
0xFFFFFFF8 /* Translation table base register */
macro
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh4/cpu/
H
A
D
mmu_context.h
12
#define
MMU_TTB
0xFF000008 /* Translation table base register */
macro
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh4/cpu/
H
A
D
mmu_context.h
12
#define
MMU_TTB
0xFF000008 /* Translation table base register */
macro
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
omap-iommu.h
122
#define
MMU_TTB
0x4c
macro
H
A
D
omap-iommu.c
170
iommu_write_reg(obj, pa,
MMU_TTB
);
in omap2_iommu_enable()
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
omap-iommu.h
122
#define
MMU_TTB
0x4c
macro
H
A
D
omap-iommu.c
169
iommu_write_reg(obj, pa,
MMU_TTB
);
in omap2_iommu_enable()
Completed in 7 milliseconds