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:gatt_entries
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/agp/
H
A
D
hp-agp.c
62
u64
gatt_entries
;
member
96
hp->
gatt_entries
= 0;
in hp_zx1_ioc_shared()
106
hp->
gatt_entries
= hp->gart_size / hp->io_page_size;
in hp_zx1_ioc_shared()
114
hp->
gatt_entries
= 0;
in hp_zx1_ioc_shared()
153
hp->
gatt_entries
= hp->gart_size / hp->io_page_size;
in hp_zx1_ioc_owner()
300
hp->
gatt_entries
= 0;
in hp_zx1_create_gatt_table()
308
for (i = 0; i < hp->
gatt_entries
; i++) {
in hp_zx1_create_gatt_table()
343
if ((io_pg_start + io_pg_count) > hp->
gatt_entries
) {
in hp_zx1_insert_memory()
H
A
D
parisc-agp.c
42
u64
gatt_entries
;
member
106
for (i = 0; i < info->
gatt_entries
; i++) {
in parisc_agp_create_gatt_table()
138
if ((io_pg_start + io_pg_count) > info->
gatt_entries
) {
in parisc_agp_insert_memory()
271
info->
gatt_entries
= 0;
in agp_ioc_init()
281
info->
gatt_entries
= info->gart_size / info->io_page_size;
in agp_ioc_init()
288
info->
gatt_entries
= 0;
in agp_ioc_init()
/kernel/linux/linux-6.6/drivers/char/agp/
H
A
D
hp-agp.c
62
u64
gatt_entries
;
member
96
hp->
gatt_entries
= 0;
in hp_zx1_ioc_shared()
106
hp->
gatt_entries
= hp->gart_size / hp->io_page_size;
in hp_zx1_ioc_shared()
114
hp->
gatt_entries
= 0;
in hp_zx1_ioc_shared()
153
hp->
gatt_entries
= hp->gart_size / hp->io_page_size;
in hp_zx1_ioc_owner()
300
hp->
gatt_entries
= 0;
in hp_zx1_create_gatt_table()
308
for (i = 0; i < hp->
gatt_entries
; i++) {
in hp_zx1_create_gatt_table()
343
if ((io_pg_start + io_pg_count) > hp->
gatt_entries
) {
in hp_zx1_insert_memory()
H
A
D
parisc-agp.c
42
u64
gatt_entries
;
member
106
for (i = 0; i < info->
gatt_entries
; i++) {
in parisc_agp_create_gatt_table()
138
if ((io_pg_start + io_pg_count) > info->
gatt_entries
) {
in parisc_agp_insert_memory()
273
info->
gatt_entries
= 0;
in agp_ioc_init()
283
info->
gatt_entries
= info->gart_size / info->io_page_size;
in agp_ioc_init()
290
info->
gatt_entries
= 0;
in agp_ioc_init()
Completed in 3 milliseconds