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:GET_GATT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/agp/
H
A
D
ati-agp.c
264
#undef
GET_GATT
macro
265
#define
GET_GATT
(addr) (ati_generic_private.gatt_pages[\
macro
291
cur_gatt =
GET_GATT
(addr);
in ati_insert_memory()
305
cur_gatt =
GET_GATT
(addr);
in ati_insert_memory()
311
readl(
GET_GATT
(agp_bridge->gart_bus_addr)); /* PCI posting */
in ati_insert_memory()
333
cur_gatt =
GET_GATT
(addr);
in ati_remove_memory()
337
readl(
GET_GATT
(agp_bridge->gart_bus_addr)); /* PCI posting */
in ati_remove_memory()
402
cur_gatt =
GET_GATT
(addr);
in ati_create_gatt_table()
H
A
D
amd-k7-agp.c
121
#define
GET_GATT
(addr) (amd_irongate_private.gatt_pages[\
macro
165
cur_gatt =
GET_GATT
(addr);
in amd_create_gatt_table()
303
cur_gatt =
GET_GATT
(addr);
in amd_insert_memory()
316
cur_gatt =
GET_GATT
(addr);
in amd_insert_memory()
339
cur_gatt =
GET_GATT
(addr);
in amd_remove_memory()
H
A
D
efficeon-agp.c
188
#undef
GET_GATT
macro
189
#define
GET_GATT
(addr) (efficeon_private.gatt_pages[\
macro
/kernel/linux/linux-6.6/drivers/char/agp/
H
A
D
ati-agp.c
255
#undef
GET_GATT
macro
256
#define
GET_GATT
(addr) (ati_generic_private.gatt_pages[\
macro
282
cur_gatt =
GET_GATT
(addr);
in ati_insert_memory()
296
cur_gatt =
GET_GATT
(addr);
in ati_insert_memory()
302
readl(
GET_GATT
(agp_bridge->gart_bus_addr)); /* PCI posting */
in ati_insert_memory()
324
cur_gatt =
GET_GATT
(addr);
in ati_remove_memory()
328
readl(
GET_GATT
(agp_bridge->gart_bus_addr)); /* PCI posting */
in ati_remove_memory()
393
cur_gatt =
GET_GATT
(addr);
in ati_create_gatt_table()
H
A
D
amd-k7-agp.c
121
#define
GET_GATT
(addr) (amd_irongate_private.gatt_pages[\
macro
165
cur_gatt =
GET_GATT
(addr);
in amd_create_gatt_table()
303
cur_gatt =
GET_GATT
(addr);
in amd_insert_memory()
316
cur_gatt =
GET_GATT
(addr);
in amd_insert_memory()
339
cur_gatt =
GET_GATT
(addr);
in amd_remove_memory()
H
A
D
efficeon-agp.c
188
#undef
GET_GATT
macro
189
#define
GET_GATT
(addr) (efficeon_private.gatt_pages[\
macro
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
core_irongate.c
311
#define
GET_GATT
(addr) (gatt_pages[GET_PAGE_DIR_IDX(addr)])
370
cur_gatt = phys_to_virt(
GET_GATT
(baddr) & ~1);
in irongate_ioremap()
387
cur_gatt = phys_to_virt(
GET_GATT
(baddr) & ~1);
in irongate_ioremap()
310
#define
GET_GATT
global()
macro
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
core_irongate.c
311
#define
GET_GATT
(addr) (gatt_pages[GET_PAGE_DIR_IDX(addr)])
370
cur_gatt = phys_to_virt(
GET_GATT
(baddr) & ~1);
in irongate_ioremap()
387
cur_gatt = phys_to_virt(
GET_GATT
(baddr) & ~1);
in irongate_ioremap()
310
#define
GET_GATT
global()
macro
Completed in 7 milliseconds