Searched refs:REG_FSBASE (Results 1 – 12 of 12) sorted by relevance
63 #define REG_FSBASE 26 macro
136 { "fsbase", REG_FSBASE, MDB_TGT_R_EXPORT },278 mdb_printf("%%fsbase = 0x%0?p\n", grs[REG_FSBASE]); in pt_regs()
73 grp[REG_FSBASE] = pcb->pcb_fsbase; in gcore_getgregs()
156 movq %rax, REGOFF(REG_FSBASE) (%rsp)
77 ucp->uc_mcontext.gregs[REG_FSBASE] = (greg_t)ulwp; in setup_context()
114 movq %r12, EH_LOCALS_GREG(REG_FSBASE)(%rbp)
308 grp[REG_FSBASE] = pcb->pcb_fsbase; in getgregs()586 pcb->pcb_fsbase = grp[REG_FSBASE]; in setgregs()
353 (uintptr_t)grp[REG_FSBASE]); in lwp_load()
129 dst[REG_FSBASE] = lwp->lwp_pcb.pcb_fsbase; in prgregset_32ton()
576 uc.uc_mcontext.gregs[REG_FSBASE] = (greg_t)self; in setcontext()
1663 case REG_FSBASE: return (rdmsr(MSR_AMD_FSBASE)); in fasttrap_getreg()
582 lwp->lwp_status.pr_reg[REG_FSBASE] = prs64->pr_reg.lxr_fs_base; in lx_prstatus64_to_lwp()