Home
last modified time | relevance | path

Searched refs:pcb_gs (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/platform/vkernel64/include/
HDpcb.h66 u_int32_t pcb_gs; member
/dragonfly/sys/platform/pc64/include/
HDpcb.h71 u_int32_t pcb_gs; member
/dragonfly/contrib/gdb-7/gdb/
HDi386dfly-nat.c159 regcache_raw_supply (regcache, I386_GS_REGNUM, &pcb->pcb_gs); in i386dfly_supply_pcb()
HDamd64dfly-nat.c181 regcache_raw_supply (regcache, AMD64_GS_REGNUM, &pcb->pcb_gs); in amd64dfly_supply_pcb()
/dragonfly/sys/platform/pc64/x86_64/
HDmachdep.c1548 pcb->pcb_gs = _udatasel; in exec_setregs()