Searched refs:SIE (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/Documentation/virt/kvm/ |
D | s390-pv.rst | 24 As access to the guest's state, such as the SIE state description, is 26 the behavior of the SIE instruction. A new format 4 state description 28 PVM. SIE exits are minimized as much as possible to improve speed and 39 injected on SIE entry via a bit in the interrupt injection control 49 addressing exception as they are reported by SIE since KVM has no 65 With the format 4 state description for PVMs, the SIE instruction already 68 therefore, the SIE and the ultravisor safeguard emulation inputs and outputs. 70 The control structures associated with SIE provide the Secure 91 intercepted, the SIE will only allow data and program interrupts for 99 There are two types of SIE secure instruction intercepts: the normal [all …]
|
D | s390-pv-boot.rst | 23 SIE instruction which the UV will intercept and execute on KVM's
|
/Linux-v5.15/arch/s390/kernel/ |
D | entry.S | 171 ni __SIE_PROG0C+3(%r9),0xfe # no longer in SIE 243 oi __SIE_PROG0C+3(%r14),1 # we are going into SIE now 254 ni __SIE_PROG0C+3(%r14),0xfe # no longer in SIE 258 # will rewind the PSW by the ILC, which is often 4 bytes in case of SIE. There
|
/Linux-v5.15/drivers/irqchip/ |
D | irq-xilinx-intc.c | 27 #define SIE 0x10 /* Set Interrupt Enable bits */ macro 76 xintc_write(irqc, SIE, mask); in intc_enable_or_unmask()
|
/Linux-v5.15/arch/s390/kvm/ |
D | Kconfig | 37 Support hosting paravirtualized guest machines using the SIE
|
/Linux-v5.15/drivers/i2c/busses/ |
D | i2c-rcar.c | 49 #define SIE (1 << 2) /* slave interface enable */ macro 597 rcar_i2c_write(priv, ICSCR, SIE | SDBS); /* clear our NACK */ in rcar_i2c_slave_irq() 609 rcar_i2c_write(priv, ICSCR, SIE | SDBS | (ret < 0 ? FNA : 0)); in rcar_i2c_slave_irq() 949 rcar_i2c_write(priv, ICSCR, SIE | SDBS); in rcar_reg_slave()
|
/Linux-v5.15/Documentation/s390/ |
D | vfio-ap.rst | 120 AP and SIE 208 SIE state description to grant the guest access to a matrix of AP devices
|