Searched refs:idt (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/lib/libcalendar/
H A Dcalendar.c58 static date *date2idt(date *idt, date *dt);
59 static date *idt2date(date *dt, date *idt);
60 static int ndaysji(date *idt);
61 static int ndaysgi(date *idt);
71 date idt; /* Internal date representation */ local
79 idt.y = ndays / 365;
80 idt.m = 0;
81 idt.d = 0;
82 while ((r = ndaysji(&idt)) > ndays)
83 idt
108 date idt; /* Internal date representation */ local
121 ndaysji(date * idt) argument
136 date idt; /* for internal date representation */ local
187 date idt; /* Internal date representation */ local
199 ndaysgi(date *idt) argument
253 date idt; local
298 date2idt(date *idt, date *dt) argument
317 idt2date(date *dt, date *idt) argument
[all...]
/freebsd-13-stable/sys/i386/include/
H A Dsegments.h68 * region descriptors, used to load gdt/idt tables before segments yet exist.
90 extern struct gate_descriptor *idt;
/freebsd-13-stable/sys/amd64/include/
H A Dsegments.h84 * region descriptors, used to load gdt/idt tables before segments yet exist.
93 extern struct gate_descriptor *idt;
/freebsd-13-stable/stand/i386/libi386/
H A Drelocater_tramp.S82 lidt (idt-relocater) (%esi)
144 lidt (idt-relocater) (%esi)
340 idt: .word 0x3ff label
/freebsd-13-stable/sys/dev/dcons/
H A Ddcons_crom.c64 #include <machine/segments.h> /* for idt */
114 idt_paddr = (char *)idt - (char *)KERNBASE;
116 idt_paddr = (off_t)pmap_kextract((vm_offset_t)idt);
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dvmcb.h295 struct vmcb_segment idt; member in struct:vmcb_state
H A Dvmcb.c99 seg = &state->idt;
/freebsd-13-stable/sys/i386/i386/
H A Dmachdep.c1270 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable in typeref:struct:gate_descriptor
1533 ip = idt + idx;
1563 DB_SHOW_COMMAND(idt, db_show_idt)
1570 ip = idt;
2209 ip = &idt[x];
2406 r_idt.rd_base = (int) idt;
2560 idt = pmap_trm_alloc(sizeof(idt0), M_NOWAIT | M_ZERO);
2561 bcopy(idt0, idt, sizeof(idt0));
2568 r_idt.rd_base = (int)idt;
2738 bcopy(idt, new_id
[all...]
H A Dnpx.c242 save_idt_npxtrap = idt[IDT_MF];
311 idt[IDT_MF] = save_idt_npxtrap;
H A Dmp_machdep.c262 r_idt.rd_base = (int)idt;
H A Dtrap.c804 if ((eva == (unsigned int)&idt[6]) && has_f00f_bug) {
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c679 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable in typeref:struct:gate_descriptor
819 ip = idt + idx;
856 DB_SHOW_COMMAND(idt, db_show_idt)
862 ip = idt;
1757 r_idt.rd_base = (long) idt;
H A Dpmap.c10622 pmap_pti_add_kva_locked((vm_offset_t)idt, (vm_offset_t)idt +
/freebsd-13-stable/sys/x86/x86/
H A Dlocal_apic.c1608 * Enable a vector for a particular apic_id. Since all lapics share idt
1641 * We can not currently clear the idt entry because other cpus
2144 ip = &idt[idx];
2170 ip = &idt[vector];
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.c968 gd = &idt[vector];

Completed in 154 milliseconds