OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curpte
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/sparc/
pmap.c
7908
int
curpte
;
local in function:VA2PAsw
7914
*pte =
curpte
= cpuinfo.ctx_tbl[ctx];
7918
if ((
curpte
& SRMMU_TETYPE) == SRMMU_TEPTE) {
7919
return (((
curpte
& SRMMU_PPNMASK) << SRMMU_PPNPASHIFT) |
7922
if ((
curpte
& SRMMU_TETYPE) != SRMMU_TEPTD) {
7924
curpte
, ctx);
7928
curtbl = (int *)(((
curpte
& ~0x3) << 4) | KERNBASE); /* correct for krn */
7929
*pte =
curpte
= curtbl[VA_VREG(addr)];
7931
printf("L1 table at 0x%x.\nGot L1 pte 0x%x\n",curtbl,
curpte
);
7933
if ((
curpte
& SRMMU_TETYPE) == SRMMU_TEPTE
[
all
...]
pmap.c
7908
int
curpte
;
local in function:VA2PAsw
7914
*pte =
curpte
= cpuinfo.ctx_tbl[ctx];
7918
if ((
curpte
& SRMMU_TETYPE) == SRMMU_TEPTE) {
7919
return (((
curpte
& SRMMU_PPNMASK) << SRMMU_PPNPASHIFT) |
7922
if ((
curpte
& SRMMU_TETYPE) != SRMMU_TEPTD) {
7924
curpte
, ctx);
7928
curtbl = (int *)(((
curpte
& ~0x3) << 4) | KERNBASE); /* correct for krn */
7929
*pte =
curpte
= curtbl[VA_VREG(addr)];
7931
printf("L1 table at 0x%x.\nGot L1 pte 0x%x\n",curtbl,
curpte
);
7933
if ((
curpte
& SRMMU_TETYPE) == SRMMU_TEPTE
[
all
...]
Completed in 32 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025