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

  /src/sys/arch/vax/boot/boot/
ra.c 69 static volatile u_short *ra_ip, *ra_sa, *ra_sw; variable in typeref:typename:volatile u_short *
101 ra_ip = (u_short *)csrbase;
108 *ra_ip = 0; /* Start init */
124 ra_ip = (u_short *)(kdaddr + KDB_IP);
232 hej = *ra_ip;
315 *ra_ip = 0;
ra.c 69 static volatile u_short *ra_ip, *ra_sa, *ra_sw; variable in typeref:typename:volatile u_short *
101 ra_ip = (u_short *)csrbase;
108 *ra_ip = 0; /* Start init */
124 ra_ip = (u_short *)(kdaddr + KDB_IP);
232 hej = *ra_ip;
315 *ra_ip = 0;

Completed in 30 milliseconds