Home
last modified time | relevance | path

Searched refs:tf_trapno (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A Dframe.h60 int tf_trapno; member
85 int tf_trapno; member
135 uint32_t tf_trapno; member
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dtrap.c93 printf("Exception %u\n", tf->tf_trapno); in report_exc()