Searched refs:SIE (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/microblaze/kernel/ |
D | intc.c | 27 #define SIE 0x10 /* Set Interrupt Enable bits */ macro 71 write_fn(mask, intc_baseaddr + SIE); in intc_enable_or_unmask()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-rcar.c | 53 #define SIE (1 << 2) /* slave interface enable */ macro 411 rcar_i2c_write(priv, ICSCR, SIE | SDBS | (ret < 0 ? FNA : 0)); in rcar_i2c_slave_irq() 583 rcar_i2c_write(priv, ICSCR, SIE | SDBS); in rcar_reg_slave()
|
/linux-4.1.27/arch/s390/kvm/ |
D | Kconfig | 33 Support hosting paravirtualized guest machines using the SIE
|
/linux-4.1.27/arch/s390/kernel/ |
D | entry.S | 93 # We must also check the instruction after SIE in that case. 101 ni __SIE_PROG0C+3(%r14),0xfe # no longer in SIE 533 # modify the psw to leave SIE 1007 oi __SIE_PROG0C+3(%r14),1 # we are going into SIE now 1014 ni __SIE_PROG0C+3(%r14),0xfe # no longer in SIE 1017 # will rewind the PSW by the ILC, which is 4 bytes in case of SIE. Other
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 299 to contain the gmap asce before the SIE instruction gets executed. When 300 the SIE instruction is finished, cr1 will be switched back to contain the
|