Searched refs:ldt_base (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Dproc.h39 caddr_t ldt_base; member in struct:proc_ldt
/freebsd-11-stable/sys/amd64/include/
H A Dproc.h46 caddr_t ldt_base; member in struct:proc_ldt
/freebsd-11-stable/sys/i386/i386/
H A Dsys_machdep.c458 new_ldt->ldt_base = (caddr_t)kmem_malloc(kernel_arena,
464 gdt_segs[GUSERLDT_SEL].ssd_base = (unsigned)new_ldt->ldt_base;
471 bcopy(pldt->ldt_base, new_ldt->ldt_base,
474 bcopy(ldt, new_ldt->ldt_base, sizeof(ldt));
511 kmem_free(kernel_arena, (vm_offset_t)pldt->ldt_base,
547 &((union descriptor *)(pldt->ldt_base))[uap->start] :
595 atomic_store_rel_64(&((uint64_t *)(pldt->ldt_base))[i],
679 dp = &((union descriptor *)(pldt->ldt_base))[NLDT];
722 dst = (uint64_t *)(pldt->ldt_base);
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dsys_machdep.c465 new_ldt->ldt_base = (caddr_t)sva;
486 bcopy(pldt->ldt_base, new_ldt->ldt_base, max_ldt_segment *
531 sva = (vm_offset_t)pldt->ldt_base;
574 lp = &((struct user_segment_descriptor *)(pldt->ldt_base))[uap->start];
625 ((volatile uint64_t *)(pldt->ldt_base))[i] = 0;
709 dp = &((struct user_segment_descriptor *)(pldt->ldt_base))[i];
750 dst = (volatile uint64_t *)(pldt->ldt_base);
H A Dvm_machdep.c252 mdp1->md_ldt->ldt_base);
/freebsd-11-stable/sys/xen/interface/arch-x86/
H A Dxen.h185 unsigned long ldt_base, ldt_ents; /* LDT (linear address, # ents) */ member in struct:vcpu_guest_context
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c891 p->p_md.md_ldt[ndx].ldt_base;
897 p->p_md.md_ldt[ndx].ldt_base;

Completed in 134 milliseconds