Home
last modified time | relevance | path

Searched refs:sd_lolimit (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsegments.h65 unsigned sd_lolimit:16; /* segment extent (lsb) */ member
78 unsigned sd_lolimit:16; /* segment extent (lsb) */ member
94 #define USD_GETLIMIT(sd) (((sd)->sd_lolimit) | (sd)->sd_hilimit << 16)
95 #define USD_SETLIMIT(sd, l) (sd)->sd_lolimit = (l); \
/f-stack/freebsd/amd64/include/
H A Dsegments.h52 u_int64_t sd_lolimit:16; /* segment extent (lsb) */ member
/f-stack/freebsd/amd64/ia32/
H A Dia32_syscall.c270 desc.sd_lolimit = 0xffff; in setup_lcall_gate()
/f-stack/freebsd/i386/i386/
H A Dvm_machdep.c534 sd.sd_lolimit = 0xffff; /* 4GB limit, wraps around */ in cpu_set_user_tls()
H A Dsys_machdep.c86 sdp->sd_lolimit = 0xffff; /* 4GB limit, wraps around */ in fill_based_sd()
H A Dmachdep.c1116 desc.sd.sd_lolimit = 0xffff; in setup_priv_lcall_gate()
1655 ssd->ssd_limit = (sd->sd_hilimit << 16) | sd->sd_lolimit;
2619 desc.sd_lolimit = 0xffff; in i386_setup_lcall_gate()
/f-stack/freebsd/i386/linux/
H A Dlinux_machdep.c435 desc.sd.sd_lolimit = (ld.limit & 0x0000ffff); in linux_modify_ldt()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c919 ssd->ssd_limit = (sd->sd_hilimit << 16) | sd->sd_lolimit;
936 sd->sd_lolimit = (ssd->ssd_limit) & 0xffff;
954 sd->sd_lolimit = (ssd->ssd_limit) & 0xffff;