Searched refs:set_eiem (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dspecial_insns.h54 #define set_eiem(val) mtctl(val, CR_EIEM) macro
/linux-master/arch/parisc/kernel/
H A Dirq.c48 * handle it, and the set_eiem() at the bottom will ensure it
59 * all the other CPUs to do a set_eiem(cpu_eiem) at the end
78 set_eiem(cpu_eiem & per_cpu(local_ack_eiem, cpu));
93 set_eiem(cpu_eiem & per_cpu(local_ack_eiem, cpu));
541 set_eiem(cpu_eiem & per_cpu(local_ack_eiem, cpu));
578 set_eiem(cpu_eiem); /* EIEM : enable all external intr */
H A Dsmp.c481 set_eiem(0);
H A Dtraps.c425 set_eiem(0);

Completed in 332 milliseconds