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:ctag
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H
A
D
vmmgf100.c
38
if (map->
ctag
&& !(map->next & (1ULL << 44))) {
in gf100_vmm_pgt_pte()
40
data = base | ((map->
ctag
>> 1) << 44);
in gf100_vmm_pgt_pte()
41
if (!(map->
ctag
++ & 1))
in gf100_vmm_pgt_pte()
48
map->type += ptes * map->
ctag
;
in gf100_vmm_pgt_pte()
74
map->type += map->
ctag
;
in gf100_vmm_pgt_dma()
255
map->type = map->
ctag
= 0;
in gf100_vmm_valid()
303
map->
ctag
|= 1ULL << 44;
in gf100_vmm_valid()
306
map->
ctag
|= tags << 1 | 1;
in gf100_vmm_valid()
H
A
D
vmmnv50.c
39
map->type += ptes * map->
ctag
;
in nv50_vmm_pgt_pte()
74
map->type += map->
ctag
;
in nv50_vmm_pgt_dma()
242
map->type = map->
ctag
= 0;
in nv50_vmm_valid()
309
map->
ctag
|= (u64)comp << 49;
in nv50_vmm_valid()
312
map->next |= map->
ctag
;
in nv50_vmm_valid()
H
A
D
vmmgp100.c
117
map->type += ptes * map->
ctag
;
in gp100_vmm_pgt_pte()
142
map->type += map->
ctag
;
in gp100_vmm_pgt_dma()
200
map->type += ptes * map->
ctag
;
in gp100_vmm_pd0_pte()
460
map->
ctag
|= ((1ULL << page->shift) >> 16) << 36;
in gp100_vmm_valid()
462
map->next |= map->
ctag
;
in gp100_vmm_valid()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H
A
D
vmmgf100.c
38
if (map->
ctag
&& !(map->next & (1ULL << 44))) {
in gf100_vmm_pgt_pte()
40
data = base | ((map->
ctag
>> 1) << 44);
in gf100_vmm_pgt_pte()
41
if (!(map->
ctag
++ & 1))
in gf100_vmm_pgt_pte()
48
map->type += ptes * map->
ctag
;
in gf100_vmm_pgt_pte()
74
map->type += map->
ctag
;
in gf100_vmm_pgt_dma()
254
map->type = map->
ctag
= 0;
in gf100_vmm_valid()
304
map->
ctag
|= 1ULL << 44;
in gf100_vmm_valid()
307
map->
ctag
|= tags << 1 | 1;
in gf100_vmm_valid()
H
A
D
vmmnv50.c
39
map->type += ptes * map->
ctag
;
in nv50_vmm_pgt_pte()
74
map->type += map->
ctag
;
in nv50_vmm_pgt_dma()
241
map->type = map->
ctag
= 0;
in nv50_vmm_valid()
310
map->
ctag
|= (u64)comp << 49;
in nv50_vmm_valid()
313
map->next |= map->
ctag
;
in nv50_vmm_valid()
H
A
D
vmmgp100.c
120
map->type += ptes * map->
ctag
;
in gp100_vmm_pgt_pte()
145
map->type += map->
ctag
;
in gp100_vmm_pgt_dma()
203
map->type += ptes * map->
ctag
;
in gp100_vmm_pd0_pte()
468
map->
ctag
|= ((1ULL << page->shift) >> 16) << 36;
in gp100_vmm_valid()
470
map->next |= map->
ctag
;
in gp100_vmm_valid()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H
A
D
mmu.h
77
u64
ctag
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H
A
D
mmu.h
94
u64
ctag
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_npc_fs.c
20
[NPC_VLAN_ETYPE_CTAG] = "vlan ether type
ctag
",
853
bool
ctag
= !!(features & BIT_ULL(NPC_VLAN_ETYPE_CTAG));
in npc_update_vlan_features()
local
858
if (vid && !
ctag
&& !stag) {
in npc_update_vlan_features()
864
if (
ctag
)
in npc_update_vlan_features()
Completed in 8 milliseconds