OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slotspace
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/amd64/amd64/
machdep.c
276
extern struct
slotspace
slotspace
;
1641
memset(&
slotspace
, 0, sizeof(
slotspace
));
1644
slotspace
.area[SLAREA_USER].sslot = 0;
1645
slotspace
.area[SLAREA_USER].nslot = PDIR_SLOT_USERLIM+1;
1646
slotspace
.area[SLAREA_USER].active = true;
1650
slotspace
.area[SLAREA_PTE].sslot = PDIR_SLOT_PTE;
1651
slotspace
.area[SLAREA_PTE].nslot = 1;
1652
slotspace
.area[SLAREA_PTE].active = true
[
all
...]
/src/sys/arch/x86/include/
pmap_private.h
103
struct
slotspace
{
struct
111
extern struct
slotspace
slotspace
;
/src/sys/arch/amd64/include/
pmap_private.h
102
#define L4_SLOT_PTE
slotspace
.area[SLAREA_PTE].sslot
106
#define L4_SLOT_KERN
slotspace
.area[SLAREA_MAIN].sslot
/src/sys/arch/x86/x86/
pmap.c
343
struct
slotspace
slotspace
__read_mostly;
1458
size_t sslot =
slotspace
.area[type].sslot;
1459
size_t nslot =
slotspace
.area[type].nslot;
1469
* Finally we update the associated entry in the
slotspace
structure.
1508
if (!
slotspace
.area[i].active)
1510
if (
slotspace
.area[i].sslot >= curslot &&
1511
slotspace
.area[i].sslot < minsslot) {
1512
minsslot =
slotspace
.area[i].sslot;
1513
minnslot =
slotspace
.area[i].nslot
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025