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

/freebsd-11-stable/lib/libcalendar/
H A Dcalendar.c56 static date *date2idt(date *idt, date *dt);
57 static date *idt2date(date *dt, date *idt);
58 static int ndaysji(date *idt);
59 static int ndaysgi(date *idt);
69 date idt; /* Internal date representation */ local
77 idt.y = ndays / 365;
78 idt.m = 0;
79 idt.d = 0;
80 while ((r = ndaysji(&idt)) > ndays)
81 idt
106 date idt; /* Internal date representation */ local
119 ndaysji(date * idt) argument
134 date idt; /* for internal date representation */ local
185 date idt; /* Internal date representation */ local
197 ndaysgi(date *idt) argument
251 date idt; local
296 date2idt(date *idt, date *dt) argument
315 idt2date(date *dt, date *idt) argument
[all...]
/freebsd-11-stable/sys/i386/include/
H A Dsegments.h66 * region descriptors, used to load gdt/idt tables before segments yet exist.
88 extern struct gate_descriptor *idt;
/freebsd-11-stable/etc/rc.d/
H A Datm173 idt[0-9] | idt[0-9][0-9])
/freebsd-11-stable/sys/amd64/include/
H A Dsegments.h82 * region descriptors, used to load gdt/idt tables before segments yet exist.
92 extern struct gate_descriptor *idt;
/freebsd-11-stable/sys/mips/idt/
H A Duart_bus_rc32434.c38 __FBSDID("$FreeBSD: stable/11/sys/mips/idt/uart_bus_rc32434.c 340145 2018-11-04 23:28:56Z mmacy $");
49 #include <mips/idt/idtreg.h>
H A Dobio.c47 #include <mips/idt/idtreg.h>
48 #include <mips/idt/obiovar.h>
H A Didtpci.c90 #include <mips/idt/idtreg.h>
H A Dif_kr.c75 #include <mips/idt/if_krreg.h>
/freebsd-11-stable/stand/i386/libi386/
H A Drelocater_tramp.S82 lidt (idt-relocater) (%esi)
144 lidt (idt-relocater) (%esi)
340 idt: .word 0x3ff label
/freebsd-11-stable/sys/dev/dcons/
H A Ddcons_crom.c61 #include <machine/segments.h> /* for idt */
110 idt_paddr = (char *)idt - (char *)KERNBASE;
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dvmcb.c96 seg = &state->idt;
H A Dvmcb.h293 struct vmcb_segment idt; member in struct:vmcb_state
/freebsd-11-stable/sys/i386/isa/
H A Dnpx.c244 save_idt_npxtrap = idt[IDT_MF];
321 idt[IDT_MF] = save_idt_npxtrap;
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c680 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable in typeref:struct:gate_descriptor
821 ip = idt + idx;
858 DB_SHOW_COMMAND(idt, db_show_idt)
864 ip = idt;
1706 r_idt.rd_base = (long) idt;
H A Dpmap.c8016 pmap_pti_add_kva_locked((vm_offset_t)idt, (vm_offset_t)idt +
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c1257 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable in typeref:struct:gate_descriptor
1515 ip = idt + idx;
1545 DB_SHOW_COMMAND(idt, db_show_idt)
1551 ip = idt;
2612 r_idt.rd_base = (int) idt;
2897 bcopy(idt, new_idt, sizeof(idt0));
2900 idt = new_idt;
H A Dtrap.c835 if ((eva == (unsigned int)&idt[6]) && has_f00f_bug)
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c1589 * Enable a vector for a particular apic_id. Since all lapics share idt
1622 * We can not currently clear the idt entry because other cpus
2139 ip = &idt[idx];
2162 ip = &idt[vector];
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c896 gd = &idt[vector];

Completed in 315 milliseconds