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:io_tlb_shift
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/agp/
H
A
D
hp-agp.c
36
#define HP_ZX1_IOVA_TO_PDIR(va) ((va - hp_private.iova_base) >> hp_private.
io_tlb_shift
)
69
int
io_tlb_shift
;
member
88
case 0: hp->
io_tlb_shift
= 12; break;
in hp_zx1_ioc_shared()
89
case 1: hp->
io_tlb_shift
= 13; break;
in hp_zx1_ioc_shared()
90
case 2: hp->
io_tlb_shift
= 14; break;
in hp_zx1_ioc_shared()
91
case 3: hp->
io_tlb_shift
= 16; break;
in hp_zx1_ioc_shared()
99
hp->io_page_size = 1 << hp->
io_tlb_shift
;
in hp_zx1_ioc_shared()
134
hp->
io_tlb_shift
= 16;
in hp_zx1_ioc_owner()
137
hp->
io_tlb_shift
= 14;
in hp_zx1_ioc_owner()
140
hp->
io_tlb_shift
in hp_zx1_ioc_owner()
[all...]
H
A
D
parisc-agp.c
255
int
io_tlb_shift
;
in agp_ioc_init()
local
263
case 0:
io_tlb_shift
= 12; break;
in agp_ioc_init()
264
case 1:
io_tlb_shift
= 13; break;
in agp_ioc_init()
265
case 2:
io_tlb_shift
= 14; break;
in agp_ioc_init()
266
case 3:
io_tlb_shift
= 16; break;
in agp_ioc_init()
274
info->io_page_size = 1 <<
io_tlb_shift
;
in agp_ioc_init()
/kernel/linux/linux-6.6/drivers/char/agp/
H
A
D
hp-agp.c
36
#define HP_ZX1_IOVA_TO_PDIR(va) ((va - hp_private.iova_base) >> hp_private.
io_tlb_shift
)
69
int
io_tlb_shift
;
member
88
case 0: hp->
io_tlb_shift
= 12; break;
in hp_zx1_ioc_shared()
89
case 1: hp->
io_tlb_shift
= 13; break;
in hp_zx1_ioc_shared()
90
case 2: hp->
io_tlb_shift
= 14; break;
in hp_zx1_ioc_shared()
91
case 3: hp->
io_tlb_shift
= 16; break;
in hp_zx1_ioc_shared()
99
hp->io_page_size = 1 << hp->
io_tlb_shift
;
in hp_zx1_ioc_shared()
134
hp->
io_tlb_shift
= 16;
in hp_zx1_ioc_owner()
137
hp->
io_tlb_shift
= 14;
in hp_zx1_ioc_owner()
140
hp->
io_tlb_shift
in hp_zx1_ioc_owner()
[all...]
H
A
D
parisc-agp.c
257
int
io_tlb_shift
;
in agp_ioc_init()
local
265
case 0:
io_tlb_shift
= 12; break;
in agp_ioc_init()
266
case 1:
io_tlb_shift
= 13; break;
in agp_ioc_init()
267
case 2:
io_tlb_shift
= 14; break;
in agp_ioc_init()
268
case 3:
io_tlb_shift
= 16; break;
in agp_ioc_init()
276
info->io_page_size = 1 <<
io_tlb_shift
;
in agp_ioc_init()
Completed in 4 milliseconds