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_UNCACHE
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/mach-loongson64/
H
A
D
loongson.h
20
(*(volatile u32 *)((char *)
TO_UNCACHE
(LOONGSON_REG_BASE) + (x)))
78
#define LS7A_DMA_CFG (volatile void *)
TO_UNCACHE
(LS7A_CHIPCFG_REG_BASE + 0x041c)
82
#define LS7A_INT_MASK_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x020)
83
#define LS7A_INT_EDGE_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x060)
84
#define LS7A_INT_CLEAR_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x080)
85
#define LS7A_INT_HTMSI_EN_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x040)
86
#define LS7A_INT_ROUTE_ENTRY_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x100)
87
#define LS7A_INT_HTMSI_VEC_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x200)
88
#define LS7A_INT_STATUS_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x3a0)
89
#define LS7A_INT_POL_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BAS
[all...]
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
loongson.h
18
(*(volatile u32 *)((char *)
TO_UNCACHE
(LOONGSON_REG_BASE) + (x)))
76
#define LS7A_DMA_CFG (volatile void *)
TO_UNCACHE
(LS7A_CHIPCFG_REG_BASE + 0x041c)
80
#define LS7A_INT_MASK_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x020)
81
#define LS7A_INT_EDGE_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x060)
82
#define LS7A_INT_CLEAR_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x080)
83
#define LS7A_INT_HTMSI_EN_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x040)
84
#define LS7A_INT_ROUTE_ENTRY_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x100)
85
#define LS7A_INT_HTMSI_VEC_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x200)
86
#define LS7A_INT_STATUS_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BASE + 0x3a0)
87
#define LS7A_INT_POL_REG (volatile void *)
TO_UNCACHE
(LS7A_PCH_REG_BAS
[all...]
H
A
D
addrspace.h
51
#define
TO_UNCACHE
(x) (UNCACHE_BASE | ((x) & TO_PHYS_MASK))
macro
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H
A
D
uart-16550.c
12
#define PORT(offset) (
TO_UNCACHE
(UART_BASE) + (offset))
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/
H
A
D
loongson_drv.h
33
#define LS7A_PIX0_PLL (void *)
TO_UNCACHE
(LS7A_CHIPCFG_REG_BASE + 0x04b0)
34
#define LS7A_PIX1_PLL (void *)
TO_UNCACHE
(LS7A_CHIPCFG_REG_BASE + 0x04c0)
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
addrspace.h
46
#define
TO_UNCACHE
(x) (UNCACHE_BASE | ((x) & TO_PHYS_MASK))
macro
/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H
A
D
env.c
45
register_addrs_set(smp_group,
TO_UNCACHE
(0x1fe01000), 16);
in init_environ()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
traps.c
1137
unsigned long uncached_eentry =
TO_UNCACHE
(__pa(eentry));
in set_merr_handler()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
traps.c
1137
unsigned long uncached_eentry =
TO_UNCACHE
(__pa(eentry));
in set_merr_handler()
Completed in 5 milliseconds