OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sslot
(Results
1 - 4
of
4
) sorted by relevancy
/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/include/
pmap_private.h
105
size_t
sslot
; /* start slot */
member in struct:slotspace::__anonf939af6e0108
/src/sys/arch/amd64/amd64/
machdep.c
1644
slotspace.area[SLAREA_USER].
sslot
= 0;
1650
slotspace.area[SLAREA_PTE].
sslot
= PDIR_SLOT_PTE;
1657
slotspace.area[SLAREA_PCPU].
sslot
= PDIR_SLOT_PCPU;
1669
slotspace.area[SLAREA_HYPV].
sslot
= 256;
1676
slotspace.area[SLAREA_ASAN].
sslot
= L4_SLOT_KASAN;
1683
slotspace.area[SLAREA_MSAN].
sslot
= L4_SLOT_KMSAN;
1689
slotspace.area[SLAREA_KERN].
sslot
= L4_SLOT_KERNBASE;
/src/sys/arch/x86/x86/
pmap.c
1458
size_t
sslot
= slotspace.area[type].
sslot
;
local in function:slotspace_copy
1461
memcpy(&dst[
sslot
], &src[
sslot
], nslot * sizeof(pd_entry_t));
1510
if (slotspace.area[i].
sslot
>= curslot &&
1511
slotspace.area[i].
sslot
< minsslot) {
1512
minsslot = slotspace.area[i].
sslot
;
1558
slotspace.area[type].
sslot
= pl4_i(va);
Completed in 54 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025