HomeSort by: relevance | last modified time | path
    Searched defs:text_access_error (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
trap.c 369 void text_access_error(struct trapframe64 *, unsigned int, vaddr_t, u_long,
1567 text_access_error(struct trapframe64 *tf, unsigned int type, vaddr_t pc, function
1583 printf("text_access_error: tpc %p == tnpc %p\n",
1591 printf("%ld text_access_error(%lx, %lx, %lx, %p)=%lx @ %lx %s\n",
1601 printf("%d tl %d text_access_error(%lx, %lx, %lx, %p)=%lx @ %lx %s\n",
1622 printf("text_access_error: memory error...\n");
1628 panic("text_access_error: kernel memory error");
1672 printf("text_access_error at %p: sending SIGSEGV\n",
1691 printf("text_access_error: done\n");

Completed in 23 milliseconds