/freebsd/lib/libcalendar/ |
H A D | calendar.c | 56 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 */ in jdate() local 77 idt.y = ndays / 365; in jdate() 78 idt.m = 0; in jdate() 79 idt.d = 0; in jdate() 80 while ((r = ndaysji(&idt)) > ndays) in jdate() 81 idt.y--; in jdate() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | beacon-renesom-som.dtsi | 164 compatible = "idt,5p49v6965"; 178 idt,mode = <VC5_CMOS>; 179 idt,voltage-microvolt = <1800000>; 180 idt,slew-percent = <100>; 184 idt,mode = <VC5_CMOS>; 185 idt,voltage-microvolt = <1800000>; 186 idt,slew-percent = <100>; 190 idt,mode = <VC5_CMOS>; 191 idt,voltage-microvolt = <1800000>; 192 idt,slew-percent = <100>; [all …]
|
H A D | beacon-renesom-baseboard.dtsi | 362 compatible = "idt,5p49v6965"; 374 idt,mode = <VC5_CMOS>; 375 idt,voltage-microvolt = <1800000>; 376 idt,slew-percent = <100>; 380 idt,mode = <VC5_CMOS>; 381 idt,voltage-microvolt = <1800000>; 382 idt,slew-percent = <100>; 386 idt,mode = <VC5_CMOS>; 387 idt,voltage-microvolt = <3300000>; 388 idt,sle [all...] |
H A D | salvator-x.dtsi | 23 compatible = "idt,5p49v5923";
|
H A D | salvator-xs.dtsi | 23 compatible = "idt,5p49v6901";
|
H A D | hihope-common.dtsi | 196 compatible = "idt,5p49v5923";
|
H A D | ulcb.dtsi | 232 compatible = "idt,5p49v5925";
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | idt,versaclock5.txt | 10 "idt,5p49v5923" 11 "idt,5p49v5925" 12 "idt,5p49v5933" 13 "idt,5p49v5935" 14 "idt,5p49v6901" 15 "idt,5p49v6965" 77 compatible = "idt,5p49v5923";
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | jc42.txt | 30 idt,tse2002 31 idt,tse2004 32 idt,ts3000 33 idt,ts3001
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | idt_89hpesx.txt | 5 Basically there is only one manufacturer: idt, but some 32 idt@60 { 33 compatible = "idt,89hpes32nt8ag2";
|
/freebsd/sys/i386/i386/ |
H A D | machdep.c | 349 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable 612 ip = idt + idx; in setidt_nodisp() 642 DB_SHOW_COMMAND_FLAGS(idt, db_show_idt, DB_CMD_MEMSAFE) in DB_SHOW_COMMAND_FLAGS() argument 649 ip = idt; in DB_SHOW_COMMAND_FLAGS() 1283 ip = &idt[x]; in fixup_idt() 1482 r_idt.rd_base = (int) idt; in init386() 1643 idt = pmap_trm_alloc(sizeof(idt0), M_NOWAIT | M_ZERO); in machdep_init_trampoline() 1644 bcopy(idt0, idt, sizeof(idt0)); in machdep_init_trampoline() 1653 r_idt.rd_base = (int)idt; in machdep_init_trampoline() 1817 bcopy(idt, new_idt, sizeof(idt0)); in f00f_hack() [all …]
|
H A D | npx.c | 215 save_idt_npxtrap = idt[IDT_MF]; in npx_probe() 284 idt[IDT_MF] = save_idt_npxtrap; in npx_probe()
|
H A D | mp_machdep.c | 312 r_idt.rd_base = (int)idt; in init_secondary()
|
H A D | trap.c | 809 if ((eva == (unsigned int)&idt[6]) && has_f00f_bug) { in trap_pfault()
|
/freebsd/stand/i386/libi386/ |
H A D | relocater_tramp.S | 80 lidt (idt-relocater) (%esi) 142 lidt (idt-relocater) (%esi) 338 idt: .word 0x3ff label
|
/freebsd/sys/dev/dcons/ |
H A D | dcons_crom.c | 113 idt_paddr = (char *)idt - (char *)KERNBASE; in dcons_crom_expose_idt() 115 idt_paddr = (off_t)pmap_kextract((vm_offset_t)idt); in dcons_crom_expose_idt()
|
/freebsd/sys/i386/include/ |
H A D | segments.h | 87 extern struct gate_descriptor *idt;
|
/freebsd/sys/amd64/include/ |
H A D | segments.h | 94 extern struct gate_descriptor *idt;
|
/freebsd/sys/amd64/amd64/ |
H A D | machdep.c | 343 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ variable 483 ip = idt + idx; in setidt() 520 DB_SHOW_COMMAND_FLAGS(idt, db_show_idt, DB_CMD_MEMSAFE) in DB_SHOW_COMMAND_FLAGS() argument 526 ip = idt; in DB_SHOW_COMMAND_FLAGS() 1461 r_idt.rd_base = (long) idt; in hammer_time()
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | vmcb.h | 310 struct vmcb_segment idt; member
|
H A D | vmcb.c | 98 seg = &state->idt; in vmcb_segptr()
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | vexpress-v2m-rs1.dtsi | 258 compatible = "idt,89hpes32h8";
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | vexpress-v2m-rs1.dtsi | 258 compatible = "idt,89hpes32h8";
|
/freebsd/sys/x86/x86/ |
H A D | local_apic.c | 2125 ip = &idt[idx]; in lapic_ipi_alloc() 2151 ip = &idt[vector]; in lapic_ipi_free()
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | turris1x.dts | 107 compatible = "idt,6v49205b";
|