OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tpte_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/sparc/
iommu.c
348
iopte_t *
tpte_p
;
local in function:iommu_copy_prom_entries
380
*
tpte_p
= top of our PTE table
385
for (
tpte_p
= &sc->sc_ptes[((0 - IOMMU_DVMA_BASE)/pagesz) - 1],
387
tpte_p
>= &sc->sc_ptes[0] && pa >= (u_int)pbase;
388
tpte_p
--, pa -= sizeof(iopte_t)) {
390
*
tpte_p
= lda(pa, ASI_BYPASS);
iommu.c
348
iopte_t *
tpte_p
;
local in function:iommu_copy_prom_entries
380
*
tpte_p
= top of our PTE table
385
for (
tpte_p
= &sc->sc_ptes[((0 - IOMMU_DVMA_BASE)/pagesz) - 1],
387
tpte_p
>= &sc->sc_ptes[0] && pa >= (u_int)pbase;
388
tpte_p
--, pa -= sizeof(iopte_t)) {
390
*
tpte_p
= lda(pa, ASI_BYPASS);
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025