HomeSort by: relevance | last modified time | path
    Searched defs:ldt (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/x86/x86/
svs.c 551 svs_page_add(ci, (vaddr_t)&pcpuarea->ldt, true);
563 ci->ci_svs_ldt_sel = ldt_alloc(&pcpuarea->ent[cid].ldt,
615 void *ldt; local
621 * Another LWP could concurrently modify the LDT via x86_set_ldt1().
623 * the outdated LDT.
626 * if the LDT we are syncing is the outdated one, it is still valid.
629 * and will install the new LDT.
633 ldt = atomic_load_relaxed(&pmap->pm_ldt);
634 memcpy(&pcpuarea->ent[cpu_index(ci)].ldt, ldt,
    [all...]
pmap.c 1356 * (LDT).
1375 ldt_vaddr = (vaddr_t)&pcpuarea->ldt;
1956 NULL, "x86", "ldt sync");
2966 /* init the LDT */
3063 * No need to switch the LDT; this address space is gone,
3333 * Copy the LDT into the new process.
3335 * Read pmap1's ldt pointer unlocked; if it changes behind our back
3336 * we'll retry. This will starve if there's a stream of LDT changes
3342 /* Allocate space for the new process's LDT */
3346 printf("WARNING: %s: unable to allocate LDT space\n"
3448 union descriptor *ldt; local
    [all...]
  /src/external/bsd/zstd/dist/programs/
datagen.c 60 static void RDG_fillLiteralDistrib(BYTE* ldt, fixedPoint_24_8 ld)
71 while (u < end) ldt[u++] = character;
78 static BYTE RDG_genChar(U32* seed, const BYTE* ldt)
81 return ldt[id]; /* memory-sanitizer fails here, stating "uninitialized value" when table initialized with P==0.0. Checked : table is fully initialized */
97 double matchProba, const BYTE* ldt, U32* seedPtr)
115 buffPtr[pos-1] = RDG_genChar(seedPtr, ldt);
120 if (pos==0) buffPtr[0] = RDG_genChar(seedPtr, ldt), pos=1;
139 while (pos < d) { buffPtr[pos++] = RDG_genChar(seedPtr, ldt); }
147 BYTE ldt[LTSIZE]; local
148 memset(ldt, '0', sizeof(ldt)); /* yes, character '0', this is intentional *
162 BYTE ldt[LTSIZE]; \/* literals distribution table *\/ local
    [all...]
  /src/sys/arch/alpha/alpha/
fp_complete.c 220 ldt(unsigned int rn, t_float *v, struct lwp *l) function
285 ldt(inst.float_detail.fc, &tfc, l);
299 ldt(inst.float_detail.fc, &tfc, l);
314 ldt(inst.float_detail.fc, &tfc, l);
359 alpha_ldt(inst.float_detail.fc, &tfc); /* yes, ldt */
620 ldt(inst.float_detail.fc, &tfc, l);
  /src/sys/arch/x86/include/
pmap_private.h 117 uint8_t ldt[MAX_USERLDT_SIZE]; member in struct:pcpu_entry
131 uint8_t ldt[PAGE_SIZE]; member in struct:pcpu_area
191 union descriptor *pm_ldt; /* user-set LDT */
193 int pm_ldt_sel; /* LDT selector */
  /src/sys/dev/ic/
isp_netbsd.h 98 struct callout ldt; /* loop down timer */ member in struct:isposinfo
  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 437 struct vmcb_segment ldt; member in struct:vmcb_state
1900 &vmcb->state.ldt);
2037 &vmcb->state.ldt);

Completed in 40 milliseconds