Home
last modified time | relevance | path

Searched refs:IE_ALLIE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/sparc/sparc/
Dintreg.h68 #define IE_ALLIE 0x01 /* enable interrupts */ macro
Dlocore.s1910 sethi %hi(INTRREG_VA), %l5 ! ienab_bic(IE_ALLIE);
1912 andn %o0, IE_ALLIE, %o0
1931 or %o1, IE_ALLIE, %o1
3016 andn %o1, IE_ALLIE, %o1
3043 andn %o1, IE_ALLIE, %o1
3080 ! set IE_ALLIE again (safe, we disabled traps again above)
3083 or %o1, IE_ALLIE, %o1
Dautoconf.c1010 ienab_bis(IE_ALLIE); in cpu_configure()