Searched refs:SIE (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/microblaze/kernel/ |
D | intc.c | 26 #define SIE 0x10 /* Set Interrupt Enable bits */ macro 70 write_fn(mask, intc_baseaddr + SIE); in intc_enable_or_unmask()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-rcar.c | 52 #define SIE (1 << 2) /* slave interface enable */ macro 412 rcar_i2c_write(priv, ICSCR, SIE | SDBS | (ret < 0 ? FNA : 0)); in rcar_i2c_slave_irq() 585 rcar_i2c_write(priv, ICSCR, SIE | SDBS); in rcar_reg_slave()
|
/linux-4.4.14/arch/s390/kvm/ |
D | Kconfig | 33 Support hosting paravirtualized guest machines using the SIE
|
/linux-4.4.14/arch/s390/kernel/ |
D | entry.S | 221 oi __SIE_PROG0C+3(%r14),1 # we are going into SIE now 228 ni __SIE_PROG0C+3(%r14),0xfe # no longer in SIE 232 # will rewind the PSW by the ILC, which is 4 bytes in case of SIE. Other 606 # modify the psw to leave SIE 1048 ni __SIE_PROG0C+3(%r9),0xfe # no longer in SIE
|
/linux-4.4.14/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
|