OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targ_idx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/sun3/sun3x/
pmap.c
1533
u_short pv_idx,
targ_idx
;
local in function:pmap_remove_pte
1540
targ_idx
= pteidx(pte); /* Index of PTE being removed */
1553
if (pv_idx ==
targ_idx
) {
1554
pv->pv_idx = pvebase[
targ_idx
].pve_next;
1566
if (pvebase[pv_idx].pve_next ==
targ_idx
)
1577
pvebase[pv_idx].pve_next = pvebase[
targ_idx
].pve_next;
Completed in 102 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025