OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdt_bitmap
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/amd64/
gdt.c
78
static gdt_bitmap_t
gdt_bitmap
;
variable in typeref:typename:gdt_bitmap_t
139
memset(&
gdt_bitmap
.busy, 0, sizeof(
gdt_bitmap
.busy));
140
gdt_bitmap
.nslots = NSLOTS(gdt_size);
230
for (i = 0; i <
gdt_bitmap
.nslots; i++) {
231
if (!
gdt_bitmap
.busy[i]) {
232
gdt_bitmap
.busy[i] = true;
246
KASSERT(slot <
gdt_bitmap
.nslots);
247
gdt_bitmap
.busy[slot] = false;
/src/sys/arch/i386/i386/
gdt.c
66
static gdt_bitmap_t
gdt_bitmap
;
variable in typeref:typename:gdt_bitmap_t
152
memset(&
gdt_bitmap
.busy, 0, sizeof(
gdt_bitmap
.busy));
153
gdt_bitmap
.nslots = NSLOTS(gdt_size);
261
for (i = 0; i <
gdt_bitmap
.nslots; i++) {
262
if (!
gdt_bitmap
.busy[i]) {
263
gdt_bitmap
.busy[i] = true;
277
KASSERT(slot <
gdt_bitmap
.nslots);
278
gdt_bitmap
.busy[slot] = false;
Completed in 12 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025