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:pte_idx
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H
A
D
ivpu_mmu_context.c
195
int
pte_idx
= FIELD_GET(IVPU_MMU_PTE_INDEX_MASK, vpu_addr);
in ivpu_mmu_context_map_page()
local
211
pte[
pte_idx
] = dma_addr | prot;
in ivpu_mmu_context_map_page()
246
int
pte_idx
= FIELD_GET(IVPU_MMU_PTE_INDEX_MASK, vpu_addr);
in ivpu_mmu_context_unmap_page()
local
249
ctx->pgtable.pte_ptrs[pgd_idx][pud_idx][pmd_idx][
pte_idx
] = IVPU_MMU_ENTRY_INVALID;
in ivpu_mmu_context_unmap_page()
/kernel/linux/linux-5.10/arch/riscv/mm/
H
A
D
init.c
307
uintptr_t
pte_idx
= pte_index(va);
in create_pte_mapping()
local
311
if (pte_none(ptep[
pte_idx
]))
in create_pte_mapping()
312
ptep[
pte_idx
] = pfn_pte(PFN_DOWN(pa), prot);
in create_pte_mapping()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
ldc.c
2080
u32
pte_idx
;
member
2091
sp->page_table[sp->
pte_idx
].mte = sp->mte_base | pa;
in fill_cookies()
2099
this_cookie = make_cookie(sp->
pte_idx
,
in fill_cookies()
2113
sp->
pte_idx
++;
in fill_cookies()
2181
state.
pte_idx
= (base - iommu->page_table);
in ldc_map_sg()
2223
state.
pte_idx
= (base - iommu->page_table);
in ldc_map_single()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
ldc.c
2080
u32
pte_idx
;
member
2091
sp->page_table[sp->
pte_idx
].mte = sp->mte_base | pa;
in fill_cookies()
2099
this_cookie = make_cookie(sp->
pte_idx
,
in fill_cookies()
2113
sp->
pte_idx
++;
in fill_cookies()
2181
state.
pte_idx
= (base - iommu->page_table);
in ldc_map_sg()
2223
state.
pte_idx
= (base - iommu->page_table);
in ldc_map_single()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
init_32.c
120
int
pte_idx
= pte_index(vaddr);
in populate_extra_pte()
local
124
return one_page_table_init(pmd) +
pte_idx
;
in populate_extra_pte()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
init_32.c
117
int
pte_idx
= pte_index(vaddr);
in populate_extra_pte()
local
121
return one_page_table_init(pmd) +
pte_idx
;
in populate_extra_pte()
/kernel/linux/linux-6.6/arch/riscv/mm/
H
A
D
init.c
375
uintptr_t
pte_idx
= pte_index(va);
in create_pte_mapping()
local
379
if (pte_none(ptep[
pte_idx
]))
in create_pte_mapping()
380
ptep[
pte_idx
] = pfn_pte(PFN_DOWN(pa), prot);
in create_pte_mapping()
/kernel/linux/linux-5.10/mm/
H
A
D
memory.c
1759
int
pte_idx
= 0;
in insert_pages()
local
1763
for (pte = start_pte;
pte_idx
< batch_size; ++pte, ++
pte_idx
) {
in insert_pages()
1769
remaining_pages_total -=
pte_idx
;
in insert_pages()
/kernel/linux/linux-6.6/mm/
H
A
D
memory.c
1927
int
pte_idx
= 0;
in insert_pages()
local
1935
for (pte = start_pte;
pte_idx
< batch_size; ++pte, ++
pte_idx
) {
in insert_pages()
1941
remaining_pages_total -=
pte_idx
;
in insert_pages()
Completed in 25 milliseconds