Home
last modified time | relevance | path

Searched refs:tss_ebp (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/i386/include/
H A Dtss.h58 int tss_ebp; /* user frame pointer */ member
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c73 uint32_t tss_ebp; member
444 tss->tss_ebp = GETREG(vcpu, VM_REG_GUEST_RBP); in tss32_save()
542 SETREG(vcpu, VM_REG_GUEST_RBP, tss->tss_ebp); in tss32_restore()
/freebsd/sys/i386/i386/
H A Ddb_trace.c330 ebp = PCPU_GET(common_tssp)->tss_ebp; in db_nextframe()
H A Dtrap.c1014 t->tss_eip, t->tss_esp, t->tss_ebp, t->tss_eax, in dblfault_handler()