| /netbsd/src/lib/libc/compat/arch/alpha/gen/ |
| D | compat__setjmp.S | 107 ldt fs0, ((2 + 37) * 8)(a0) /* saved bits of sc_fpregs */ 108 ldt fs1, ((3 + 37) * 8)(a0) 109 ldt fs2, ((4 + 37) * 8)(a0) 110 ldt fs3, ((5 + 37) * 8)(a0) 111 ldt fs4, ((6 + 37) * 8)(a0) 112 ldt fs5, ((7 + 37) * 8)(a0) 113 ldt fs6, ((8 + 37) * 8)(a0) 114 ldt fs7, ((9 + 37) * 8)(a0) 115 ldt ft0, (69 * 8)(a0) /* get sc_fpcr */
|
| /netbsd/src/sys/arch/alpha/alpha/ |
| D | locore.s | 604 ldt ft0, FPREG_FPR_CR(a0) /* load from FPCR save area */ 609 ldt $f0, (0 * 8)(t1) /* restore first reg., using hw name */ 610 ldt $f1, (1 * 8)(t1) /* etc. */ 611 ldt $f2, (2 * 8)(t1) 612 ldt $f3, (3 * 8)(t1) 613 ldt $f4, (4 * 8)(t1) 614 ldt $f5, (5 * 8)(t1) 615 ldt $f6, (6 * 8)(t1) 616 ldt $f7, (7 * 8)(t1) 617 ldt $f8, (8 * 8)(t1) [all …]
|
| D | fp_complete.c | 220 ldt(unsigned int rn, t_float *v, struct lwp *l) in ldt() function 285 ldt(inst.float_detail.fc, &tfc, l); in cvt_qs_ts_st_gf_qf() 299 ldt(inst.float_detail.fc, &tfc, l); in cvt_qs_ts_st_gf_qf() 314 ldt(inst.float_detail.fc, &tfc, l); in cvt_gd() 620 ldt(inst.float_detail.fc, &tfc, l); in alpha_fp_interpret()
|
| /netbsd/src/sys/lib/libunwind/ |
| D | unwind_registers.S | 808 ldt $f0, 256($16) 809 ldt $f1, 264($16) 810 ldt $f2, 272($16) 811 ldt $f3, 280($16) 812 ldt $f4, 288($16) 813 ldt $f5, 296($16) 814 ldt $f6, 304($16) 815 ldt $f7, 312($16) 816 ldt $f8, 320($16) 817 ldt $f9, 328($16) [all …]
|
| /netbsd/src/sys/arch/x86/x86/ |
| D | svs.c | 551 svs_page_add(ci, (vaddr_t)&pcpuarea->ldt, true); in cpu_svs_init() 563 ci->ci_svs_ldt_sel = ldt_alloc(&pcpuarea->ent[cid].ldt, in cpu_svs_init() 615 void *ldt; in svs_ldt_sync() local 633 ldt = atomic_load_relaxed(&pmap->pm_ldt); in svs_ldt_sync() 634 memcpy(&pcpuarea->ent[cpu_index(ci)].ldt, ldt, in svs_ldt_sync()
|
| D | pmap.c | 1375 ldt_vaddr = (vaddr_t)&pcpuarea->ldt; 3448 union descriptor *ldt; local 3458 ldt = pmap->pm_ldt; 3463 uvm_km_free(kernel_map, (vaddr_t)ldt, MAX_USERLDT_SIZE,
|
| /netbsd/src/sys/arch/x86/include/ |
| D | pmap_private.h | 117 uint8_t ldt[MAX_USERLDT_SIZE]; member 131 uint8_t ldt[PAGE_SIZE]; member
|
| /netbsd/src/sys/dev/ic/ |
| D | isp_netbsd.c | 117 callout_init(&isp->isp_osinfo.ldt, 0); in isp_attach() 118 callout_setfunc(&isp->isp_osinfo.ldt, isp_ldt, isp); in isp_attach() 173 callout_schedule(&isp->isp_osinfo.ldt, isp_quickboot_time * hz); in isp_config_interrupts() 1256 if (callout_pending(&isp->isp_osinfo.ldt) == 0) { in isp_async() 1257 callout_schedule(&isp->isp_osinfo.ldt, in isp_async() 1454 if (callout_pending(&isp->isp_osinfo.ldt)) { in isp_async() 1455 callout_stop(&isp->isp_osinfo.ldt); in isp_async()
|
| D | isp_netbsd.h | 98 struct callout ldt; /* loop down timer */ member
|
| /netbsd/src/sys/arch/sbmips/ |
| D | TODO | 27 * pci/ldt support (requires bus.h support).
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 2147 ldt
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| D | alpha.md | 4037 ldt %0,%1 4503 ldt %0,%1 5197 "ldt $f31,%a0", /* write, evict next */
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2001 | 4305 (_initialize_go32_nat): Provide new commands dos-sysinfo, dos-ldt,
|
| D | NEWS | 7641 New commands ``info dos gdt'', ``info dos ldt'', and ``info dos idt''
|
| /netbsd/src/doc/ |
| D | CHANGES.prev | 1119 i386: add regress tests for sys/arch/i386/ldt. (brezak) 1195 i386: cleanup ldt regress test. (brezak)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | FSFChangeLog.10 | 7353 (movxf recognizer, frame version): Use movt, ldt, and stt.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | gdb.texinfo | 25254 @itemx info dos ldt 25279 @exdent @code{(@value{GDBP}) info dos ldt $ds}
|