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

  /src/sys/arch/hppa/hppa/
hppa_machdep.c 278 intptr_t rasaddr; local in function:hppa_ras
283 rasaddr = (intptr_t)ras_lookup(p,
285 if (rasaddr != -1) {
286 rasaddr |= HPPA_PC_PRIV_USER;
287 tf->tf_iioq_head = rasaddr;
288 tf->tf_iioq_tail = rasaddr + 4;
hppa_machdep.c 278 intptr_t rasaddr; local in function:hppa_ras
283 rasaddr = (intptr_t)ras_lookup(p,
285 if (rasaddr != -1) {
286 rasaddr |= HPPA_PC_PRIV_USER;
287 tf->tf_iioq_head = rasaddr;
288 tf->tf_iioq_tail = rasaddr + 4;

Completed in 21 milliseconds