Symbol: segment_descriptor
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
55
static struct segment_descriptor i386_gdt[] = {
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
76
struct segment_descriptor *gdt;
sys/i386/i386/db_interface.c
90
struct segment_descriptor *sdp;
sys/i386/i386/exec_machdep.c
1111
struct segment_descriptor *sdp;
sys/i386/i386/exec_machdep.c
384
struct segment_descriptor *sdp;
sys/i386/i386/machdep.c
737
sdtossd(struct segment_descriptor *sd, struct soft_segment_descriptor *ssd)
sys/i386/i386/ptrace_machdep.c
204
struct segment_descriptor *sdp, sd;
sys/i386/i386/ptrace_machdep.c
47
get_segbase(struct segment_descriptor *sdp)
sys/i386/i386/sys_machdep.c
104
struct segment_descriptor sd;
sys/i386/i386/sys_machdep.c
117
struct segment_descriptor sd;
sys/i386/i386/sys_machdep.c
145
struct segment_descriptor *sdp;
sys/i386/i386/sys_machdep.c
79
fill_based_sd(struct segment_descriptor *sdp, uint32_t base)
sys/i386/i386/vm86.c
393
(sizeof(struct pcb_ext) - sizeof(struct segment_descriptor) + \
sys/i386/i386/vm_machdep.c
507
struct segment_descriptor sd;
sys/i386/include/md_var.h
52
struct segment_descriptor;
sys/i386/include/md_var.h
67
void fill_based_sd(struct segment_descriptor *sdp, uint32_t base);
sys/i386/include/pcb.h
57
struct segment_descriptor pcb_fsd;
sys/i386/include/pcb.h
58
struct segment_descriptor pcb_gsd;
sys/i386/include/pcb_ext.h
40
struct segment_descriptor ext_tssd; /* tss descriptor */
sys/i386/include/pcpu.h
57
struct segment_descriptor pc_common_tssd; \
sys/i386/include/pcpu.h
58
struct segment_descriptor *pc_tss_gdt; \
sys/i386/include/pcpu.h
59
struct segment_descriptor *pc_fsgs_gdt; \
sys/i386/include/proc.h
42
struct segment_descriptor ldt_sd;
sys/i386/include/segments.h
90
void sdtossd(struct segment_descriptor *sdp,
sys/i386/include/segments.h
93
struct segment_descriptor *sdp);
sys/i386/linux/linux_machdep.c
255
struct segment_descriptor sd;
sys/i386/linux/linux_machdep.c
486
struct segment_descriptor sd;
sys/i386/linux/linux_machdep.c
559
struct segment_descriptor sd;
sys/x86/include/segments.h
114
struct segment_descriptor sd;