OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idt_dst
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/amd64/
machdep.c
2416
idt_descriptor_t *
idt_dst
;
local in function:idt_vec_copy
2418
idt_dst
= dst->iv_idt;
2421
pmap_changeprot_local((vaddr_t)
idt_dst
, VM_PROT_READ|VM_PROT_WRITE);
2423
memcpy(
idt_dst
, src->iv_idt, PAGE_SIZE);
2426
pmap_changeprot_local((vaddr_t)
idt_dst
, VM_PROT_READ);
/src/sys/arch/i386/i386/
machdep.c
1815
idt_descriptor_t *
idt_dst
;
local in function:idt_vec_copy
1817
idt_dst
= dst->iv_idt;
1818
memcpy(
idt_dst
, src->iv_idt, PAGE_SIZE);
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025